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/.Sanitize | |
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/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 1717a3a..53d4163 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -86,6 +86,7 @@ opncls.c reloc.c section.c srec.c +stab-syms.c sunos.c syms.c targets.c @@ -115,7 +116,14 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.30 1991/11/21 01:56:17 gnu +# Revision 1.31 1991/11/22 05:00:08 bothner +# 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. +# +# Revision 1.30 1991/11/21 01:56:17 gnu # Avoid duplicate echo. # # Revision 1.29 1991/11/17 21:38:05 bothner |