Subject: CVS commit: basesrc/distrib/hpcmips/miniroot
To: None <source-changes@netbsd.org>
From: Takao Shinohara <shin@netbsd.org>
List: source-changes
Date: 04/28/2002 02:38:23
Module Name:	basesrc
Committed By:	shin
Date:		Sat Apr 27 23:38:23 UTC 2002

Modified Files:
	basesrc/distrib/hpcmips/miniroot: list

Log Message:
delete csh, netstat, tset, and vi to reduce GOT size.
otherwise, libc.a and other objects which was not compiled with -xgot
won't link. (in general, you can't mix -xgot and no -xgot binaries.)

current GOT size is 0000f618 (see below).

 10 .got          0000f618  10010460  10010460  0026c460  2**4
                  CONTENTS, ALLOC, LOAD, DATA


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/distrib/hpcmips/miniroot/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.