From owner-freebsd-current Wed Sep 25 23:19:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA16664 for current-outgoing; Wed, 25 Sep 1996 23:19:25 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA16639 for ; Wed, 25 Sep 1996 23:19:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.5/8.6.5) with SMTP id XAA00219; Wed, 25 Sep 1996 23:20:51 -0700 (PDT) Message-Id: <199609260620.XAA00219@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Julian Elischer cc: current@freebsd.org Subject: Re: BLOAT in minimal programs In-reply-to: Your message of "Wed, 25 Sep 1996 23:07:42 PDT." <324A1DAE.41C67EA6@whistle.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 25 Sep 1996 23:20:50 -0700 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ... >THIS IS NOT MINIMAL! >I DID NOT WANT ALL THIS CRAP! >why oh why did I get malloc? Because atexit() uses it to remember exit callouts (see crt0.c). >vfprintf? >__CurrentRuneLocale ? >hell it doesn't even contain a STRING let alone a default nationality! I think this is all because malloc (or something in crt0.c) calls a stdio funtion like printf either directly or indirectly via a perror() or equivilent. Of course Runes comes in because of vfprintf, etc, etc. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project