aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-08-08 08:29:08 +0000
committerNick Clifton <nickc@redhat.com>2006-08-08 08:29:08 +0000
commit802f5d9e8e94c7886c581e0d9915bcd0dde8042c (patch)
tree11bad252c86817668d223970a9d06bf04b1c6a12 /gas/ChangeLog
parent720abc6078548ab95eeba85b5be4e8b6322e8dd6 (diff)
downloadgdb-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/ChangeLog11
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.