aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2008-09-24 23:21:04 +0000
committerRichard Henderson <rth@redhat.com>2008-09-24 23:21:04 +0000
commitf1c4cc7516582b6fdb474d43c1b8e1b74dd73f52 (patch)
tree6f14d634455a6dc54e1db050f103bea47095686d /gas/ChangeLog
parent6fbd21a1cee8c0f55252cd0f0c06423aaddaf70f (diff)
downloadgdb-f1c4cc7516582b6fdb474d43c1b8e1b74dd73f52.zip
gdb-f1c4cc7516582b6fdb474d43c1b8e1b74dd73f52.tar.gz
gdb-f1c4cc7516582b6fdb474d43c1b8e1b74dd73f52.tar.bz2
include/
* elf/dwarf2.h (DW_OP_GNU_encoded_addr): New. binutils/ * dwarf.c (size_of_encoded_value, get_encoded_value): Move up. (decode_location_expression): Add section parameter. Handle DW_OP_GNU_encoded_addr. (read_and_display_attr_value): Update decode_location_expression call. (display_debug_loc, display_debug_frames): Likewise. gas/ * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default. (struct cfi_insn_data): Add ea member. (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New. (output_cfi_insn): Handle CFI_val_encoded_addr. (select_cie_for_fde): Don't match CFI_val_encoded_addr. * doc/as.texinfo (.cfi_val_encoded_addr): Document.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e305b2e..3d023df 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-24 Richard Henderson <rth@redhat.com>
+
+ * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
+ (struct cfi_insn_data): Add ea member.
+ (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
+ (output_cfi_insn): Handle CFI_val_encoded_addr.
+ (select_cie_for_fde): Don't match CFI_val_encoded_addr.
+ * doc/as.texinfo (.cfi_val_encoded_addr): Document.
+
2008-09-25 Alan Modra <amodra@bigpond.net.au>
PR 6913