From 7d00dcbd9cabb4e810e875fc821b1ed26f07c20f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 11 Oct 2007 19:13:02 +0000 Subject: From Andrew Chatham: exit on relocation error. --- gold/target-reloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/target-reloc.h') diff --git a/gold/target-reloc.h b/gold/target-reloc.h index c827d79..2ebd3c9 100644 --- a/gold/target-reloc.h +++ b/gold/target-reloc.h @@ -200,7 +200,7 @@ relocate_section( fprintf(stderr, _("%s: %s: undefined reference to '%s'\n"), program_name, relinfo->location(i, offset).c_str(), sym->name()); - // gold_exit(false); + gold_exit(false); } if (sym != NULL && sym->has_warning()) -- cgit v1.1