aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-11-22 05:00:08 +0000
committerPer Bothner <per@bothner.com>1991-11-22 05:00:08 +0000
commit7de245d36283de0344bf0798cb594f14ea6f2f3a (patch)
tree52d64d9c8f54d1aa03f1ccfee5a5ed346a5f543d /bfd/aoutx.h
parentc3a1a56bda16fc57a919cd742ddff597d8841535 (diff)
downloadgdb-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/aoutx.h')
-rw-r--r--bfd/aoutx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 9e5886e..89b989a 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -1631,7 +1631,7 @@ DEFUN(NAME(aout,print_symbol),(ignore_abfd, afile, symbol, how),
if (section_code == '?')
{
int type_code = aout_symbol(symbol)->type & 0xff;
- char *stab_name = bfd_stab_name(type_code);
+ char *stab_name = aout_stab_name(type_code);
char buf[10];
if (stab_name == NULL)
{