From: Alan Modra Date: Thu, 4 Aug 2011 10:24:00 +0000 (+0000) Subject: * write.c (write_object_file): Call set_symtab even if we had X-Git-Tag: binutils-2_22-branchpoint~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e9f6467f770557e650283258f6a4352519a6683;p=platform%2Fupstream%2Fbinutils.git * write.c (write_object_file): Call set_symtab even if we had errors. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d1f1635..cb063fb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-08-04 Alan Modra + + * write.c (write_object_file): Call set_symtab even if we had + errors. + 2011-08-04 Tristan Gingold * config/obj-elf.c (obj_elf_section): Do not free name. diff --git a/gas/write.c b/gas/write.c index 5eb4b56..39b88a6 100644 --- a/gas/write.c +++ b/gas/write.c @@ -2073,13 +2073,14 @@ write_object_file (void) obj_adjust_symtab (); #endif + set_symtab (); + /* Stop if there is an error. */ if (had_errors ()) return; /* Now that all the sizes are known, and contents correct, we can start writing to the file. */ - set_symtab (); /* If *_frob_file changes the symbol value at this point, it is responsible for moving the changed value into symp->bsym->value