diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-08-04 20:53:58 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-08-04 20:53:58 +0000 |
commit | 2ae0848317a2855dc97745d7be0a9edccbae90e0 (patch) | |
tree | 6acf1789f8ddb873c3188741fba416926e2628b9 /gas/write.c | |
parent | 4309cbf2b121cd331d5ed2910329f369d851f1bf (diff) | |
download | gdb-2ae0848317a2855dc97745d7be0a9edccbae90e0.zip gdb-2ae0848317a2855dc97745d7be0a9edccbae90e0.tar.gz gdb-2ae0848317a2855dc97745d7be0a9edccbae90e0.tar.bz2 |
Call bfd_cache_close_all on error
2011-08-04 H.J. Lu <hongjiu.lu@intel.com>
PR gas/13056
* output-file.c (output_file_close): Call bfd_cache_close_all
on error.
* write.c (write_object_file): Revert the last change.
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/write.c b/gas/write.c index 39b88a6..5eb4b56 100644 --- a/gas/write.c +++ b/gas/write.c @@ -2073,14 +2073,13 @@ 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 |