mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
do not set EF_PPC_RELOCATABLE for -mrelocatable-lib
This commit is contained in:
parent
8b89f5aa47
commit
4493af6636
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user