]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - binutils-patches/2.16.1.0/binutils-redefinition-mname.patch
Update of the build and patches to rtems-4.7.1
[rtems-devel.git] / binutils-patches / 2.16.1.0 / binutils-redefinition-mname.patch
diff --git a/binutils-patches/2.16.1.0/binutils-redefinition-mname.patch b/binutils-patches/2.16.1.0/binutils-redefinition-mname.patch
deleted file mode 100644 (file)
index ddef4e6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: binutils-2.16.1/binutils/dlltool.c
-===================================================================
---- binutils-2.16.1.orig/binutils/dlltool.c
-+++ binutils-2.16.1/binutils/dlltool.c
-@@ -389,7 +389,7 @@ static int verbose;
- static FILE *output_def;
- static FILE *base_file;
--#ifdef DLLTOOL_ARM
-+#if defined(DLLTOOL_ARM) && !defined(DLLTOOL_I386)
- #ifdef DLLTOOL_ARM_EPOC
- static const char *mname = "arm-epoc";
- #else