From f4173af1ad45a270a5d8b2283f8018582484a553 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 7 Aug 2017 17:34:45 -0400 Subject: New upstream version 12+1501864225.b586175 --- elf_aarch64_efi.lds | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'elf_aarch64_efi.lds') diff --git a/elf_aarch64_efi.lds b/elf_aarch64_efi.lds index 77770c27..96f15d56 100644 --- a/elf_aarch64_efi.lds +++ b/elf_aarch64_efi.lds @@ -14,7 +14,21 @@ SECTIONS . = ALIGN(16); _etext = .; } + + . = ALIGN(4096); .dynamic : { *(.dynamic) } + + . = ALIGN(4096); + .note.gnu.build-id : { + *(.note.gnu.build-id) + } + + . = ALIGN(4096); + .data.ident : { + *(.data.ident) + } + + . = ALIGN(4096); .data : { _data = .; @@ -37,7 +51,6 @@ SECTIONS . = ALIGN(16); _bss_end = .; } - .note.gnu.build-id : { *(.note.gnu.build-id) } . = ALIGN(4096); .vendor_cert : @@ -46,10 +59,15 @@ SECTIONS } . = ALIGN(4096); - .rela.dyn : { *(.rela.dyn) } - .rela.plt : { *(.rela.plt) } - .rela.got : { *(.rela.got) } - .rela.data : { *(.rela.data) *(.rela.data*) } + . = ALIGN(4096); + .rela : + { + *(.rela.dyn) + *(.rela.plt) + *(.rela.got) + *(.rela.data) + *(.rela.data*) + } _edata = .; _data_size = . - _data; -- cgit v1.2.3