diff options
author | John Gilmore <gnu@cygnus> | 1992-06-11 08:23:11 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-11 08:23:11 +0000 |
commit | 73b8f10233f20bfb6274dc69b46bd540e4254d46 (patch) | |
tree | 0776f1436944e543e365fe17a388a1531aea28d1 /binutils/ChangeLog | |
parent | 1291085e4091b6d3ff1b4f5b7d96c14d2351ef70 (diff) | |
download | gdb-73b8f10233f20bfb6274dc69b46bd540e4254d46.zip gdb-73b8f10233f20bfb6274dc69b46bd540e4254d46.tar.gz gdb-73b8f10233f20bfb6274dc69b46bd540e4254d46.tar.bz2 |
New feature: --stabs prints out a .stab section from an ELF file.
Installed under #ifdef ELF_STAB_DISPLAY so it can be easily disabled,
since it requires bfd-internals header files and such.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fe27f96..f2c7398 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com) + + * objdump.c (dump_elf_stabs): New feature: --stabs prints out a + .stab section from an ELF file. Installed under #ifdef + ELF_STAB_DISPLAY so it can be easily disabled, since it requires + bfd-internals header files and such. + Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com) * objdump.c(display_info), patches from |