diff options
Diffstat (limited to 'elf_x86_64_efi.lds')
| -rw-r--r-- | elf_x86_64_efi.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf_x86_64_efi.lds b/elf_x86_64_efi.lds index af3a0714..1be23cbc 100644 --- a/elf_x86_64_efi.lds +++ b/elf_x86_64_efi.lds @@ -8,8 +8,8 @@ SECTIONS ImageBase = .; .hash : { *(.hash) } /* this MUST come first! */ . = ALIGN(4096); - .eh_frame : - { + .eh_frame : + { *(.eh_frame) } . = ALIGN(4096); |
