mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00: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:
parent
ccc30467a6
commit
7436e4de5a
@ -1,5 +1,8 @@
|
||||
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.
|
||||
(struct asm_opcode ): Add prototypes for parms field.
|
||||
(struct thumb_opcode ): Likewise.
|
||||
|
@ -6081,6 +6081,7 @@ arm_frob_label (sym)
|
||||
void
|
||||
arm_adjust_symtab ()
|
||||
{
|
||||
#ifdef OBJ_COFF
|
||||
symbolS *sym;
|
||||
|
||||
for (sym = symbol_rootP; sym != NULL; sym = symbol_next (sym))
|
||||
@ -6103,8 +6104,7 @@ arm_adjust_symtab ()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user