]> git.pld-linux.org Git - packages/gcl.git/commitdiff
hepefully fixed build with binutils 2.15.92.0.2
authorankry <ankry@pld-linux.org>
Sat, 9 Oct 2004 22:46:29 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcl-binutils.patch -> 1.1

gcl-binutils.patch [new file with mode: 0644]

diff --git a/gcl-binutils.patch b/gcl-binutils.patch
new file mode 100644 (file)
index 0000000..d8e421d
--- /dev/null
@@ -0,0 +1,29 @@
+--- gcl-2.6.5/o/sfaslbfd.c~    2004-10-10 00:17:10.000000000 +0200
++++ gcl-2.6.5/o/sfaslbfd.c     2004-10-10 00:17:10.000000000 +0200
+@@ -263,7 +263,7 @@
+     current=round_up(current,1<<s->alignment_power);
+-    current+=s->_raw_size;
++    current+=s->rawsize;
+   }
+   curr_size=(unsigned long)current;
+@@ -288,7 +288,7 @@
+     m=round_up(m,1<<s->alignment_power);
+     s->output_section->vma=(unsigned long)m;
+-    m+=s->_raw_size;
++    m+=s->rawsize;
+            
+   }
+@@ -353,7 +353,7 @@
+                                            v,0,q)) 
+        FEerror("Cannot get relocated section contents\n",0);
+-     memcpy((void *)(unsigned long)s->output_section->vma,v,s->_raw_size);
++     memcpy((void *)(unsigned long)s->output_section->vma,v,s->rawsize);
+      
+    }
+  }
This page took 0.069146 seconds and 4 git commands to generate.