mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* config/obj-coff.h (SEPARATE_STAB_SECTIONS): Always define.
(OBJ_PROCESS_STAB): Don't define.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Mar 28 14:38:23 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
|
* config/obj-coff.h (SEPARATE_STAB_SECTIONS): Always define.
|
||||||
|
(OBJ_PROCESS_STAB): Don't define.
|
||||||
|
|
||||||
Mon Mar 28 12:40:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Mon Mar 28 12:40:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* config/obj-aout.c (obj_aout_frob_symbols): Don't let BFD clobber
|
* config/obj-aout.c (obj_aout_frob_symbols): Don't let BFD clobber
|
||||||
|
@ -278,6 +278,8 @@ obj_symbol_type;
|
|||||||
|
|
||||||
#else /* BFD_ASSEMBLER */
|
#else /* BFD_ASSEMBLER */
|
||||||
|
|
||||||
|
extern void obj_coff_section PARAMS ((int));
|
||||||
|
|
||||||
/* The number of auxiliary entries */
|
/* The number of auxiliary entries */
|
||||||
#define S_GET_NUMBER_AUXILIARY(s) (coffsymbol((s)->bsym)->native->u.syment.n_numaux)
|
#define S_GET_NUMBER_AUXILIARY(s) (coffsymbol((s)->bsym)->native->u.syment.n_numaux)
|
||||||
/* The number of auxiliary entries */
|
/* The number of auxiliary entries */
|
||||||
@ -286,8 +288,10 @@ obj_symbol_type;
|
|||||||
/* True if a symbol name is in the string table, i.e. its length is > 8. */
|
/* True if a symbol name is in the string table, i.e. its length is > 8. */
|
||||||
#define S_IS_STRING(s) (strlen(S_GET_NAME(s)) > 8 ? 1 : 0)
|
#define S_IS_STRING(s) (strlen(S_GET_NAME(s)) > 8 ? 1 : 0)
|
||||||
|
|
||||||
|
extern int S_SET_DATA_TYPE PARAMS ((struct symbol *, int));
|
||||||
extern int S_SET_STORAGE_CLASS PARAMS ((struct symbol *, int));
|
extern int S_SET_STORAGE_CLASS PARAMS ((struct symbol *, int));
|
||||||
extern int S_GET_STORAGE_CLASS PARAMS ((struct symbol *));
|
extern int S_GET_STORAGE_CLASS PARAMS ((struct symbol *));
|
||||||
|
extern void SA_SET_SYM_ENDNDX PARAMS ((struct symbol *, struct symbol *));
|
||||||
|
|
||||||
#endif /* ! BFD_ASSEMBLER */
|
#endif /* ! BFD_ASSEMBLER */
|
||||||
|
|
||||||
@ -610,6 +614,8 @@ extern void coff_frob_file PARAMS ((void));
|
|||||||
#define obj_frob_symbol(S,P) coff_frob_symbol(S,&P)
|
#define obj_frob_symbol(S,P) coff_frob_symbol(S,&P)
|
||||||
#define obj_frob_file() coff_frob_file ()
|
#define obj_frob_file() coff_frob_file ()
|
||||||
|
|
||||||
|
extern struct symbol *coff_last_function;
|
||||||
|
|
||||||
/* Forward the segment of a forwarded symbol. */
|
/* Forward the segment of a forwarded symbol. */
|
||||||
#ifndef TE_I386AIX
|
#ifndef TE_I386AIX
|
||||||
#define obj_frob_forward_symbol(symp) \
|
#define obj_frob_forward_symbol(symp) \
|
||||||
|
Reference in New Issue
Block a user