summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Croxon <nigel.croxon@hp.com>2013-06-12 09:53:01 -0400
committerNigel Croxon <nigel.croxon@hp.com>2013-06-12 09:53:01 -0400
commit6e17af6dd7f3cea60475cd65473b210014cf122a (patch)
tree2cb20060b93ccf44b130ad79d67d5b70a04da630
parentf00a8a27834afcb1c125f3b44518bd4e13d2725d (diff)
downloadgnu-efi-3.0-6e17af6dd7f3cea60475cd65473b210014cf122a.tar.gz
gnu-efi-3.0-6e17af6dd7f3cea60475cd65473b210014cf122a.tar.xz
gnu-efi-3.0-6e17af6dd7f3cea60475cd65473b210014cf122a.zip
support .text.* sections on x86_64
Group them in .text. Also add vague linkage sections in .text. Signed-off-by: David Decotigny <decot@googlers.com>
-rw-r--r--gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds b/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds
index 32cf687..c4df0a5 100644
--- a/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds
+++ b/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds
@@ -16,6 +16,8 @@ SECTIONS
.text :
{
*(.text)
+ *(.text.*)
+ *(.gnu.linkonce.t.*)
}
. = ALIGN(4096);
.reloc :