Date: Mon, 15 Oct 2001 11:48:42 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf map_object.c rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c rtld_machdep.h src/libexec/rtld-elf/i386 reloc.c rtld_machdep.h src/libexec/rtld-elf/ia64 Makefile.inc lockdflt.c reloc.c ... Message-ID: <200110151848.f9FImge28697@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2001/10/15 11:48:42 PDT
Modified files:
libexec/rtld-elf map_object.c rtld.c rtld.h
libexec/rtld-elf/alpha reloc.c rtld_machdep.h
libexec/rtld-elf/i386 reloc.c rtld_machdep.h
Added files:
libexec/rtld-elf/ia64 Makefile.inc lockdflt.c reloc.c
rtld_machdep.h rtld_start.S
Log:
Add ia64 support. Various adjustments were made to existing targets to
cope with a few interface changes required by the ia64. In particular,
function pointers on ia64 need special treatment in rtld.
Revision Changes Path
1.14 +10 -6 src/libexec/rtld-elf/alpha/reloc.c
1.5 +8 -2 src/libexec/rtld-elf/alpha/rtld_machdep.h
1.8 +4 -3 src/libexec/rtld-elf/i386/reloc.c
1.5 +15 -7 src/libexec/rtld-elf/i386/rtld_machdep.h
1.1 +2 -0 src/libexec/rtld-elf/ia64/Makefile.inc (new)
1.1 +181 -0 src/libexec/rtld-elf/ia64/lockdflt.c (new)
1.1 +435 -0 src/libexec/rtld-elf/ia64/reloc.c (new)
1.1 +57 -0 src/libexec/rtld-elf/ia64/rtld_machdep.h (new)
1.1 +306 -0 src/libexec/rtld-elf/ia64/rtld_start.S (new)
1.8 +2 -1 src/libexec/rtld-elf/map_object.c
1.54 +35 -10 src/libexec/rtld-elf/rtld.c
1.23 +4 -3 src/libexec/rtld-elf/rtld.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110151848.f9FImge28697>
