diff options
author | Per Bothner <per@bothner.com> | 1991-11-22 05:00:08 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-22 05:00:08 +0000 |
commit | 7de245d36283de0344bf0798cb594f14ea6f2f3a (patch) | |
tree | 52d64d9c8f54d1aa03f1ccfee5a5ed346a5f543d /bfd/ChangeLog | |
parent | c3a1a56bda16fc57a919cd742ddff597d8841535 (diff) | |
download | gdb-7de245d36283de0344bf0798cb594f14ea6f2f3a.zip gdb-7de245d36283de0344bf0798cb594f14ea6f2f3a.tar.gz gdb-7de245d36283de0344bf0798cb594f14ea6f2f3a.tar.bz2 |
Moved bfd_stab_name() and bfd_stab_names[]
from syms.c to new file stab-syms.c.
Renamed to aout_stab_name() and aout_stab_names[].
Also, since GNU extended type codes such as N_SETT are no longer
in ../include/stab.def, include them manually.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5d20605..394dbdd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Thu Nov 21 19:56:40 1991 Per Bothner (bothner at cygnus.com) + + * stab-syms.c, syms.c: Moved bfd_stab_name() and bfd_stab_names[] + from syms.c to new file stab-syms.c. Also, since GNU extended + type codes such as N_SETT are no longer in ../include/stab.def, + include them manually. + * stab-syms.c, aoutx.h: Renamed bfd_stab_name() and + bfd_stab_names[] to aout_stab_name() and aout_stab_names[]. + * libaout.h: Added prototype for aout_stab_name(). + * Makefile.in: Update Makefile for new stab-syms.[co]. + Thu Nov 21 11:50:49 1991 John Gilmore (gnu at cygnus.com) * libaout.h (WORK_OUT_FILE_POSITIONS): One more try at this |