do not set EF_PPC_RELOCATABLE for -mrelocatable-lib

This commit is contained in:
Michael Meissner 1995-09-22 01:19:53 +00:00
parent 8b89f5aa47
commit 4493af6636
2 changed files with 6 additions and 1 deletions

View 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.

View 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 */