Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 18:49:00 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile Makefile.inc1 src/etc Makefile rc src/etc/mtree BSD.usr.dist src/etc/rc.d ldconfig src/gnu/lib Makefile src/gnu/lib/libgcc Makefile src/gnu/usr.bin/binutils Makefile.inc src/gnu/usr.bin/cc/c++filt Makefile ...
Message-ID:  <200209170149.g8H1n0uh059101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/09/16 18:49:00 PDT

  Modified files:
    .                    Makefile Makefile.inc1 
    etc                  Makefile rc 
    etc/mtree            BSD.usr.dist 
    etc/rc.d             ldconfig 
    gnu/lib              Makefile 
    gnu/lib/libgcc       Makefile 
    gnu/usr.bin/binutils Makefile.inc 
    gnu/usr.bin/cc/c++filt Makefile 
    gnu/usr.bin/cc/cc_int Makefile 
    gnu/usr.bin/gzip     Makefile match.S 
    include              link.h 
    lib                  Makefile 
    lib/libc/gen         dlfcn.c getobjformat.c 
    lib/libc/gmon        gmon.c 
    lib/libc/i386        SYS.h 
    lib/libmd            Makefile 
    lib/libncurses       Makefile 
    lib/libpam/libpam    Makefile 
    lib/liby             Makefile 
    libexec              Makefile 
    libexec/rtld-aout    shlib.c 
    release              Makefile 
    sbin/ldconfig        ldconfig.c 
    share/mk             bsd.dep.mk bsd.lib.mk bsd.own.mk 
                         bsd.prog.mk sys.mk 
    sys/alpha/include    asm.h param.h 
    sys/arm/include      param.h 
    sys/boot/i386/boot0  Makefile 
    sys/boot/i386/btx/btx Makefile 
    sys/boot/i386/btx/btxldr Makefile 
    sys/boot/i386/btx/lib Makefile 
    sys/boot/i386/cdboot Makefile 
    sys/boot/i386/kgzldr Makefile crt.s sio.s start.s 
    sys/boot/i386/liloldr Makefile 
    sys/boot/i386/mbr    Makefile 
    sys/boot/i386/pxeldr Makefile 
    sys/boot/pc98/btx/btx Makefile 
    sys/boot/pc98/btx/btxldr Makefile 
    sys/boot/pc98/kgzldr Makefile 
    sys/conf             Makefile.powerpc kern.post.mk kern.pre.mk 
                         kmod.mk 
    sys/i386/i386        bioscall.s locore.s 
    sys/i386/include     asm.h param.h profile.h 
    sys/ia64/ia64        interrupt.c 
    sys/ia64/include     asm.h param.h 
    sys/kern             link_elf.c 
    sys/modules/oltr     Makefile 
    sys/pc98/apm         apm_bioscall.s 
    sys/powerpc/include  asm.h param.h 
    sys/sparc64/include  param.h 
    sys/sys              cdefs.h linker_set.h 
    sys/x86_64/include   param.h 
    tools/tools/kernxref kernxref.sh 
    usr.bin              Makefile 
    usr.bin/doscmd       Makefile 
    usr.bin/ldd          sods.c 
    usr.bin/objformat    Makefile objformat.1 objformat.c 
    usr.bin/xlint/lint1  Makefile 
    usr.sbin/keyserv     Makefile crypt_server.c 
  Removed files:
    sys/boot/i386/kgzldr kgzldr.m4 
  Log:
  Initiate deorbit burn for the i386-only a.out related support.  Moves are
  under way to move the remnants of the a.out toolchain to ports.  As the
  comment in src/Makefile said, this stuff is deprecated and one should not
  expect this to remain beyond 4.0-REL.  It has already lasted WAY beyond
  that.
  
  Notable exceptions:
  gcc - I have not touched the a.out generation stuff there.
  ldd/ldconfig - still have some code to interface with a.out rtld.
  old as/ld/etc - I have not removed these yet, pending their move to ports.
  some includes - necessary for ldd/ldconfig for now.
  
  Tested on: i386 (extensively), alpha
  
  Revision  Changes    Path
  1.265     +2 -12     src/Makefile
  1.304     +5 -8      src/Makefile.inc1
  1.292     +0 -3      src/etc/Makefile
  1.265     +0 -4      src/etc/mtree/BSD.usr.dist
  1.319     +8 -12     src/etc/rc
  1.4       +8 -12     src/etc/rc.d/ldconfig
  1.39      +0 -6      src/gnu/lib/Makefile
  1.46      +0 -7      src/gnu/lib/libgcc/Makefile
  1.6       +1 -1      src/gnu/usr.bin/binutils/Makefile.inc
  1.15      +0 -1      src/gnu/usr.bin/cc/c++filt/Makefile
  1.32      +0 -4      src/gnu/usr.bin/cc/cc_int/Makefile
  1.24      +2 -2      src/gnu/usr.bin/gzip/Makefile
  1.9       +1 -1      src/gnu/usr.bin/gzip/match.S
  1.25      +0 -4      src/include/link.h
  1.142     +2 -2      src/lib/Makefile
  1.9       +1 -78     src/lib/libc/gen/dlfcn.c
  1.7       +4 -80     src/lib/libc/gen/getobjformat.c
  1.16      +1 -1      src/lib/libc/gmon/gmon.c
  1.24      +1 -5      src/lib/libc/i386/SYS.h
  1.38      +0 -2      src/lib/libmd/Makefile
  1.59      +0 -13     src/lib/libncurses/Makefile
  1.41      +0 -4      src/lib/libpam/libpam/Makefile
  1.9       +0 -25     src/lib/liby/Makefile
  1.49      +1 -7      src/libexec/Makefile
  1.23      +1 -1      src/libexec/rtld-aout/shlib.c
  1.705     +2 -6      src/release/Makefile
  1.38      +10 -9     src/sbin/ldconfig/ldconfig.c
  1.37      +0 -9      src/share/mk/bsd.dep.mk
  1.137     +0 -20     src/share/mk/bsd.lib.mk
  1.37      +0 -7      src/share/mk/bsd.own.mk
  1.127     +0 -7      src/share/mk/bsd.prog.mk
  1.63      +1 -9      src/share/mk/sys.mk
  1.14      +3 -15     src/sys/alpha/include/asm.h
  1.29      +0 -7      src/sys/alpha/include/param.h
  1.4       +0 -7      src/sys/arm/include/param.h
  1.17      +0 -5      src/sys/boot/i386/boot0/Makefile
  1.13      +0 -5      src/sys/boot/i386/btx/btx/Makefile
  1.11      +1 -6      src/sys/boot/i386/btx/btxldr/Makefile
  1.10      +0 -2      src/sys/boot/i386/btx/lib/Makefile
  1.5       +0 -5      src/sys/boot/i386/cdboot/Makefile
  1.11      +0 -11     src/sys/boot/i386/kgzldr/Makefile
  1.4       +3 -3      src/sys/boot/i386/kgzldr/crt.s
  1.2       +0 -18     src/sys/boot/i386/kgzldr/kgzldr.m4 (dead)
  1.4       +3 -3      src/sys/boot/i386/kgzldr/sio.s
  1.4       +3 -3      src/sys/boot/i386/kgzldr/start.s
  1.4       +1 -12     src/sys/boot/i386/liloldr/Makefile
  1.6       +1 -6      src/sys/boot/i386/mbr/Makefile
  1.8       +0 -5      src/sys/boot/i386/pxeldr/Makefile
  1.7       +0 -5      src/sys/boot/pc98/btx/btx/Makefile
  1.4       +1 -6      src/sys/boot/pc98/btx/btxldr/Makefile
  1.5       +0 -5      src/sys/boot/pc98/kgzldr/Makefile
  1.264     +1 -1      src/sys/conf/Makefile.powerpc
  1.29      +2 -3      src/sys/conf/kern.post.mk
  1.18      +0 -12     src/sys/conf/kern.pre.mk
  1.129     +0 -5      src/sys/conf/kmod.mk
  1.11      +1 -9      src/sys/i386/i386/bioscall.s
  1.159     +0 -6      src/sys/i386/i386/locore.s
  1.9       +0 -9      src/sys/i386/include/asm.h
  1.65      +0 -7      src/sys/i386/include/param.h
  1.29      +0 -4      src/sys/i386/include/profile.h
  1.26      +0 -2      src/sys/ia64/ia64/interrupt.c
  1.9       +1 -24     src/sys/ia64/include/asm.h
  1.12      +0 -7      src/sys/ia64/include/param.h
  1.60      +0 -8      src/sys/kern/link_elf.c
  1.3       +1 -1      src/sys/modules/oltr/Makefile
  1.3       +1 -5      src/sys/pc98/apm/apm_bioscall.s
  1.5       +0 -2      src/sys/powerpc/include/asm.h
  1.8       +0 -7      src/sys/powerpc/include/param.h
  1.14      +0 -7      src/sys/sparc64/include/param.h
  1.62      +0 -22     src/sys/sys/cdefs.h
  1.12      +0 -48     src/sys/sys/linker_set.h
  1.2       +0 -7      src/sys/x86_64/include/param.h
  1.18      +1 -6      src/tools/tools/kernxref/kernxref.sh
  1.221     +2 -8      src/usr.bin/Makefile
  1.35      +0 -31     src/usr.bin/doscmd/Makefile
  1.15      +1 -3      src/usr.bin/ldd/sods.c
  1.18      +0 -16     src/usr.bin/objformat/Makefile
  1.9       +11 -48    src/usr.bin/objformat/objformat.1
  1.9       +3 -48     src/usr.bin/objformat/objformat.c
  1.15      +1 -2      src/usr.bin/xlint/lint1/Makefile
  1.12      +1 -4      src/usr.sbin/keyserv/Makefile
  1.9       +0 -29     src/usr.sbin/keyserv/crypt_server.c

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?200209170149.g8H1n0uh059101>