summaryrefslogtreecommitdiff
path: root/backends/aarch64_reloc.def
Commit message (Collapse)AuthorAgeFilesLines
* Update elf.h from glibc.Mark Wielaard2015-04-281-3/+3
| | | | Signed-off-by: Mark Wielaard <mjw@redhat.com>
* backends: COPY relocations can also happen in ET_DYN.Mark Wielaard2015-03-131-2/+2
| | | | | | | | | In particular COPY relocations might happen in PIE executables, which are ET_DYN. Found on Fedora Rawhide with run-elflint-self.sh. Signed-off-by: Mark Wielaard <mjw@redhat.com>
* backends: AARCH64_ABS32 and AARCH64_ABS64 are also valid in ET_REL.Mark Wielaard2014-03-191-3/+3
| | | | | | | This is tested now in a native aarch64 build by tests/run-elflint-self.sh since we added some .o files to the self tests. Signed-off-by: Mark Wielaard <mjw@redhat.com>
* Support AArch64 architecturePetr Machata2013-11-261-0/+157
Signed-off-by: Petr Machata <pmachata@redhat.com>