diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-05 15:07:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-05 15:07:20 +0000 |
commit | df1c40a732c509d6729b2874d7e08987b7815490 (patch) | |
tree | efa004eff372ae9b16ed80de22e5ed266991a72a /gas/ChangeLog | |
parent | 5b9144488e69022bcaba2ed410ac777ed22272c2 (diff) | |
download | gdb-df1c40a732c509d6729b2874d7e08987b7815490.zip gdb-df1c40a732c509d6729b2874d7e08987b7815490.tar.gz gdb-df1c40a732c509d6729b2874d7e08987b7815490.tar.bz2 |
Don't generate .debug_line section if it isn't empty.
binutils/testsuite/
2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10531
PR gas/11789
* binutils-all/objdump.W: Remove bogus line debug info.
gas/
2010-07-05 Jim Wilson <wilson@codesourcery.com>
PR gas/10531
PR gas/11789
* dwarf2dbg.c (dwarf2_finish): Don't generate .debug_line section
if it isn't empty.
gas/testsuite/
2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
PR gas/10531
PR gas/11789
* gas/i386/dw2-compress-1.d: Remove bogus line debug info.
* gas/elf/dwarf2-1.d: New.
* gas/elf/dwarf2-1.s: Likewise.
* gas/elf/dwarf2-2.d: Likewise.
* gas/elf/dwarf2-2.s: Likewise.
* gas/elf/dwarf2-3.d: Likewise.
* gas/elf/dwarf2-3.s: Likewise.
* gas/i386/debug1.d: Likewise.
* gas/i386/debug1.s: Likewise.
* gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3.
* gas/i386/i386.exp: Run debug1 for both 32bit and 64bit.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0f90c4b..b02f315 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2010-07-05 Jim Wilson <wilson@codesourcery.com> + + PR gas/10531 + PR gas/11789 + * dwarf2dbg.c (dwarf2_finish): Don't generate .debug_line section + if it isn't empty. + 2010-07-05 Alan Modra <amodra@gmail.com> * config/tc-moxie.c (md_apply_fix): Delete set but otherwise |