OSDN Git Service

* dwarf2dbg.c (out_debug_info): Add new parameter ranges_seg and emit
authornickc <nickc>
Tue, 8 Aug 2006 08:29:08 +0000 (08:29 +0000)
committernickc <nickc>
Tue, 8 Aug 2006 08:29:08 +0000 (08:29 +0000)
commit717d533084ee3ad6dc0a736c3ba2216549a6e287
tree6fe8dbf1447e6dbd3146b8a245a61b51cdb6b1e4
parent76b6323d6749c416c0f4f2e1b4addc961b33b1af
* 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.
gas/ChangeLog
gas/dwarf2dbg.c