*** empty log message ***

This commit is contained in:
Jim Blandy 2000-04-19 23:22:26 +00:00
parent 71a9f22e4f
commit b209c575e3
1 changed files with 7 additions and 0 deletions

View File

@ -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.