aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
AgeCommit message (Expand)Author
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-16__tls_get_addr_opt GOT entriesAlan Modra
2017-07-11ppc32 use of %x in einfo format, typo fixAlan Modra
2017-07-11ppc32 use of %x in einfo formatAlan Modra
2017-07-03Miscellaneous format string fixesAlan Modra
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-04-27PowerPC undefweak handlingAlan Modra
2017-04-19Implement -z dynamic-undefined-weakAlan Modra
2017-03-18DT_TEXTREL vs IFUNCAlan Modra
2017-03-11Remove bogus ATTRIBUTE_UNUSEDAlan Modra
2017-03-02PowerPC VLE typo fixAlan Modra
2017-02-28PowerPC addpcis fixAlan Modra
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra
2017-02-23Correct VLE 16D and SDAREL relocationsAlan Modra
2017-02-22PowerPC ld segfault on script discarding dynamic sectionsAlan Modra
2017-02-15PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messagesMaciej W. Rozycki
2017-01-24PR ld/20828: Reorder the symbol sweep stage of section GCMaciej W. Rozycki
2017-01-24PowerPC dynamic relocationsAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-29link_hash_copy_indirect and symbol flagsAlan Modra
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra
2016-11-22PR20744, Incorrect PowerPC VLE relocsAlan Modra
2016-11-22Use input_bfd in relocate_sectionAlan Modra
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-09-26PowerPC .gnu.attributesAlan Modra
2016-08-31PowerPC VLE sh_flags and p_flagsAlan Modra
2016-08-30ppc apuinfo for spe parsed incorrectlyAlan Modra
2016-08-22Error on unsupported PowerPC ifuncsAlan Modra
2016-08-01 Fix some PowerPC VLE BFD issues and add some PowerPC VLE instructions.Andrew Jenner
2016-07-20Mark some more powerpc relocs as not handled by generic linkerAlan Modra
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra
2016-06-07PowerPC VLEAlan Modra
2016-05-28Return void from linker callbacksAlan Modra
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki
2016-05-11ld --gc-sections fail with __tls_get_addr_optAlan Modra
2016-01-21Convert macros in elf-linux-core.h to inline functionsAlan Modra
2016-01-21Rename elf-linux-psinfo.h to elf-linux-core.hAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-12-07PowerPC ifunc with local symbolsAlan Modra
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner
2015-11-10Fix performance regression due to ld -r memmoveAlan Modra
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu