aboutsummaryrefslogtreecommitdiff
path: root/bfd/libaout.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/libaout.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/libaout.h')
-rw-r--r--bfd/libaout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index 57d50ed..01eb50e 100644
--- a/bfd/libaout.h
+++ b/bfd/libaout.h
@@ -216,6 +216,10 @@ PROTO (void, NAME(aout,swap_exec_header_in), (bfd *abfd,
PROTO (void, NAME(aout,swap_exec_header_out),(bfd *abfd, struct internal_exec *execp,
struct external_exec *raw_bytes));
+/* Prototypes for functions in stab-syms.c. */
+
+PROTO(char *, aout_stab_name, (int code));
+
/* A.out uses the generic versions of these routines... */
#define aout_32_get_section_contents bfd_generic_get_section_contents