--- Additional Comments From nickc at redhat dot com 2007-03-07 07:53
---
Hi Kyle,
Thanks for the fixes to the original patch. I have checked in your version
along with this ChangeLog entry.
Cheers
Nick
ld/ChangeLog
2007-03-07 Nick Clifton <[EMAIL PROTECTED]>
PR ld/402
--- Additional Comments From amodra at bigpond dot net dot au 2007-03-07
02:16 ---
http://sources.redhat.com/ml/binutils-cvs/2007-03/msg00026.html
--
What|Removed |Added
--
What|Removed |Added
AssignedTo|unassigned at sources dot |amodra at bigpond dot net
|redhat dot com |dot au
http://sourceware.org/bugzil
Linker fails to adjust segment memory size for SHT_NOBITS sections whose VMA
> the page size:
[EMAIL PROTECTED] phdr-3]$ cat foo.s
.globl _entry
.section .foo,"awx",%progbits
_entry:
.byte 0
.section .bar,"ax",%nobits
.byte 0
[EMAIL PROTECTED] phdr-3]$ c
compiling binutils-2.17 with gcc-4.1.2 on alphaev6-unknown-linux-gnu
the problem:
make[4]: Entering directory `/other/local/build/binutilbuild.alpha/opcodes'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../binutils-2.17/./opcodes -I. -D_GNU_SOURCE -I.
-I../../binutils-2.17/