mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
* stabs.c (get_stab_string_offset): Always define. If SEPARATE_STAB_SECTIONS
isn't set, abort. (SEPARATE_STAB_SECTIONS): Default to zero. (aout_process_stab): New function, split out from s_stab_generic. (OBJ_PROCESS_STAB) [AOUT_STABS]: Define to call aout_process_stab, if not already defined. (s_stab_generic): Test SEPARATE_STAB_SECTIONS at run time. If it's not set, and OBJ_PROCESS_STAB isn't defined, abort. Always pass six arguments to OBJ_PROCESS_STAB. * config/obj-aout.h (AOUT_STABS): Define. * config/obj-bout.h (AOUT_STABS): Define.
This commit is contained in:
parent
9777b772c8
commit
8c5e0f5e05
@ -1,3 +1,24 @@
|
||||
Thu May 4 19:26:55 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||
|
||||
* stabs.c (get_stab_string_offset): Always define. If
|
||||
SEPARATE_STAB_SECTIONS isn't set, abort.
|
||||
(SEPARATE_STAB_SECTIONS): Default to zero.
|
||||
(aout_process_stab): New function, split out from s_stab_generic.
|
||||
(OBJ_PROCESS_STAB) [AOUT_STABS]: Define to call aout_process_stab,
|
||||
if not already defined.
|
||||
(s_stab_generic): Test SEPARATE_STAB_SECTIONS at run time. If
|
||||
it's not set, and OBJ_PROCESS_STAB isn't defined, abort. Always
|
||||
pass six arguments to OBJ_PROCESS_STAB.
|
||||
* config/obj-aout.h (AOUT_STABS): Define.
|
||||
* config/obj-bout.h (AOUT_STABS): Define.
|
||||
* config/obj-ecoff.h (OBJ_PROCESS_STAB): Add new first argument,
|
||||
ignored.
|
||||
* config/obj-elf.h (OBJ_PROCESS_STAB) [ECOFF_DEBUGGING]: Ditto.
|
||||
|
||||
* config/obj-ecoff.h (ECOFF_DEBUGGING): Define to 1, not empty.
|
||||
* config/obj-elf.h (ECOFF_DEBUGGING): Ditto. Test value, not
|
||||
whether it's defined.
|
||||
|
||||
Wed May 3 21:38:20 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||
|
||||
* as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already
|
||||
|
@ -306,4 +306,6 @@ extern void tc_bout_fix_to_chars PARAMS ((char *where,
|
||||
struct fix *fixP,
|
||||
relax_addressT segment_address));
|
||||
|
||||
#define AOUT_STABS
|
||||
|
||||
/* end of obj-bout.h */
|
||||
|
Loading…
Reference in New Issue
Block a user