From: Ken Raeburn Date: Thu, 8 Jul 1993 19:09:19 +0000 (+0000) Subject: Oops, not all of the tc-sparc.c change was format-independent. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b25654337a2e2d8d56ea611618fccbd240f0c37a;p=binutils-gdb.git Oops, not all of the tc-sparc.c change was format-independent. Still handles both syntaxes independent of format. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 34d9dc29105..9be2a231373 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -7,7 +7,7 @@ Thu Jul 8 14:41:43 1993 Mark Eichin (eichin@cygnus.com) 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) diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 62c242cc02d..62df7b4c205 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -408,6 +408,7 @@ s_common () temp = 0; as_warn ("Common alignment negative; 0 assumed"); } +#ifdef OBJ_ELF if (symbolP->local) { segT old_sec; @@ -434,6 +435,7 @@ s_common () subseg_set (old_sec, old_subsec); } else +#endif { allocate_common: S_SET_VALUE (symbolP, size);