diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-04-19 23:22:26 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-04-19 23:22:26 +0000 |
commit | b209c575e38d0af7193ea05acd3741646417ef0b (patch) | |
tree | 72aac1e4ae02462b1be10a31e3ea27e4ad4b59d0 /gdb | |
parent | 71a9f22e4fbaa70f4a21337781899bab7ba39199 (diff) | |
download | gdb-b209c575e38d0af7193ea05acd3741646417ef0b.zip gdb-b209c575e38d0af7193ea05acd3741646417ef0b.tar.gz gdb-b209c575e38d0af7193ea05acd3741646417ef0b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aa9a2ac..2371b9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2000-04-19 Jim Blandy <jimb@redhat.com> + Bring RETURN_VALUE_ON_STACK under gdbarch's control. + * gdbarch.sh (RETURN_VALUE_ON_STACK): New entry. + * gdbarch.c, gdbarch.h: Regenerated. + * arch-utils.c (default_return_value_on_stack): New function. + * arch-utils.h (default_return_value_on_stack): New declaration. + * values.c (RETURN_VALUE_ON_STACK): Delete default definition. + * i386v-nat.c (i386_insert_nonaligned_watchpoint): Use a two-dimensional array, instead of faking it with explicit index arithmetic. |