diff options
author | Per Bothner <per@bothner.com> | 1995-03-04 02:24:26 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-03-04 02:24:26 +0000 |
commit | f7a69ed7951d7cc3d2a5d93ff2eb2aef91c9637b (patch) | |
tree | 624a92a9c31e061856a7939bb3269051f600185c /gdb/ChangeLog | |
parent | 732ff6aff3a1d6c387de831ca3b520a11fb5ffa2 (diff) | |
download | binutils-f7a69ed7951d7cc3d2a5d93ff2eb2aef91c9637b.zip binutils-f7a69ed7951d7cc3d2a5d93ff2eb2aef91c9637b.tar.gz binutils-f7a69ed7951d7cc3d2a5d93ff2eb2aef91c9637b.tar.bz2 |
* valops.c (value_cast): Cehck for cast to array type *before*
we coerce array to pointer (in case arg2 is already array).
* valops.c (call_function_by_hand): Set using_gcc to 2 if using
gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
Also check REG_STRUCT_HAS_ADDR for union, array and string types.
* valops.c (call_function_by_hand): Re-arrange code for pushing
paramaters on the stack so we can do better STACK_ALIGN.
* valops.c (call_function_by_hand): Call error if the number
of arguments is fewer than parameter types in function type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 54307ed..2fda1a2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com> + + * valops.c (value_cast): Cehck for cast to array type *before* + we coerce array to pointer (in case arg2 is already array). + + * valops.c (call_function_by_hand): Set using_gcc to 2 if using + gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc. + Also check REG_STRUCT_HAS_ADDR for union, array and string types. + + * valops.c (call_function_by_hand): Re-arrange code for pushing + paramaters on the stack so we can do better STACK_ALIGN. + + * valops.c (call_function_by_hand): Call error if the number + of arguments is fewer than parameter types in function type. + Fri Mar 3 17:13:05 1995 Doug Evans <dje@canuck.cygnus.com> * sparc-tdep.c (sparc_extract_struct_value_address): Move |