summaryrefslogtreecommitdiff
path: root/ld/emultempl/aarch64elf.em
Commit message (Collapse)AuthorAgeFilesLines
* ld/Yufeng Zhang2013-04-241-10/+10
| | | | | | | | | | | | * emulparams/aarch64elf.sh: Define ELFSIZE=64. * emulparams/aarch64linux.sh: Ditto. * emultempl/aarch64elf.em (aarch64_elf_before_allocation): Replace elf64 with elf${ELFSIZE}. (elf64_aarch64_add_stub_section): Likewise. (build_section_lists): Likewise. (gld${EMULATION_NAME}_after_allocation): Likewise. (gld${EMULATION_NAME}_finish): Likewise. (aarch64_elf_create_output_section_statements): Likewise.
* ld/Roland McGrath2012-11-261-0/+1
| | | | | | | | * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Copy last elf32.em here too. * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise. * emultempl/mmixelf.em (gld${EMULATION_NAME}_before_parse): Likewise. * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
* Add support for 64-bit ARM architecture: AArch64Nick Clifton2012-08-131-0/+415