Home
last modified time | relevance | path

Searched refs:ppc_flags (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c951 static flagword ppc_flags = 0; variable
1124 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
1176 ppc_flags |= EF_PPC_RELOCATABLE; in md_parse_option()
1182 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
1187 ppc_flags |= EF_PPC_EMB; in md_parse_option()
1674 if (ppc_flags && !msolaris) in md_begin()
1675 bfd_set_private_flags (stdoutput, ppc_flags); in md_begin()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-9295909 * config/tc-ppc.c (ppc_flags): New variable to hold the flag bits
912 -mrelocatable and -mrelocatable-lib set ppc_flags.
913 (md_begin): Set ELF flags with ppc_flags.