summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* Error on unsupported PowerPC ifuncsAlan Modra2016-08-221-10/+37
* Fix some PowerPC VLE BFD issues and add some PowerPC VLE instructions.Andrew Jenner2016-08-011-2/+4
* Mark some more powerpc relocs as not handled by generic linkerAlan Modra2016-07-201-67/+67
* Don't include libbfd.h outside of bfd, part 1Alan Modra2016-07-161-1/+3
* PowerPC VLEAlan Modra2016-06-071-16/+93
* Return void from linker callbacksAlan Modra2016-05-281-14/+9
* LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki2016-05-171-3/+2
* ld --gc-sections fail with __tls_get_addr_optAlan Modra2016-05-111-0/+1
* Convert macros in elf-linux-core.h to inline functionsAlan Modra2016-01-211-28/+27
* Rename elf-linux-psinfo.h to elf-linux-core.hAlan Modra2016-01-211-1/+0
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* PowerPC ifunc with local symbolsAlan Modra2015-12-071-20/+22
* Add assembler, disassembler and linker support for power9.Peter Bergner2015-11-111-21/+76
* Fix performance regression due to ld -r memmoveAlan Modra2015-11-101-39/+83
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra2015-08-191-2/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-84/+84
* Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu2015-08-121-1/+1
* Remove trailing spaces in bfdH.J. Lu2015-08-121-6/+6
* ppc476 linker workaround shared lib fixes againAlan Modra2015-06-161-11/+12
* ppc476 linker workaround shared lib fixesAlan Modra2015-06-051-0/+52
* PowerPC non-PIC to PIC editing for protected var accessAlan Modra2015-04-071-38/+215
* Make powerpc bfd ld reloc overflow vs undefined symbols match goldAlan Modra2015-03-241-22/+12
* Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is generatedAlan Modra2015-03-111-4/+7
* Tweak ppc32 tls_get_addr optimisationAlan Modra2015-02-281-0/+3
* Use dynamic text relocs for protected varsAlan Modra2015-02-261-0/+17
* Properly place the NULL STT_FILE symbol revistitedAlan Modra2015-02-181-0/+3
* Don't segfault or assert on NULL tls_secAlan Modra2015-02-091-8/+22
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-1/+1
* Correct PowerPC64 local-dynamic TLS linker optimizationAlan Modra2015-01-291-5/+10
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-5/+2
* Fix memory access violations triggered by running objdump on fuzzed binaries.Nick Clifton2015-01-151-3/+12
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Set ppc COMMONPAGESIZE to 64kRichard Henderson2014-12-181-1/+2
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* ppc476 workaround sizingAlan Modra2014-11-201-1/+1
* Fix 17492, ld segfault with --oformat=binaryAlan Modra2014-10-161-3/+4
* ppc476 patch area size miscalculationAlan Modra2014-08-301-1/+1
* PowerPC fix for ifunc broken by d1eca1e4Alan Modra2014-08-181-1/+4
* Taking an undefined function's address in an executableAlan Modra2014-07-021-6/+18
* Set DF_STATIC_TLS for PIEsAlan Modra2014-07-021-2/+2
* Don't strip section defining _SDA_BASE_Alan Modra2014-06-241-3/+16
* Make bfd.link_next field a unionAlan Modra2014-06-131-4/+4
* Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2014-06-071-4/+5
* Rewrite ppc32 backend .sdata and .sdata2 handlingAlan Modra2014-05-201-106/+112
* bfd target vector rationalisationAlan Modra2014-05-021-4/+4
* fill ppc476 fixup areaAlan Modra2014-04-161-2/+14
* ppc476 plt call stubsAlan Modra2014-04-141-5/+47
* ppc476 icache workaround fix for bctrAlan Modra2014-04-091-19/+48
* Fix overflow handling of VLE_SDA21Alan Modra2014-03-141-5/+7