--- 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
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
--- 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
--- 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