Date: Fri, 13 Sep 2002 09:33:36 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gcore Makefile aoutcore.c elfcore.c extern.h gcore.c md-nop.c md-sparc.c Message-ID: <200209131633.g8DGXaD7054053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/09/13 09:33:36 PDT Modified files: usr.bin/gcore Makefile aoutcore.c elfcore.c extern.h gcore.c Removed files: usr.bin/gcore md-nop.c md-sparc.c Log: Use a crowbar to move the a.out code out of gcore.c and into its own file so that we have a chance of using gcore on non-i386 platforms. Use linker sets to reduce the registration glue. Remove md-sparc.c, we do not have an a.out sparc32 port. aoutcore.c was repocopied from gcore.c. Revision Changes Path 1.8 +3 -5 src/usr.bin/gcore/Makefile 1.30 +17 -126 src/usr.bin/gcore/aoutcore.c 1.14 +21 -1 src/usr.bin/gcore/elfcore.c 1.4 +4 -6 src/usr.bin/gcore/extern.h 1.30 +23 -193 src/usr.bin/gcore/gcore.c 1.8 +0 -57 src/usr.bin/gcore/md-nop.c (dead) 1.5 +0 -189 src/usr.bin/gcore/md-sparc.c (dead) 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?200209131633.g8DGXaD7054053>