tidy up devkitARM r37 patches

This commit is contained in:
Dave Murphy 2012-02-25 12:18:13 +00:00
parent e1600b9e7c
commit 3b7cbafeae
4 changed files with 0 additions and 10109 deletions

View File

@ -1,15 +0,0 @@
diff -Nbaur binutils-2.21/ld/ldlang.c binutils-2.21-arm/ld/ldlang.c
--- binutils-2.21/ld/ldlang.c 2010-11-05 05:56:53.000000000 +0000
+++ binutils-2.21-arm/ld/ldlang.c 2011-09-13 01:04:17.000000000 +0100
@@ -5740,6 +5740,11 @@
for (file = file_chain.head; file != NULL; file = file->input_statement.next)
{
+#ifdef ENABLE_PLUGINS
+ /* Don't check format of files claimed by plugin. */
+ if (file->input_statement.claimed)
+ continue;
+#endif /* ENABLE_PLUGINS */
input_bfd = file->input_statement.the_bfd;
compatible
= bfd_arch_get_compatible (input_bfd, link_info.output_bfd,

View File

@ -1,18 +0,0 @@
diff -Nbaur gdb-7.2/gdb/Makefile.in gdb-7.2-arm/gdb/Makefile.in
--- gdb-7.2/gdb/Makefile.in 2010-08-19 19:40:34.000000000 +0100
+++ gdb-7.2-arm/gdb/Makefile.in 2010-09-10 04:59:34.000000000 +0100
@@ -2082,10 +2082,10 @@
# Note that we put the dependencies into a .Tpo file, then move them
# into place if the compile succeeds. We need this because gcc does
# not atomically write the dependency output file.
-@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
-@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
-@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
-@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
+#@GMAKE_TRUE@override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
+#@GMAKE_TRUE@ -MF $(DEPDIR)/$(basename $(@F)).Tpo
+#@GMAKE_TRUE@override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
+#@GMAKE_TRUE@ $(DEPDIR)/$(basename $(@F)).Po
@GMAKE_TRUE@else
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff