Search
j0ke.net Open Build Service
>
Projects
>
devel
>
binutils
> dw-at-ranges.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dw-at-ranges.diff of Package binutils
Index: gas/dwarf2dbg.c =================================================================== RCS file: /cvs/src/src/gas/dwarf2dbg.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -a -p -u -p -a -r1.87 -r1.88 --- gas/dwarf2dbg.c 8 Aug 2006 19:09:33 -0000 1.87 +++ gas/dwarf2dbg.c 13 Oct 2006 11:36:03 -0000 1.88 @@ -1591,13 +1591,9 @@ out_debug_info (segT info_seg, segT abbr } else { - /* This attributes is emitted if the code is disjoint. */ - - /* DW_AT_ranges */ - expr.X_op = O_symbol; - expr.X_add_symbol = section_symbol (ranges_seg); - expr.X_add_number = 0; - emit_expr (&expr, sizeof_address); + /* This attribute is emitted if the code is disjoint. */ + /* DW_AT_ranges. */ + TC_DWARF2_EMIT_OFFSET (section_symbol (ranges_seg), sizeof_offset); } /* DW_AT_name. We don't have the actual file name that was present