Date: Sat, 20 Mar 2004 17:21:26 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile debug.h libmap.c libmap.h rtld.c rtld.h src/sbin/ldconfig ldconfig.c Message-ID: <200403210121.i2L1LQTB098622@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004/03/20 17:21:26 PST FreeBSD src repository Modified files: libexec/rtld-elf Makefile debug.h libmap.c libmap.h rtld.c rtld.h sbin/ldconfig ldconfig.c Log: Add initial support for compiling a special 32 bit version of ld-elf.so.1 on 64 bit systems. Most of this involves using alternate paths, environment variables and diagnostic messages. The build glue is seperate. Revision Changes Path 1.26 +1 -1 src/libexec/rtld-elf/Makefile 1.6 +10 -3 src/libexec/rtld-elf/debug.h 1.11 +28 -4 src/libexec/rtld-elf/libmap.c 1.3 +3 -0 src/libexec/rtld-elf/libmap.h 1.94 +25 -12 src/libexec/rtld-elf/rtld.c 1.33 +12 -0 src/libexec/rtld-elf/rtld.h 1.40 +25 -11 src/sbin/ldconfig/ldconfig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403210121.i2L1LQTB098622>