diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-05 07:49:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-05 07:49:05 +0000 |
commit | e0c60db2304c4c0db3f666d0d41b18a1406f68fc (patch) | |
tree | 8189a10e53b8b5daaa1167cf39c1eaea27ed8058 /binutils/ChangeLog | |
parent | 4ad09363567ee09460973d1eddebec6d77528b69 (diff) | |
download | binutils-e0c60db2304c4c0db3f666d0d41b18a1406f68fc.zip binutils-e0c60db2304c4c0db3f666d0d41b18a1406f68fc.tar.gz binutils-e0c60db2304c4c0db3f666d0d41b18a1406f68fc.tar.bz2 |
Display the contents of a .debug.macinfo section
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ffd5f2f..5249dab 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2001-07-05 Daniel Berlin <dan@cgsoftware.com> + + * readelf.c (display_debug_macinfo): New function, display + .debug_macinfo section. + (do_debug_macinfo): New variable. + (parse_args): Handle "-w[mM]" to mean display macro info. + (process_section_headers): Handle debug_macinfo. + (debug_displays): Replace unsupported function with macinfo + function for .debug_macinfo display. + * doc/binutils.texi: Document new command line switch. + * NEWS: Document new feature of readelf. + 2001-07-05 H.J. Lu <hjl@gnu.org> * objcopy.c (filter_symbols): Don't turn undefined symbols |