]> git.pld-linux.org Git - packages/gcl.git/blame - gcl-binutils.patch
- hopefully fixed build with binutils 2.15.92.0.2
[packages/gcl.git] / gcl-binutils.patch
CommitLineData
bacbeaa0 1--- gcl-2.6.5/o/sfaslbfd.c~ 2004-10-10 00:17:10.000000000 +0200
2+++ gcl-2.6.5/o/sfaslbfd.c 2004-10-10 00:17:10.000000000 +0200
3@@ -263,7 +263,7 @@
4
5 current=round_up(current,1<<s->alignment_power);
6
7- current+=s->_raw_size;
8+ current+=s->rawsize;
9
10 }
11 curr_size=(unsigned long)current;
12@@ -288,7 +288,7 @@
13
14 m=round_up(m,1<<s->alignment_power);
15 s->output_section->vma=(unsigned long)m;
16- m+=s->_raw_size;
17+ m+=s->rawsize;
18
19 }
20
21@@ -353,7 +353,7 @@
22 v,0,q))
23 FEerror("Cannot get relocated section contents\n",0);
24
25- memcpy((void *)(unsigned long)s->output_section->vma,v,s->_raw_size);
26+ memcpy((void *)(unsigned long)s->output_section->vma,v,s->rawsize);
27
28 }
29 }
This page took 0.062402 seconds and 4 git commands to generate.