summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemu-user/files/qemu-ppc-dirty-hack.patch')
-rw-r--r--app-emulation/qemu-user/files/qemu-ppc-dirty-hack.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/qemu-user/files/qemu-ppc-dirty-hack.patch b/app-emulation/qemu-user/files/qemu-ppc-dirty-hack.patch
deleted file mode 100644
index 7895fc8..0000000
--- a/app-emulation/qemu-user/files/qemu-ppc-dirty-hack.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nau qemu-0.7.1.orig/ppc.ld qemu-0.7.1/ppc.ld
---- qemu-0.7.1.orig/ppc.ld 2005-07-24 19:52:08.000000000 +0100
-+++ qemu-0.7.1/ppc.ld 2005-08-06 01:03:46.000000000 +0100
-@@ -8,7 +8,7 @@
- SECTIONS
- {
- /* Read-only sections, merged into text segment: */
-- . = 0x60000000 + SIZEOF_HEADERS;
-+ . = 0x60000000 + 0x400;
- .interp : { *(.interp) }
- .hash : { *(.hash) }
- .dynsym : { *(.dynsym) }