aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-04-27PowerPC undefweak handlingAlan Modra1-22/+16
2017-04-19Implement -z dynamic-undefined-weakAlan Modra1-22/+24
2017-03-18DT_TEXTREL vs IFUNCAlan Modra1-16/+53
2017-03-11Remove bogus ATTRIBUTE_UNUSEDAlan Modra1-13/+13
2017-03-02PowerPC VLE typo fixAlan Modra1-1/+1
2017-02-28PowerPC addpcis fixAlan Modra1-0/+17
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1
2017-02-23Correct VLE 16D and SDAREL relocationsAlan Modra1-27/+14
2017-02-22PowerPC ld segfault on script discarding dynamic sectionsAlan Modra1-7/+7
2017-02-15PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messagesMaciej W. Rozycki1-11/+11
2017-01-24PR ld/20828: Reorder the symbol sweep stage of section GCMaciej W. Rozycki1-1/+1
2017-01-24PowerPC dynamic relocationsAlan Modra1-248/+254
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-29link_hash_copy_indirect and symbol flagsAlan Modra1-1/+2
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-0/+8
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-8/+4
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-9/+2
2016-11-23Delete duplicate target short-cuts to dynamic sectionsAlan Modra1-152/+124
2016-11-22PR20744, Incorrect PowerPC VLE relocsAlan Modra1-41/+100
2016-11-22Use input_bfd in relocate_sectionAlan Modra1-51/+50
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+36
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-7/+11
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-8/+9
2016-09-30Remove syntactic sugarAlan Modra1-13/+13
2016-09-26PowerPC .gnu.attributesAlan Modra1-90/+96
2016-08-31PowerPC VLE sh_flags and p_flagsAlan Modra1-37/+48
2016-08-30ppc apuinfo for spe parsed incorrectlyAlan Modra1-0/+1
2016-08-22Error on unsupported PowerPC ifuncsAlan Modra1-10/+37
2016-08-01 Fix some PowerPC VLE BFD issues and add some PowerPC VLE instructions.Andrew Jenner1-2/+4
2016-07-20Mark some more powerpc relocs as not handled by generic linkerAlan Modra1-67/+67
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra1-1/+3
2016-06-07PowerPC VLEAlan Modra1-16/+93
2016-05-28Return void from linker callbacksAlan Modra1-14/+9
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-3/+2
2016-05-11ld --gc-sections fail with __tls_get_addr_optAlan Modra1-0/+1
2016-01-21Convert macros in elf-linux-core.h to inline functionsAlan Modra1-28/+27
2016-01-21Rename elf-linux-psinfo.h to elf-linux-core.hAlan Modra1-1/+0
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-07PowerPC ifunc with local symbolsAlan Modra1-20/+22
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner1-21/+76
2015-11-10Fix performance regression due to ld -r memmoveAlan Modra1-39/+83
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra1-2/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-84/+84
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu1-1/+1
2015-08-12Remove trailing spaces in bfdH.J. Lu1-6/+6
2015-06-16ppc476 linker workaround shared lib fixes againAlan Modra1-11/+12
2015-06-05ppc476 linker workaround shared lib fixesAlan Modra1-0/+52
2015-04-07PowerPC non-PIC to PIC editing for protected var accessAlan Modra1-38/+215