X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fconfig%2Fsparc%2Ftm-sparc.h;h=05495ed4886ddb8448c37715a9ab9cfb04eb6fab;hb=570b8f7c9569b07a3dbedd3114af6ae691849c61;hp=b43e3a3191c707c7be4952b38277a6050010a93d;hpb=714033a18995eebc9d9ea9e8cfe6c35fad8cdb4f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index b43e3a3191..05495ed488 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -686,8 +686,8 @@ void sparc_pop_frame (void); #define PUSH_ARGUMENTS(NARGS, ARGS, SP, STRUCT_RETURN, STRUCT_ADDR) \ sparc32_push_arguments (NARGS, ARGS, SP, STRUCT_RETURN, STRUCT_ADDR) -extern CORE_ADDR -sparc32_push_arguments (int, struct value **, CORE_ADDR, int, CORE_ADDR); +extern CORE_ADDR sparc32_push_arguments (int, struct value **, CORE_ADDR, int, + CORE_ADDR); /* Store the address of the place in which to copy the structure the subroutine will return. This is called from call_function_by_hand.