diff options
author | Alan Modra <amodra@gmail.com> | 2011-08-04 10:24:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-08-04 10:24:00 +0000 |
commit | 5e9f6467f770557e650283258f6a4352519a6683 (patch) | |
tree | d1f90ba41685ac0c79d41f4c1006258c5569c030 /gas/write.c | |
parent | f1bb0388993cf26aea6903ad47e03c1a189f72ea (diff) | |
download | gdb-5e9f6467f770557e650283258f6a4352519a6683.zip gdb-5e9f6467f770557e650283258f6a4352519a6683.tar.gz gdb-5e9f6467f770557e650283258f6a4352519a6683.tar.bz2 |
* write.c (write_object_file): Call set_symtab even if we had
errors.
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |