diff options
author | Per Bothner <per@bothner.com> | 1991-11-15 03:53:14 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-15 03:53:14 +0000 |
commit | c9f19dac96059cab7a174f9b35b1b84872e4dc7c (patch) | |
tree | e75d29bea405e57a37fa51ac8bb6b2a8987b7516 /bfd | |
parent | 6b0a15959d1016afe43a1fe6c2a5689c56564a58 (diff) | |
download | gdb-c9f19dac96059cab7a174f9b35b1b84872e4dc7c.zip gdb-c9f19dac96059cab7a174f9b35b1b84872e4dc7c.tar.gz gdb-c9f19dac96059cab7a174f9b35b1b84872e4dc7c.tar.bz2 |
* aoutx.h (NAME(aout,print_symbol)): Fix thinko.
* syms.c (bfd_stab_names): Turn on new GNU_EXTRA_STABS macro
to include names of N_SETT etc.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 150ad8f..de1e8e6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 14 19:49:10 1991 Per Bothner (bothner at cygnus.com) + + * aoutx.h (NAME(aout,print_symbol)): Fix thinko. + * syms.c (bfd_stab_names): Turn on new GNU_EXTRA_STABS macro + to include names of N_SETT etc. + Thu Nov 14 19:11:13 1991 Fred Fish (fnf at cygnus.com) * elf.c: Add minimal support for ELF symbol tables. Generates |