diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-01-09 17:30:59 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-01-09 17:30:59 +0000 |
commit | 7ddd14deffa8d2579c691bb8f19585fb2e7b5de3 (patch) | |
tree | f69cd2e1c9990d8a85958bd82e6a13169f66e9d6 /gas/ChangeLog | |
parent | 39d5313e31d72b291493315a2b7b0d98341cf14b (diff) | |
download | gdb-7ddd14deffa8d2579c691bb8f19585fb2e7b5de3.zip gdb-7ddd14deffa8d2579c691bb8f19585fb2e7b5de3.tar.gz gdb-7ddd14deffa8d2579c691bb8f19585fb2e7b5de3.tar.bz2 |
gas/
* dwarf2dbg.c (out_sleb128): Delete.
(size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
(out_fixed_inc_line_addr): Delete.
(relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
(dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
(process_entries): Remove calls to out_fixed_inc_line_addr. When
DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
* read.h (emit_expr_fix): New prototype.
* read.c (emit_expr): Move code to emit_expr_fix and use it here.
(emit_expr_fix): New.
testsuite/
* gas/lns/lns.exp: Run new lns-big-delta test for targets that set
DWARF2_USE_FIXED_ADVANCE_PC.
* gas/lns/lns-big-delta.s: New.
* gas/lns/lns-big-delta.d: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 331727f..46f36be 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2008-01-09 Bob Wilson <bob.wilson@acm.org> + + * dwarf2dbg.c (out_sleb128): Delete. + (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New. + (out_fixed_inc_line_addr): Delete. + (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new + size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set. + (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr. + (process_entries): Remove calls to out_fixed_inc_line_addr. When + DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr. + * read.h (emit_expr_fix): New prototype. + * read.c (emit_expr): Move code to emit_expr_fix and use it here. + (emit_expr_fix): New. + 2008-01-09 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (match_template): Check register size |