|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] backport toolchain fixes from linu
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID c13c3bd7f3b51caeb4219cc65fdd67b277ee06a8
# Parent 4d86aea4467546c0bf0d7616af313e6efbf7874c
[IA64] backport toolchain fixes from linux-ia64
This backports the ia64 specific parts of this upstream linux
changeset:
http://www.kernel.org/hg/linux-2.6/?cs=dfbee33b0693
Change suggested by Akio Takebe.
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
linux-2.6-xen-sparse/arch/ia64/kernel/Makefile | 3 ++-
linux-2.6-xen-sparse/arch/ia64/kernel/gate.lds.S | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff -r 4d86aea44675 -r c13c3bd7f3b5
linux-2.6-xen-sparse/arch/ia64/kernel/Makefile
--- a/linux-2.6-xen-sparse/arch/ia64/kernel/Makefile Wed Oct 18 22:06:18
2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/kernel/Makefile Wed Oct 18 22:06:23
2006 -0600
@@ -44,7 +44,8 @@ quiet_cmd_gate = GATE $@
quiet_cmd_gate = GATE $@
cmd_gate = $(CC) -nostdlib $(GATECFLAGS_$(@F)) -Wl,-T,$(filter-out
FORCE,$^) -o $@
-GATECFLAGS_gate.so = -shared -s -Wl,-soname=linux-gate.so.1
+GATECFLAGS_gate.so = -shared -s -Wl,-soname=linux-gate.so.1 \
+ $(call ld-option, -Wl$(comma)--hash-style=sysv)
$(obj)/gate.so: $(obj)/gate.lds $(obj)/gate.o FORCE
$(call if_changed,gate)
diff -r 4d86aea44675 -r c13c3bd7f3b5
linux-2.6-xen-sparse/arch/ia64/kernel/gate.lds.S
--- a/linux-2.6-xen-sparse/arch/ia64/kernel/gate.lds.S Wed Oct 18 22:06:18
2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/kernel/gate.lds.S Wed Oct 18 22:06:23
2006 -0600
@@ -13,6 +13,7 @@ SECTIONS
. = GATE_ADDR + SIZEOF_HEADERS;
.hash : { *(.hash) }
:readable
+ .gnu.hash : { *(.gnu.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.gnu.version : { *(.gnu.version) }
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] backport toolchain fixes from linux-ia64,
Xen patchbot-unstable <=
|
|
|
|
|