|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [POWERPC] remove .data.* catch-all
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 96d6f9cfed6e0736e44454c739eb02ee2d77a2e8
# Parent 539a1e66698289d408ea61c3294361f150d320ff
# Parent 5fc1fe79083517824d89309cc618f21302724e29
[POWERPC] remove .data.* catch-all
---
xen/arch/powerpc/xen.lds.S | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 539a1e666982 -r 96d6f9cfed6e xen/arch/powerpc/xen.lds.S
--- a/xen/arch/powerpc/xen.lds.S Fri Aug 18 14:07:50 2006 -0400
+++ b/xen/arch/powerpc/xen.lds.S Sun Aug 20 11:07:52 2006 -0400
@@ -107,7 +107,7 @@ SECTIONS
PROVIDE (__fini_array_end = .);
.data :
{
- *(.data .data.* .gnu.linkonce.d.*)
+ *(.data .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
}
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] [POWERPC] remove .data.* catch-all,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|