diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-11 14:29:21 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-11 14:29:21 +0000 |
commit | ffe5a37e17da959d4c4e43b33f23b9548ac6fb27 (patch) | |
tree | 481e9ea652fd6ad05a0f9e4cb6826e1baec39d33 /gdb/ChangeLog | |
parent | b806fb9a9bd4e0e47382c411d6e9321d1283445b (diff) | |
download | gdb-ffe5a37e17da959d4c4e43b33f23b9548ac6fb27.zip gdb-ffe5a37e17da959d4c4e43b33f23b9548ac6fb27.tar.gz gdb-ffe5a37e17da959d4c4e43b33f23b9548ac6fb27.tar.bz2 |
* auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)
instead of builtin_type_void_data_ptr.
* target.c (default_region_ok_for_hw_watchpoint): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 391babc..455ab59 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com> + * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch) + instead of builtin_type_void_data_ptr. + * target.c (default_region_ok_for_hw_watchpoint): Likewise. + +2008-09-11 Ulrich Weigand <uweigand@de.ibm.com> + * expprint.c (print_subexp_standard): Compare against builtin type associated with exp->gdbarch instead of builtin_type_char. |