do not set EF_PPC_RELOCATABLE for -mrelocatable-lib
authorMichael Meissner <gnu@the-meissners.org>
Fri, 22 Sep 1995 01:19:53 +0000 (01:19 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Fri, 22 Sep 1995 01:19:53 +0000 (01:19 +0000)
gas/ChangeLog
gas/config/tc-ppc.c

index e43a831..ac95858 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep 21 21:10:17 1995  Michael Meissner  <meissner@cygnus.com>
+
+       * config/tc-ppc.c (md_parse_option): -mrelocatable-lib now only
+       sets EF_PPC_RELOCATABLE_LIB and not also EF_PPC_RELOCATABLE.
+
 Thu Sep 21 16:30:56 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * subsegs.c (subseg_set): Permit SEG_ABSOLUTE in know expression.
index 5c2b1a6..01f152f 100644 (file)
@@ -281,7 +281,7 @@ md_parse_option (c, arg)
       else if (strcmp (arg, "relocatable-lib") == 0)
        {
          mrelocatable = true;
-         ppc_flags |= EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB;
+         ppc_flags |= EF_PPC_RELOCATABLE_LIB;
        }
 
       /* -memb, set embedded bit */