summaryrefslogtreecommitdiffstats
path: root/backends/aarch64_symbol.c
Commit message (Collapse)AuthorAgeFilesLines
* backends: aarch64_check_special_symbol check shdr is not NULL before usage.Mark Wielaard2014-01-171-3/+6
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0].Mark Wielaard2013-12-201-0/+28
| | | | | | | | | | | Like some other architectures aarch64 has a special rule for the _GLOBAL_OFFSET_TABLE_ symbol. Even if there is a .plt.got section the symbol value still points to the start of the .got section. This is also what the dynamic linker expects. See https://sourceware.org/ml/libc-ports/2013-06/msg00057.html Signed-off-by: Mark Wielaard <[email protected]>
* Support AArch64 architecturePetr Machata2013-11-261-0/+56
Signed-off-by: Petr Machata <[email protected]>