mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Tue Sep 8 18:10:01 1998 Catherine Moore <clm@cygnus.com>
* config/tc-arm.c (arm_adjust_symtab): Move #ifdef OBJ_COFF so that routine is defined for a.out format.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Sep 8 18:10:01 1998 Catherine Moore <clm@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (arm_adjust_symtab): Move #ifdef
|
||||||
|
OBJ_COFF so that routine is defined for a.out format.
|
||||||
|
|
||||||
Tue Sep 8 15:56:19 1998 Richard Henderson <rth@cygnus.com>
|
Tue Sep 8 15:56:19 1998 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
* config/tc-i386.c (i386_operand): Detect non-segment registers
|
* config/tc-i386.c (i386_operand): Detect non-segment registers
|
||||||
|
@ -6313,11 +6313,11 @@ arm_frob_label (sym)
|
|||||||
#define S_GET_STORAGE_CLASS(S) (elf_symbol ((S)->bsym)->internal_elf_sym.st_info)
|
#define S_GET_STORAGE_CLASS(S) (elf_symbol ((S)->bsym)->internal_elf_sym.st_info)
|
||||||
#define S_SET_STORAGE_CLASS(S,V) (elf_symbol ((S)->bsym)->internal_elf_sym.st_info = (V))
|
#define S_SET_STORAGE_CLASS(S,V) (elf_symbol ((S)->bsym)->internal_elf_sym.st_info = (V))
|
||||||
#endif
|
#endif
|
||||||
#ifdef OBJ_COFF
|
|
||||||
void
|
void
|
||||||
arm_adjust_symtab ()
|
arm_adjust_symtab ()
|
||||||
{
|
{
|
||||||
symbolS * sym;
|
symbolS * sym;
|
||||||
|
#ifdef OBJ_COFF
|
||||||
|
|
||||||
for (sym = symbol_rootP; sym != NULL; sym = symbol_next (sym))
|
for (sym = symbol_rootP; sym != NULL; sym = symbol_next (sym))
|
||||||
{
|
{
|
||||||
@ -6354,8 +6354,8 @@ arm_adjust_symtab ()
|
|||||||
if (ARM_IS_INTERWORK (sym))
|
if (ARM_IS_INTERWORK (sym))
|
||||||
coffsymbol(sym->bsym)->native->u.syment.n_flags = 0xFF;
|
coffsymbol(sym->bsym)->native->u.syment.n_flags = 0xFF;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif /* OBJ_COFF */
|
#endif /* OBJ_COFF */
|
||||||
|
}
|
||||||
#ifdef OBJ_ELF
|
#ifdef OBJ_ELF
|
||||||
void
|
void
|
||||||
armelf_adjust_symtab ()
|
armelf_adjust_symtab ()
|
||||||
|
Reference in New Issue
Block a user