121 lines
4.3 KiB
Diff
121 lines
4.3 KiB
Diff
diff -u -F'^f' qemu-0.8.0/alpha.ld qemu-0.8.0/alpha.ld
|
|
--- qemu-0.8.0.backup/alpha.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/alpha.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -6,7 +6,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/arm.ld qemu-0.8.0/arm.ld
|
|
--- qemu-0.8.0.backup/arm.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/arm.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -6,7 +6,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/i386.ld qemu-0.8.0/i386.ld
|
|
--- qemu-0.8.0.backup/i386.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/i386.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -8,7 +8,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/i386-vl.ld qemu-0.8.0/i386-vl.ld
|
|
--- qemu-0.8.0.backup/i386-vl.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/i386-vl.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -8,7 +8,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0xa8000000 + SIZEOF_HEADERS;
|
|
+ . = 0xa8000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/ia64.ld qemu-0.8.0/ia64.ld
|
|
--- qemu-0.8.0.backup/ia64.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/ia64.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -9,7 +9,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- PROVIDE (__executable_start = 0x60000000); . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ PROVIDE (__executable_start = 0x60000000); . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/m68k.ld qemu-0.8.0/m68k.ld
|
|
--- qemu-0.8.0.backup/m68k.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/m68k.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -9,7 +9,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/ppc.ld qemu-0.8.0/ppc.ld
|
|
--- qemu-0.8.0.backup/ppc.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/ppc.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -8,7 +8,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/s390.ld qemu-0.8.0/s390.ld
|
|
--- qemu-0.8.0.backup/s390.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/s390.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -8,7 +8,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/sparc.ld qemu-0.8.0/sparc.ld
|
|
--- qemu-0.8.0.backup/sparc.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/sparc.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -6,7 +6,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|
|
diff -u -F'^f' qemu-0.8.0/x86_64.ld qemu-0.8.0/x86_64.ld
|
|
--- qemu-0.8.0.backup/x86_64.ld 2005-12-19 23:51:53.000000000 +0100
|
|
+++ qemu-0.8.0/x86_64.ld 2006-03-10 17:38:21.000000000 +0100
|
|
@@ -6,7 +6,7 @@
|
|
SECTIONS
|
|
{
|
|
/* Read-only sections, merged into text segment: */
|
|
- . = 0x60000000 + SIZEOF_HEADERS;
|
|
+ . = 0x60000000 + 65536;
|
|
.interp : { *(.interp) }
|
|
.hash : { *(.hash) }
|
|
.dynsym : { *(.dynsym) }
|