aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-09-05 14:49:13 +0000
committerPedro Alves <palves@redhat.com>2013-09-05 14:49:13 +0000
commit7c33b57c1551d8a15edbad6e5da5aab1b05e6ab0 (patch)
treeda7d047f84c3fbc27a1c538a8a399f5d18a8853a /gdb/ChangeLog
parent9f8edbd5635f05ca5682796e4e34d7ce19549d5d (diff)
downloadgdb-7c33b57c1551d8a15edbad6e5da5aab1b05e6ab0.zip
gdb-7c33b57c1551d8a15edbad6e5da5aab1b05e6ab0.tar.gz
gdb-7c33b57c1551d8a15edbad6e5da5aab1b05e6ab0.tar.bz2
dwarf2loc.c: minor cleanup. don't print integer with paddress.
A couple years ago, dwarf_expr_fetch used to return a CORE_ADDR. It was made to return a ULONGEST since, and the 'dwarf_regnum' local adjusted accordingly, but, we kept printing it with paddress. gdbarch_dwarf2_reg_to_regnum takes the register number as 'int', so there's really no point in using ULONGEST/pulongest either. gdb/ 2013-09-05 Pedro Alves <palves@redhat.com> * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum' local is now int instead of ULONGEST. Print it with %d instead of paddress.
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 8788b3be..92452a9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-05 Pedro Alves <palves@redhat.com>
+
+ * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
+ local is now int instead of ULONGEST. Print it with %d
+ instead of paddress.
+
2013-09-05 Tristan Gingold <gingold@adacore.com>
* MAINTAINERS: Remove avr maintainership.