[Bug ld/3015] -z relro may create PT_NULL segment

2006-08-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-15 00:42 --- A patch is posted at http://sourceware.org/ml/binutils/2006-08/msg00166.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=3015 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/3015] -z relro may create PT_NULL segment

2006-08-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-14 23:20 --- A testcase to show that -z relro may create PT_NULL segment: [EMAIL PROTECTED] tmp]$ cat x.s .globl main .globl start .globl _start .globl __start .text main: start: _start: __s

[Bug ld/3052] New: ld lma assignment change breaks x86-64 Linux 2.6 kernel

2006-08-14 Thread hjl at lucon dot org
This change http://sourceware.org/ml/binutils/2006-07/msg00314.html beaks x86-64 2.6 kernel. Before the change, we have There are 48 section headers, starting at offset 0x2075af8: Section Headers: [Nr] Name TypeAddress OffSize ES Flg Lk Inf Al [ 0]

[Bug binutils/3039] Compile fails (file wrstabs.c)

2006-08-14 Thread urkud dot urkud at gmail dot com
--- Additional Comments From urkud dot urkud at gmail dot com 2006-08-14 16:40 --- I've detected, that problem in the -O3 flag. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3039 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watc

[Bug gas/3041] New: Bogus jump to weak symbol on m68k-unknown-netbsd

2006-08-14 Thread vincent dot riviere at freesbee dot fr
When assembled, a jump to weak symbol produces a jump to an invalid address. I found that problem on m68k-unknown-netbsd, but it may affect all m68k-*-aout targets. $ cat bug.s jmp mylabel nop .weak mylabel mylabel: nop $ as bug.s -o bug.o $ objdump -d bug.o

[Bug binutils/3039] Compile fails (file wrstabs.c)

2006-08-14 Thread urkud dot urkud at gmail dot com
--- Additional Comments From urkud dot urkud at gmail dot com 2006-08-14 11:31 --- I used the following $CFLAGS: CFLAGS="-O3 -mtune=pentium4 -msse -msse2 -mmmx -pipe" There are no errors when compiling with empty $CFLAGS -- http://sourceware.org/bugzilla/show_bug.cgi?id=3039 --

[Bug binutils/3039] New: Compile fails (file wrstabs.c)

2006-08-14 Thread urkud dot urkud at gmail dot com
Using gcc-4.1.1: cc1: warnings being treated as errors ../../binutils-2.17/binutils/wrstabs.c: In function 'stab_tag_type': ../../binutils-2.17/binutils/wrstabs.c:1297: warning: 'size' is used uninitialized in this function -- Summary: Compile fails (file wrstabs.c) Product: