diff options
author | Nick Clifton <nickc@redhat.com> | 2006-08-08 08:29:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-08-08 08:29:08 +0000 |
commit | 802f5d9e8e94c7886c581e0d9915bcd0dde8042c (patch) | |
tree | 11bad252c86817668d223970a9d06bf04b1c6a12 /gas/ChangeLog | |
parent | 720abc6078548ab95eeba85b5be4e8b6322e8dd6 (diff) | |
download | gdb-802f5d9e8e94c7886c581e0d9915bcd0dde8042c.zip gdb-802f5d9e8e94c7886c581e0d9915bcd0dde8042c.tar.gz gdb-802f5d9e8e94c7886c581e0d9915bcd0dde8042c.tar.bz2 |
* dwarf2dbg.c (out_debug_info): Add new parameter ranges_seg and emit
DW_AT_ranges when code in compilation unit is not contiguous.
(out_debug_abbrev): Emit DW_AT_ranges abbreviation if code in is not contiguous.
(dwarf2_finish): Create and pass ranges_seg to out_debug_info.
(out_debug_ranges): New function to emit .debug_ranges section when code is not contiguous.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fe28fcc..ce2e4fe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2006-08-08 Sterling Augustine <sterling@tensilica.com> + + * dwarf2dbg.c (out_debug_info): Add new parameter ranges_seg + and emit DW_AT_ranges when code in compilation unit is not + contiguous. + (out_debug_abbrev): Emit DW_AT_ranges abbreviation if code in + is not contiguous. + (dwarf2_finish): Create and pass ranges_seg to out_debug_info. + (out_debug_ranges): New function to emit .debug_ranges section + when code is not contiguous. + 2006-08-08 Nick Clifton <nickc@redhat.com> * config/tc-arm.c (WARN_DEPRECATED): Enable. |