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:
Ian Lance Taylor 1997-06-10 15:21:36 +00:00
parent ccc30467a6
commit 7436e4de5a
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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