diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-13 13:02:54 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-05-13 13:02:54 +0000 |
commit | e7b178235ec369a54ed8c056ec89fb10e8272b2e (patch) | |
tree | 1c3fd4002f70d96fdbb46b3e10fdd2f44238bd22 /gdb/ChangeLog | |
parent | 7157eed4324fedd80185646d58e92887e442f7a9 (diff) | |
download | gdb-e7b178235ec369a54ed8c056ec89fb10e8272b2e.zip gdb-e7b178235ec369a54ed8c056ec89fb10e8272b2e.tar.gz gdb-e7b178235ec369a54ed8c056ec89fb10e8272b2e.tar.bz2 |
* hppa-hpux-tdep.c: Include "regcache.h".
* hppa-linux-tdep.c: Likewise.
* hppa-tdep.c: Include "gdb_stdint.h".
(find_unwind_entry): Cast host pointer to uintptr_t before passing
it to paddr_nz.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2bf889d..f335419 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2007-05-13 Ulrich Weigand <uweigand@de.ibm.com> + * hppa-hpux-tdep.c: Include "regcache.h". + * hppa-linux-tdep.c: Likewise. + * hppa-tdep.c: Include "gdb_stdint.h". + (find_unwind_entry): Cast host pointer to uintptr_t before passing + it to paddr_nz. + * Makefile.in: Update dependencies. + +2007-05-13 Ulrich Weigand <uweigand@de.ibm.com> + * blockframe.c: Remove obsolete comments. * alpha-nat.c (fetch_osf_core_registers): Update comment. * arm-tdep.h (enum gdb_regnum): Remove obsolete part of comment. |