Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.c687 static unsigned int ppc_obj64 = BFD_DEFAULT_TARGET_SIZE == 64; variable
977 ppc_obj64 = 1; in md_parse_option()
983 ppc_obj64 = 0; in md_parse_option()
1139 if (ppc_obj64) in ppc_set_cpu()
1184 if (ppc_obj64) in ppc_mach()
1202 return (ppc_obj64 ? "aix5coff64-rs6000" : "aixcoff-rs6000"); in ppc_target_format()
1204 return (ppc_obj64 ? "aixcoff64-rs6000" : "aixcoff-rs6000"); in ppc_target_format()
1213 ? (ppc_obj64 ? "elf64-powerpc-freebsd" : "elf32-powerpc-freebsd") in ppc_target_format()
1214 : (ppc_obj64 ? "elf64-powerpcle" : "elf32-powerpcle")); in ppc_target_format()
1387 ppc_cie_data_alignment = ppc_obj64 ? -8 : -4; in md_begin()
[all …]
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-02034631 (ppc_set_cpu): Select appropriate cpu when ppc_obj64.
5177 (ppc_xcoff64): Rename to ppc_obj64.
5180 (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
5182 (ppc_target_format): Use ppc_obj64 to select format.
5184 (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
5187 (md_assemble): Use ppc_obj64 instead of ppc_size. Don't depend on