diff options
author | Nick Clifton <nickc@redhat.com> | 2012-06-28 11:31:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-06-28 11:31:14 +0000 |
commit | 453dc3f0101420a5f44b50e4f0425ac8edc64e0c (patch) | |
tree | 70f247ca991b7ad91ea6d54951d8adff26848308 /gas/ChangeLog | |
parent | 1d7975eb5300c59c69e1c15cfc98fa8894a5a906 (diff) | |
download | gdb-453dc3f0101420a5f44b50e4f0425ac8edc64e0c.zip gdb-453dc3f0101420a5f44b50e4f0425ac8edc64e0c.tar.gz gdb-453dc3f0101420a5f44b50e4f0425ac8edc64e0c.tar.bz2 |
* dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using
linker relaxation.
(dwarf2_gen_line_info): Generate real, local, labels for line
numbers.
(dwarf2dbg_convert_frag): Do not finalize the computation of the
frag's symbol value when linker relaxation is enabled.
(ADDR_DELTA_LIMIT): Define.
(size_fixed_inc_line_addr): Use ADDR_DELTA_LIMIT.
(emit_fixed_inc_line_addr): Likewise.
* write.c (fixup_segment): If the subtraction of two symbols
cannot be resolved but is valid, then prevent bogus range warnings
by pre-biasing add_number.
* config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0.
* gas/lns/lns.exp: Use alternate lns-common test for targets
enabling linker relaxation.
* gas/lns/lns-big-delta.d: Allow for output from architectures
with 32-bit addresses.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4149ba3..0d833a9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +2012-06-28 Nick Clifton <nickc@redhat.com> + + * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using + linker relaxation. + (dwarf2_gen_line_info): Generate real, local, labels for line + numbers. + (dwarf2dbg_convert_frag): Do not finalize the computation of the + frag's symbol value when linker relaxation is enabled. + (ADDR_DELTA_LIMIT): Define. + (size_fixed_inc_line_addr): Use ADDR_DELTA_LIMIT. + (emit_fixed_inc_line_addr): Likewise. + * write.c (fixup_segment): If the subtraction of two symbols + cannot be resolved but is valid, then prevent bogus range warnings + by pre-biasing add_number. + * config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0. + 2012-06-22 Roland McGrath <mcgrathr@google.com> * NEWS: Mention 'rep ret' too. |