summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better overflow checking for powerpc32 relocationsAlan Modra2014-03-081-159/+177
* Fix ELF ppc32 targets that don't use ppc32elf.emAlan Modra2014-02-271-3/+4
* ppc476 workaround for ld -r fixesAlan Modra2014-02-171-2/+51
* Fix bad interaction between --relax and tls optimisationAlan Modra2014-02-121-0/+56
* Enable ppc476 workaround for ld -r.Alan Modra2014-02-121-6/+11
* powerpc relax_section and section contents cacheAlan Modra2014-02-091-106/+66
* ppc476 icache bug workaroundAlan Modra2014-02-031-324/+560
* Error on shared lib call to @local ifuncAlan Modra2014-01-131-2/+19