From 14acaa4a3361403e06b284bf8e1e32ad9cec5457 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Wed, 27 Aug 2014 11:48:39 -0400
Subject: [PATCH 51/74] Fix typo from Ard's old tree 32-bit ARM patch.
We don't need to .data entries; the second one should be .data*. He's
since fixed this in his tree, but I'd already pulled it and pushed to
master.
Signed-off-by: Peter Jones <pjones@redhat.com>
---
elf_arm_efi.lds | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elf_arm_efi.lds b/elf_arm_efi.lds
index fd1075d..c5dc298 100644
--- a/elf_arm_efi.lds
+++ b/elf_arm_efi.lds
@@ -19,7 +19,7 @@ SECTIONS
*(.sdata)
*(.data)
*(.data1)
- *(.data)
+ *(.data*)
*(.got.plt)
*(.got)
--
1.9.3