Oops, not all of the tc-sparc.c change was format-independent.
authorKen Raeburn <raeburn@cygnus>
Thu, 8 Jul 1993 19:09:19 +0000 (19:09 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 8 Jul 1993 19:09:19 +0000 (19:09 +0000)
Still handles both syntaxes independent of format.

gas/ChangeLog
gas/config/tc-sparc.c

index 34d9dc291051afe9e682bc12ae42f8f676932e30..9be2a2313736143dc14fa23eab1d457bc6b7e286 100644 (file)
@@ -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)
 
index 62c242cc02d29433c255273caf304b03418b9ac3..62df7b4c205432471eb3454a369c1bde75c953a7 100644 (file)
@@ -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);
This page took 0.032019 seconds and 4 git commands to generate.