aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-04 17:50:31 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-04 17:50:31 +0100
commit170f30e9fba6eadd00df6f3ff12307de2fee96a0 (patch)
treeb21bbf6e02376ad202f3a3a03b7f3d74daefc9b0 /stubdom
parentce5c899f22106926ca50c153a600b537d08970bc (diff)
downloadxen-170f30e9fba6eadd00df6f3ff12307de2fee96a0.tar.gz
xen-170f30e9fba6eadd00df6f3ff12307de2fee96a0.tar.bz2
xen-170f30e9fba6eadd00df6f3ff12307de2fee96a0.zip
stubdom: Remove obsolete patch files.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/binutils.patch14
-rw-r--r--stubdom/gcc.patch31
2 files changed, 0 insertions, 45 deletions
diff --git a/stubdom/binutils.patch b/stubdom/binutils.patch
deleted file mode 100644
index 65f120a377..0000000000
--- a/stubdom/binutils.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-It looks like binutils has troubles with makeinfo and the doc generation.
-We don't need it anyway
-
---- binutils-2.18/bfd/Makefile.inorig 2008-01-16 16:17:43.004484000 +0000
-+++ binutils-2.18/bfd/Makefile.in 2008-01-16 16:17:50.505526000 +0000
-@@ -271,7 +271,7 @@
- INCDIR = $(srcdir)/../include
- CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
- MKDEP = gcc -MM
--SUBDIRS = doc po
-+SUBDIRS = po
- bfddocdir = doc
- bfdlib_LTLIBRARIES = libbfd.la
- AM_CFLAGS = $(WARN_CFLAGS)
diff --git a/stubdom/gcc.patch b/stubdom/gcc.patch
deleted file mode 100644
index d593986ab7..0000000000
--- a/stubdom/gcc.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Backported from later versions
-
---- gcc-4.2.2/gcc/config.gcc 2007-11-22 16:27:45.000000000 +0000
-+++ gcc-4.2.2/gcc/config.gcc 2007-11-22 16:23:00.000000000 +0000
-@@ -1033,6 +1033,11 @@
- tmake_file="i386/t-i386elf t-svr4"
- use_fixproto=yes
- ;;
-+x86_64-*-elf*)
-+ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h i386/x86-64.h"
-+ tmake_file="i386/t-i386elf t-svr4"
-+ use_fixproto=yes
-+ ;;
- i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
- if test x$gas = xyes
- then
-
-We don't have a libc yet at this stage. Unused anyway
-
---- gcc-4.2.2/gcc/unwind-generic.h.orig 2008-01-11 18:54:40.000000000 +0100
-+++ gcc-4.2.2/gcc/unwind-generic.h 2008-01-11 18:54:31.000000000 +0100
-@@ -203,7 +203,6 @@
- compatible with the standard ABI for IA-64, we inline these. */
-
- #ifdef __ia64__
--#include <stdlib.h>
-
- static inline _Unwind_Ptr
- _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
-Backported from later versions
-