~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to debian/patches/011_disable_combreloc_ARM_ONLY.diff

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -urN binutils-2.12.90.0.1/ld/ldmain.c binutils-2.12.90.0.1.new/ld/ldmain.c
2
 
--- binutils-2.12.90.0.1/ld/ldmain.c    Thu Mar  7 15:37:42 2002
3
 
+++ binutils-2.12.90.0.1.new/ld/ldmain.c        Mon Mar 11 09:09:13 2002
4
 
@@ -260,7 +260,7 @@
5
 
   link_info.flags = (bfd_vma) 0;
6
 
   link_info.flags_1 = (bfd_vma) 0;
7
 
   link_info.pei386_auto_import = false;
8
 
-  link_info.combreloc = true;
9
 
+  link_info.combreloc = false;
10
 
   link_info.spare_dynamic_tags = 5;
11
 
 
12
 
   ldfile_add_arch ("");