Date: Wed, 30 Apr 2003 11:16:34 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/amd64/sys brk.S cerror.S exect.S ptrace.S sbrk.S setlogin.S Message-ID: <200304301816.h3UIGYhq023315@repoman.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304301816.h3UIGYhq023315>
