cvs commit: src/lib/libc/amd64/sys brk.S cerror.S exect.S ptrace.S
sbrk.S setlogin.S
Peter Wemm
peter at FreeBSD.org
Wed Apr 30 11:16:35 PDT 2003
peter 2003/04/30 11:16:34 PDT
FreeBSD src repository
Modified files:
lib/libc/amd64/sys brk.S cerror.S exect.S ptrace.S sbrk.S
setlogin.S
Log:
Update for AMD64 after repocopy from i386/sys/*. This means:
- strip out the nasty PIC_PROLOGUE/EPILOGUE stuff, since we dont have
to lose a register in PIC mode anymore (we use %rip-relative addressing).
- update for C register argument passing conventions.
- convert 32 bit to 64 bit register sizes etc.
Revision Changes Path
1.11 +10 -33 src/lib/libc/amd64/sys/brk.S
1.13 +5 -12 src/lib/libc/amd64/sys/cerror.S
1.10 +6 -7 src/lib/libc/amd64/sys/exect.S
1.10 +1 -9 src/lib/libc/amd64/sys/ptrace.S
1.12 +12 -34 src/lib/libc/amd64/sys/sbrk.S
1.10 +1 -10 src/lib/libc/amd64/sys/setlogin.S
More information about the cvs-src
mailing list