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

Reply via email to