*** empty log message ***
authorJim Blandy <jimb@codesourcery.com>
Wed, 19 Apr 2000 23:22:26 +0000 (23:22 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 19 Apr 2000 23:22:26 +0000 (23:22 +0000)
gdb/ChangeLog

index aa9a2ac5e9f0494b511b4d5f9b76bfd5bd7106f0..2371b9a3a98f5825d2553a25b1b8dafec121cc84 100644 (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.