Using
gcc -O0 -g -Wa,-adhl nada.c > nada.lst
to get gas listing embedded in C source code, C source code lines are numbered
from 0, .loc in gas starts with 1. Previous gas (4.19) started both at 1.
Example:
1.file "nada.c"
9.Ltext0:
10
--- Additional Comments From robert dot wohlrab at gmx dot de 2009-12-31
12:13 ---
Weird that that information is missing. I thought that I just copied the
bugreport from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555012 were
you can see the --exclude-libs in the command line.
the corresponding report in GCC is http://gcc.gnu.org/PR42532
it was suggested to report it for binutils as well. the gold version was the one
from the 2.20 branch.
--
Summary: configuring GCC with --enable-gold introduces many fails
in the testsuite
Pro