This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/48176] .debug_aranges is no longer emitted


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]