Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/mips/sys



Module Name:    src
Committed By:   cgd
Date:           Sat Feb  8 00:28:26 UTC 2003

Modified Files:
        src/lib/libc/arch/mips/sys: __clone.S

Log Message:
* fix handling of invalid arguments (was jumping to wrong label!)
  (found by... running the regress test!)
* clean up punctuation.
* create a proper frame for the child fn that follows the o32 calling
  conventions.  In particular, leave 4 stack slots that the child
  fn can write on, put the GP above them, and invoke .cprestore
  properly in light of the child fn arg area.  (realized it was a
  problem upon inspection, verified using the regress test compiled
  -O0.)


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/arch/mips/sys/__clone.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index