diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-05-21 18:26:10 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-05-21 18:26:10 +0000 |
commit | 0aa5d42641ee478b4c96ab57ce77c798999b4833 (patch) | |
tree | ce6701d6a5723ff907a91c0f744964d6ddc21141 /gas/doc/internals.texi | |
parent | f48026f7d7fb8dfd61661569ce87aebe3d8385af (diff) | |
download | gdb-0aa5d42641ee478b4c96ab57ce77c798999b4833.zip gdb-0aa5d42641ee478b4c96ab57ce77c798999b4833.tar.gz gdb-0aa5d42641ee478b4c96ab57ce77c798999b4833.tar.bz2 |
* 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/doc/internals.texi')
-rw-r--r-- | gas/doc/internals.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index af1c953..b9e91a5 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1406,8 +1406,8 @@ generate a @code{.file} symbol if none was generated previously. @item SEPARATE_STAB_SECTIONS @cindex SEPARATE_STAB_SECTIONS -You may define this macro to indicate that stabs should be placed in separate -sections, as in ELF. +You may define this macro to a nonzero value to indicate that stabs should be +placed in separate sections, as in ELF. @item INIT_STAB_SECTION @cindex INIT_STAB_SECTION |