aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-08-08 21:41:14 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-08-08 21:41:14 +0000
commitb6cede7829a76495f4f491e74be169b41e100975 (patch)
tree963c0e628d5d110c1b56e165efc85e1adc0ae496 /gdb/ChangeLog
parent3c542bc3125684eb36fb767376bf7c402b70750d (diff)
downloadgdb-b6cede7829a76495f4f491e74be169b41e100975.zip
gdb-b6cede7829a76495f4f491e74be169b41e100975.tar.gz
gdb-b6cede7829a76495f4f491e74be169b41e100975.tar.bz2
gdb/
* dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK> (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable objfile_gdbarch. Fix BFD_ENDIAN_BIG case. gdb/testsuite/ * gdb.dwarf2/dw2-op-stack-value.S: New file. * gdb.dwarf2/dw2-op-stack-value.exp: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e21006e..ab1e2f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
+ (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
+ objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
+
2011-08-08 Tom Tromey <tromey@redhat.com>
* breakpoint.c (clean_up_filters): Remove.