[Bug debug/48176] .debug_aranges is no longer emitted
jan.kratochvil at redhat dot com
gcc-bugzilla@gcc.gnu.org
Fri Mar 18 08:00:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48176
Jan Kratochvil <jan.kratochvil at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at redhat dot com
--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2011-03-18 06:41:12 UTC ---
PR 42288 was for GDB and it can be closed I think.
I do not see why .debug_aranges would be empty - it contains valid information
with gcc-4.5 and even non-trivial such as with multiple CUs:
echo 'f(){}' | gcc -x c - -o 1.o -c -g; echo 'main(){}' | gcc 1.o -x c - -g;
readelf -WS a.out | grep debug_aranges
More information about the Gcc-bugs
mailing list