Merge /u/gmbr3/gnu-efi/ branch gc-sections into master

https://sourceforge.net/p/gnu-efi/code/merge-requests/42/
This commit is contained in:
b'Nigel Croxon 2023-03-23 14:17:28 +00:00
commit 5e2444d115
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ SECTIONS
. = ALIGN(4096); . = ALIGN(4096);
.reloc : .reloc :
{ {
*(.reloc) KEEP (*(.reloc))
} }
. = ALIGN(65536); . = ALIGN(65536);
.dynamic : { *(.dynamic) } .dynamic : { *(.dynamic) }

View File

@ -75,7 +75,7 @@ SECTIONS
. = ALIGN(4096); . = ALIGN(4096);
.reloc : /* This is the PECOFF .reloc section! */ .reloc : /* This is the PECOFF .reloc section! */
{ {
*(.reloc) KEEP (*(.reloc))
} }
. = ALIGN(4096); . = ALIGN(4096);
.dynsym : { *(.dynsym) } .dynsym : { *(.dynsym) }

View File

@ -70,7 +70,7 @@ SECTIONS
. = ALIGN(4096); . = ALIGN(4096);
.reloc : /* This is the PECOFF .reloc section! */ .reloc : /* This is the PECOFF .reloc section! */
{ {
*(.reloc) KEEP (*(.reloc))
} }
. = ALIGN(4096); . = ALIGN(4096);
.dynsym : { *(.dynsym) } .dynsym : { *(.dynsym) }

View File

@ -26,7 +26,7 @@ SECTIONS
. = ALIGN(4096); . = ALIGN(4096);
.reloc : .reloc :
{ {
*(.reloc) KEEP (*(.reloc))
} }
. = ALIGN(4096); . = ALIGN(4096);
.data : .data :