Searched refs:ppc_flags (Results 1 – 2 of 2) sorted by relevance
951 static flagword ppc_flags = 0; variable1124 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()
909 * config/tc-ppc.c (ppc_flags): New variable to hold the flag bits912 -mrelocatable and -mrelocatable-lib set ppc_flags.913 (md_begin): Set ELF flags with ppc_flags.