> Hmmm, I am not 100% sure, but some internet searches suggest > that this is probably true. Thanks! Attached is the updated patch, > just adding language_objc to the condition, and adjusting the > comment accordingly. > > gdb/ChangeLog: > > * dwarf2read.c (prototyped_function_p): New function. > (read_subroutine_type): Use it. > > gdb/testsuite/ChangeLog: > > * gdb.ada/float_param: New testcase. > > Re-tested on x86_64-linux, no regression. Pierre noticed a small typo in "asssume" (thank you!), so here is a new version with the typo corrected. -- Joel