diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-09-29 00:48:32 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-09-29 00:48:32 +0000 |
commit | 69368a60a4878ec4ef1060732020e9eaf19b32b0 (patch) | |
tree | e42355f5c9bd92ed24f12457f1b50f24f1b216f8 /gdb/ChangeLog | |
parent | 67f470de12c95c08410c46543072c22f857a0a3b (diff) | |
download | gdb-69368a60a4878ec4ef1060732020e9eaf19b32b0.zip gdb-69368a60a4878ec4ef1060732020e9eaf19b32b0.tar.gz gdb-69368a60a4878ec4ef1060732020e9eaf19b32b0.tar.bz2 |
* eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
platforms that use function descriptors. Prefer to use function
pointer types instead of function types.
* linespec.c (decode_objc): Support function descriptors. Fully
initialize SAL result.
* objc-lang.c (find_methods): Support function descriptors.
Do not require function symbol to point to text section.
* ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
via a function pointer, use the descriptor it points to.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9e6b1e..2447062 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2009-09-28 Ulrich Weigand <uweigand@de.ibm.com> + + * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support + platforms that use function descriptors. Prefer to use function + pointer types instead of function types. + * linespec.c (decode_objc): Support function descriptors. Fully + initialize SAL result. + * objc-lang.c (find_methods): Support function descriptors. + Do not require function symbol to point to text section. + + * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling + via a function pointer, use the descriptor it points to. + 2009-09-28 Jan Kratochvil <jan.kratochvil@redhat.com> Fix ia64 breakpoints in the L-X slot. |