aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2010-09-10 16:17:14 +0000
committerPierre Muller <muller@sourceware.org>2010-09-10 16:17:14 +0000
commit3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b (patch)
tree24d27ec3b4ab57a9b614ed52ae40b6f2ec82e064 /gdb/ChangeLog
parent5e8db3985c2f510fead393fe1feefcc93e2031de (diff)
downloadgdb-3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b.zip
gdb-3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b.tar.gz
gdb-3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b.tar.bz2
* hppa-tdep.c (unwind_command): Use host_address_to_string function
to display a host address. * monitor.c (monitor_read_memory): Likewise. * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dfa62b6..70706c5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
+ * hppa-tdep.c (unwind_command): Use host_address_to_string function
+ to display a host address.
+ * monitor.c (monitor_read_memory): Likewise.
+ * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
+
+2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
+
* coffread.c (struct coff_symbol): Change c_value type from `long' to
`CORE_ADDRESS' as it might contain target addresses.