This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why not remove entry for stripped function in ELF .debug_info section
Terry Guo <flameroc@gmail.com> writes:
> But when check .debug_info section of .out file, I can still see entry
> for this deadstripped function:
I have two things to say about this message.
First, this message is not appropriate for the mailing list
gcc@gcc.gnu.org, which is for discussion related to the development of
GCC. The message would be appropriate on the mailing list
gcc-help@gcc.gnu.org. Please take any followups to gcc-help. Thanks.
Second, this is fixed by using DWARF 4, which I think is the default in
GCC 4.7.
Ian