~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): Christopher C. Chimelis
  • Date: 2002-04-18 13:03:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020418130349-pr9a1j3znz4gh3j6
Tags: 2.12.90.0.1-4
* Added patch from Gerhardt Tonn
  to fix s390 merge problem (closes: Bug#143187)
* Corrected DOW of my last changelog entry :-P

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 ("");