diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-05 08:13:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-05 08:13:48 +0000 |
commit | 7cadeb2c1530f4d4674b13038e7fc451f9b18378 (patch) | |
tree | 7a68ea37a804e5d2311ac62fc9533c544ebe8385 /gas/ChangeLog | |
parent | 46f2f11d4c9ae297683194868b3238984bc85750 (diff) | |
download | gdb-7cadeb2c1530f4d4674b13038e7fc451f9b18378.zip gdb-7cadeb2c1530f4d4674b13038e7fc451f9b18378.tar.gz gdb-7cadeb2c1530f4d4674b13038e7fc451f9b18378.tar.bz2 |
PR gas/6656
* dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
debug info if we see compiler generated debug info.
(dwarf2_directive_loc): Likewise. Remove redundant debug_type test.
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 e3a4e07..8cba2db 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2008-08-05 Alan Modra <amodra@bigpond.net.au> + + PR gas/6656 + * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated + debug info if we see compiler generated debug info. + (dwarf2_directive_loc): Likewise. Remove redundant debug_type test. + 2008-08-04 Alan Modra <amodra@bigpond.net.au> * dwarf2dbg.c: Remove superfluous forward function declarations. |