This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/48041] dwarf2out emits unnecessary null byte in empty .debug_abbrev section
- From: "mark at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 Mar 2011 09:35:47 +0000
- Subject: [Bug debug/48041] dwarf2out emits unnecessary null byte in empty .debug_abbrev section
- Auto-submitted: auto-generated
- References: <bug-48041-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48041
--- Comment #1 from Mark Wielaard <mark at gcc dot gnu.org> 2011-03-25 09:35:44 UTC ---
Author: mark
Date: Fri Mar 25 09:35:41 2011
New Revision: 171441
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171441
Log:
PR debug/48041
* dwarf2out.c (output_abbrev_section): Only write table when
abbrev_die_table_in_use > 1.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c