Home
last modified time | relevance | path

Searched refs:ppc_elf_suffix (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-ppc.c2092 ppc_elf_suffix (char **str_p, expressionS *exp_p) in ppc_elf_suffix() function
2325 return ppc_elf_suffix (&input_line_pointer, exp); in ppc_elf_parse_cons()
3515 bfd_reloc_code_real_type reloc = ppc_elf_suffix (&str, &ex); in md_assemble()
3616 if ((reloc = ppc_elf_suffix (&str, &ex)) != BFD_RELOC_NONE) in md_assemble()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20141457 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1705 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
DChangeLog-96973158 * config/tc-ppc.c (ppc_elf_suffix): Move @plt to
3255 * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer
3258 (ppc_elf_cons): Change ppc_elf_suffix calls.
3281 (ppc_elf_suffix): @local sets R_PPC_LOCAL24PC relocation.
4483 * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of ||
DChangeLog-02031592 * config/tc-ppc.c (ppc_elf_suffix): Don't remove symbols other than
2688 * config/tc-ppc.c (ppc_elf_suffix): Undo part of last change so that
2694 (ppc_elf_suffix): Don't warn for x+off@got when ppc64 and don't
5177 (ppc_elf_suffix): Likewise. Don't depend on BFD_DEFAULT_TARGET_SIZE.
DChangeLog-2013218 (ppc_elf_suffix): Support @high, @higha, @dtprel@high, @dtprel@higha,
DChangeLog-20191047 * config/tc-ppc.c (ppc_elf_suffix): Display the relocation
1332 * config/tc-ppc.c (ppc_elf_suffix): Map "tls@pcrel", "got@tlsgd@pcrel",
1980 * config/tc-ppc.c (ppc_elf_suffix): Support @pcrel, @got@pcrel,
DChangeLog-9295852 * config/tc-ppc.c (ppc_elf_suffix): Support all of the V.4
869 * config/tc-ppc.c (ppc_elf_suffix): Lower case reloc before
888 * config/tc-ppc.c (ppc_elf_suffix): Rewrite to use a table of
2028 * config/tc-ppc.c (ppc_elf_suffix): Add support for R_PPC_SDAREL
2119 * config/tc-ppc.c (ppc_elf_suffix): Add @fixup so that the
3564 (ppc_elf_suffix): New function to recognize ELF suffixes that
DChangeLog-0001586 (ppc_elf_suffix): Only allow 64-bit relocs when ppc_size specifies
1128 (ppc_elf_suffix): Use ISALNUM/TOLOWER instead of
1469 (ppc_elf_suffix): Replace symbol on BFD_RELOC_PPC64_TOC reloc
DChangeLog-20092322 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
DChangeLog-20042100 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
DChangeLog1986 (ppc_elf_suffix): Handle O_big. Remove unnecessary input_line_pointer
DChangeLog-98994645 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,
DChangeLog-20165235 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
DChangeLog-20182715 * config/tc-ppc.c (ppc_elf_suffix): Support @notoc.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git159804 * config/tc-ppc.c (ppc_elf_suffix): When power10 is not enabled