diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-25 02:05:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-25 02:05:08 +0000 |
commit | f190c5c4e9f943206ff661ee21546d067ceb09d0 (patch) | |
tree | 94107dd762a1d678543786d1f436543aaf7dcf52 /binutils/ChangeLog | |
parent | e0c9811a9097ab88de669ce1109f8d63c9732e0d (diff) | |
download | gdb-f190c5c4e9f943206ff661ee21546d067ceb09d0.zip gdb-f190c5c4e9f943206ff661ee21546d067ceb09d0.tar.gz gdb-f190c5c4e9f943206ff661ee21546d067ceb09d0.tar.bz2 |
Ensure bfd_close after bfd_openw so we don't get multiple bfd_openw
calls for same file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7ee94d4..6365b71 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2000-05-24 Alan Modra <alan@linuxcare.com.au> + + * objdump.c (display_target_list): Close the bfd. + (display_info_table): Likewise. + 2000-05-14 H.J. Lu (hjl@gnu.org) * objcopy.c (filter_symbols): Don't strip global symbols in |