aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog3
-rw-r--r--gas/config/tc-arm.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ce40d18..9a13c2b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 37736b0..dcfa796 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -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