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 e43a831b13e5ce5fddac8e563e0ff2f7e04c7cdb..ac958583fdd374d458c33fc7cc6ccd63b2c4178d 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 5c2b1a654b6162f274fa6780fb4389c6b19ec4d5..01f152fc64d5d5db42b59abe1a3e2e816cc85c9e 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 */