diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-16 04:03:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-16 04:03:23 +0000 |
commit | 4b4e568a4cecf2beda448b93e2f9c41458166aba (patch) | |
tree | bac5bfaeb8d7647823ecbe52f7a655e27f4cdb44 /binutils | |
parent | d5464baad0bdb3e00c15f33090d6bb9fff1fc209 (diff) | |
download | gdb-4b4e568a4cecf2beda448b93e2f9c41458166aba.zip gdb-4b4e568a4cecf2beda448b93e2f9c41458166aba.tar.gz gdb-4b4e568a4cecf2beda448b93e2f9c41458166aba.tar.bz2 |
* ar.c: Call xexit rather than exit.
(output_filename, output_file, output_bfd): New static variables.
(remove_output): New static function.
(main): Call xatexit (remove_output). Call xexit rather than
returning.
(extract_file): Set output_filename and output_file while output
file is open.
(write_archive): Likewise, but use output_bfd, not output_file.
* arsup.c: Include libiberty.h. Call xexit rather than exit.
* bucomm.c: Likewise.
PR 2474.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 31cd977..288c032 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,16 @@ Thu Sep 15 21:43:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * ar.c: Call xexit rather than exit. + (output_filename, output_file, output_bfd): New static variables. + (remove_output): New static function. + (main): Call xatexit (remove_output). Call xexit rather than + returning. + (extract_file): Set output_filename and output_file while output + file is open. + (write_archive): Likewise, but use output_bfd, not output_file. + * arsup.c: Include libiberty.h. Call xexit rather than exit. + * bucomm.c: Likewise. + * objdump.c (disassemble_all): New global variable. (usage): Document --disassemble-all. (long_options): Add disassemble-all as a synonym for -D. |