From phk  Mon Jan 30 10:58:23 1995
Received: (from phk@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA07081; Mon, 30 Jan 1995 10:58:23 -0800
Message-Id: <199501301858.KAA07081@freefall.cdrom.com>
Date: Mon, 30 Jan 1995 10:58:23 -0800
From: Poul-Henning Kamp <phk>
Reply-To: phk
To: FreeBSD-gnats-submit@freebsd.org
Subject: size on *.o files pretty wrong.
X-Send-Pr-Version: 3.2

>Number:         196
>Category:       gnu
>Synopsis:       size of bss in *.o's reported wrong by size
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 11:00:01 1995
>Closed-Date:    Sat Apr 13 23:58:50 PDT 1996
>Last-Modified:  Tue Nov 27 18:41:28 PST 2001
>Originator:     Poul-Henning Kamp
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:


	% echo ' int a[1000]; main() {}' > a.c
	% cc -c a.c
	% cc -o ad a.o
	% cc -o as -static a.o
	% size a.o ad as
	text    data    bss     dec     hex
	16      0       0       16      10      a.o
	4096    4096    92      8284    205c    ad
	12288   4096    5968    22352   5750    as
	%
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: scrappy 
State-Changed-When: Sat Apr 13 23:58:50 PDT 1996 
State-Changed-Why:  
Poul-Henning told me I could close it 
>Unformatted:



