about summary refs log tree commit diff
path: root/arch/powerpc64/reloc.h
Commit message (Collapse)AuthorAgeFilesLines
* fix ld-behavior-dependent crash in ppc64 ldso startupRich Felker2017-03-081-1/+1
| | | | | | | the 32-bit pc-relative address for stage 2 of dynamic linker entry was wrongly loaded with a zero-extending load instead of sign-extending load, resulting in an invalid jump if the offset happened to be negative, which depends on the linker's ordering of text sections.
* add powerpc64 portBobby Bingham2016-05-081-0/+32