From: Fred Fish Date: Wed, 17 Mar 1993 19:28:59 +0000 (+0000) Subject: * valops.c (value_arg_coerce): Apply temporary patch to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=898e13c8b98a449d5d2a4968dc9572ef355493f6;p=binutils-gdb.git * valops.c (value_arg_coerce): Apply temporary patch to fix problem with coercion of array and function types when passed as arguments to C functions, pending a more complete review of when and how coercion should be done, depending upon context and language. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58e75de4e60..89ee8ef3d18 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 17 11:23:06 1993 Fred Fish (fnf@cygnus.com) + + * valops.c (value_arg_coerce): Apply temporary patch to + fix problem with coercion of array and function types when + passed as arguments to C functions, pending a more complete + review of when and how coercion should be done, depending + upon context and language. + Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com) * xcoffread.c (MIN_TBTABSIZ): Change to 12.