mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
* config/tc-arm.c (arm_adjust_symtab): Only set storage classes if OBJ_COFF.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
|
Tue Jun 10 11:18:09 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* config/tc-arm.c (arm_adjust_symtab): Only set storage classes if
|
||||||
|
OBJ_COFF.
|
||||||
|
|
||||||
* config/tc-arm.c: Add prototypes for many static functions.
|
* config/tc-arm.c: Add prototypes for many static functions.
|
||||||
(struct asm_opcode ): Add prototypes for parms field.
|
(struct asm_opcode ): Add prototypes for parms field.
|
||||||
(struct thumb_opcode ): Likewise.
|
(struct thumb_opcode ): Likewise.
|
||||||
|
@ -6081,6 +6081,7 @@ arm_frob_label (sym)
|
|||||||
void
|
void
|
||||||
arm_adjust_symtab ()
|
arm_adjust_symtab ()
|
||||||
{
|
{
|
||||||
|
#ifdef OBJ_COFF
|
||||||
symbolS *sym;
|
symbolS *sym;
|
||||||
|
|
||||||
for (sym = symbol_rootP; sym != NULL; sym = symbol_next (sym))
|
for (sym = symbol_rootP; sym != NULL; sym = symbol_next (sym))
|
||||||
@ -6103,8 +6104,7 @@ arm_adjust_symtab ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user