arm64: Increase page size

Fedora, RHEL and Centos have a default page size of 64K for arm64, so
bump up the page size so that ELF sections of the generated inary are
correctly aligned for 64K pages too.
mob
Siddhesh Poyarekar 2019-09-03 12:39:05 +05:30
parent 9264f06efe
commit 7d4a71fc8b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#define R_NUM R_AARCH64_NUM
#define ELF_START_ADDR 0x00400000
#define ELF_PAGE_SIZE 0x1000
#define ELF_PAGE_SIZE 0x10000
#define PCRELATIVE_DLLPLT 1
#define RELOCATE_DLLPLT 1