* valops.c (call_function_by_hand): If the function has a
authorJim Blandy <jimb@codesourcery.com>
Sat, 22 Nov 1997 00:50:09 +0000 (00:50 +0000)
committerJim Blandy <jimb@codesourcery.com>
Sat, 22 Nov 1997 00:50:09 +0000 (00:50 +0000)
commit345bcdcc4df0efef26323da0511eed238089487e
tree920014d4d462ee48536c7d092b449201ac41a906
parentd627a67430a8ec1f27994abb5d8775db0c02d355
* valops.c (call_function_by_hand): If the function has a
prototype, convert its arguments as if by assignment.  Otherwise,
do the usual promotions.
* stabsread.c (define_symbol): Set the TYPE_FLAG_PROTOTYPED flag
on functions' types when we can; all C++ functions should get it,
and if the Sun-style prototype notation is in the stabs, we can
notice that.
gdb/stabsread.c
This page took 0.024487 seconds and 4 git commands to generate.