[Bug ld/4090] Can't use ADDR on section after

2007-03-31 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-04-01 00:51 --- This patch: http://sourceware.org/ml/binutils/2007-04/msg0.html prints out the correct line number when reporting linker script problem. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4090 --- You are

[Bug ld/4304] New: ld --fatal-warnings doesn't work

2007-03-31 Thread robert at linuxfromscratch dot org
Hello. To reproduce this bug get yourself a copy of Gzip source and do: env CFLAGS="-fpie -O2" \ LDFLAGS="-Wl,--warn-shared-textrel -Wl,--fatal-warnings -pie" \ ./configure && make Then you should get something like this: gcc -std=gnu99 -fpie -O2 -Wl,--warn-shared-textrel -Wl,--fatal-warni

[Bug gas/4303] gas 2.14 and over make a stabs symbol ABS while gas 2.13 makes it UND

2007-03-31 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-03-31 17:29 --- (In reply to comment #3) > On looking into this a little, I believe your testcase is invalid. The .stab > directives should only be used to create stab syms. With a type of zero, ie. > N_UNDF, you are t

[Bug gas/4303] gas 2.14 and over make a stabs symbol ABS while gas 2.13 makes it UND

2007-03-31 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-03-31 11:11 --- On looking into this a little, I believe your testcase is invalid. The .stab directives should only be used to create stab syms. With a type of zero, ie. N_UNDF, you are trying to create a non-stab symbo