Still handles both syntaxes independent of format.
Thu Jul 8 14:15:05 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* config/tc-sparc.c (s_common): Revamp to handle both syntaxes,
- and not be target-specific.
+ independent of format.
Thu Jul 8 07:25:25 1993 Doug Evans (dje@canuck.cygnus.com)
temp = 0;
as_warn ("Common alignment negative; 0 assumed");
}
+#ifdef OBJ_ELF
if (symbolP->local)
{
segT old_sec;
subseg_set (old_sec, old_subsec);
}
else
+#endif
{
allocate_common:
S_SET_VALUE (symbolP, size);