* libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index e89390af4389358931daa300e8a14094abba6fd9..ea7be55ac04433e62e3ff784685913d66e262742 100644 (file)
@@ -637,12 +637,14 @@ pop_frame ()
    its argumets will be passed by gdb. */
 
 void
-fix_call_dummy (dummyname, pc, fun, nargs, type)
+rs6000_fix_call_dummy (dummyname, pc, fun, nargs, args, type, gcc_p)
      char *dummyname;
      CORE_ADDR pc;
      CORE_ADDR fun;
-     int nargs;                                        /* not used */
-     int type;                                 /* not used */
+     int nargs;
+     value_ptr *args;
+     struct type *type;
+     int gcc_p;
 {
 #define        TOC_ADDR_OFFSET         20
 #define        TARGET_ADDR_OFFSET      28
@@ -681,7 +683,7 @@ fix_call_dummy (dummyname, pc, fun, nargs, type)
    stack.
 
    If the function is returning a structure, then the return address is passed
-   in r3, then the first 7 words of the parametes can be passed in registers,
+   in r3, then the first 7 words of the parameters can be passed in registers,
    starting from r4. */
 
 CORE_ADDR
This page took 0.023784 seconds and 4 git commands to generate.