mirror of https://github.com/ncroxon/gnu-efi
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:
commit
5e2444d115
|
@ -26,7 +26,7 @@ SECTIONS
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.reloc :
|
.reloc :
|
||||||
{
|
{
|
||||||
*(.reloc)
|
KEEP (*(.reloc))
|
||||||
}
|
}
|
||||||
. = ALIGN(65536);
|
. = ALIGN(65536);
|
||||||
.dynamic : { *(.dynamic) }
|
.dynamic : { *(.dynamic) }
|
||||||
|
|
|
@ -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) }
|
||||||
|
|
|
@ -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) }
|
||||||
|
|
|
@ -26,7 +26,7 @@ SECTIONS
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.reloc :
|
.reloc :
|
||||||
{
|
{
|
||||||
*(.reloc)
|
KEEP (*(.reloc))
|
||||||
}
|
}
|
||||||
. = ALIGN(4096);
|
. = ALIGN(4096);
|
||||||
.data :
|
.data :
|
||||||
|
|
Loading…
Reference in New Issue