diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-17 23:00:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-17 23:00:38 +0000 |
commit | 3f215a10930f7d2cd7dc76f6a0b51bd405ae1a7d (patch) | |
tree | 80c5f130df9ae1c7b736b167341ef87a9f1de857 /binutils/ChangeLog | |
parent | d7b325206ecdbc091e32a7a4df3f3f674c77f861 (diff) | |
download | gdb-3f215a10930f7d2cd7dc76f6a0b51bd405ae1a7d.zip gdb-3f215a10930f7d2cd7dc76f6a0b51bd405ae1a7d.tar.gz gdb-3f215a10930f7d2cd7dc76f6a0b51bd405ae1a7d.tar.bz2 |
Catch and warn about attempts to display debug information for version 1 aranges.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f257f8d..998851a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2000-08-17 Nick Clifton <nickc@redhat.com> + + * readelf.c (display_debug_pubnames): Only issue warning + message once. Terminate message with a new line. + (display_debug_aranges): Only display version 2 debug info. + 2000-08-14 Todd Vierling <tv@wasabisystems.com> * objcopy.c (strip_main): Silently accept -d as an alias for -g |