diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-02-18 04:22:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-02-18 04:22:35 +0000 |
commit | c253954e00ea3c23f7ff74f73b94c85ce135b82e (patch) | |
tree | 139ba2f8953583dc2cb27f274e226277988cf670 /gdb/ChangeLog | |
parent | 62f4b920f7e59d5b414fc581fdab175ecc578645 (diff) | |
download | binutils-gdb-c253954e00ea3c23f7ff74f73b94c85ce135b82e.tar.gz |
2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Committed by Jim Blandy <jimb@redhat.com>.
* eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
CORE_ADDR as type for selectors. Correct types for GNU run time
message lookup function to use double indirection.
* objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
* objc-lang.h (lookup_child_selector): Adapt prototype.
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 aef385d7adf..df32cf3ee36 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,12 @@ Committed by Jim Blandy <jimb@redhat.com>. + * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use + CORE_ADDR as type for selectors. Correct types for GNU run time + message lookup function to use double indirection. + * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type. + * objc-lang.h (lookup_child_selector): Adapt prototype. + * s390-nat.c (SUBOFF): New macro. (supply_gregset, fill_gregset): Use it to handle debugging of 32-bit exectuables running under a 64-bit kernel. |