summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-05-21 18:26:10 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-05-21 18:26:10 +0000
commitc4643cd84d3c011dcef3d2439b39e48141534c1d (patch)
treef79d48b1026e7e6ab562f3f205dfd0ebc00655ce /gas/read.h
parentf36569301f48af90df158d831afdde6060e999f1 (diff)
downloadbinutils-redhat-c4643cd84d3c011dcef3d2439b39e48141534c1d.tar.gz
* stabs.c (aout_process_stab): Make global.
(s_desc): Add ATTRIBUTE_UNUSED to args as appropriate. * read.h (aout_process_stab): Declare. * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]: Generalize to *aout, *coff *elf. * configure: Regenerated. * doc/internals.texi (Object format backend): Say SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/read.h b/gas/read.h
index 571b59b58a..e21d605d9d 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -89,6 +89,7 @@ enum linkonce_type
extern void pop_insert PARAMS ((const pseudo_typeS *));
extern unsigned int get_stab_string_offset
PARAMS ((const char *string, const char *stabstr_secname));
+extern void aout_process_stab PARAMS ((int, const char *, int, int, int));
extern char *demand_copy_C_string PARAMS ((int *len_pointer));
extern char get_absolute_expression_and_terminator
PARAMS ((long *val_pointer));