Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1862 ppc_elf_suffix (char **str_p, expressionS *exp_p) in ppc_elf_suffix() function
2080 return ppc_elf_suffix (&input_line_pointer, exp); in ppc_elf_parse_cons()
2922 if ((reloc = ppc_elf_suffix (&str, &ex)) != BFD_RELOC_NONE) in md_assemble()
3053 if ((reloc = ppc_elf_suffix (&str, &ex)) != BFD_RELOC_NONE) in md_assemble()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1284 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
1532 * 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-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-20042100 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
DChangeLog-20092322 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
DChangeLog-98994645 (ppc_elf_suffix): Warn about 'identifier+constant@got' syntax,