From owner-freebsd-questions Wed Jun 19 11:09:16 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06758 for questions-outgoing; Wed, 19 Jun 1996 11:09:16 -0700 (PDT) Received: from net1.netview.net ([199.3.74.250]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA06749 for ; Wed, 19 Jun 1996 11:09:11 -0700 (PDT) Received: from corona (jrclark@indy2.indy.net [199.3.65.7]) by net1.netview.net (8.7.5/8.6.12) with SMTP id NAA01199 for ; Wed, 19 Jun 1996 13:08:30 -0500 (EST) Date: Wed, 19 Jun 1996 13:08:30 -0500 (EST) Message-Id: <2.2.32.19960619131017.00939a4c@netview.net> X-Sender: jrclark@netview.net X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: John Clark Subject: 430 out of 448 instructions used Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am not familiar enough with the c compiler to know what the following message means: cc -Wall -o aic7xxx_asm ../../dev/aic7xxx/aic7xxx_asm.c ./aic7xxx_asm -o aic7xxx_seq.h ../../dev/aic7xxx/aic7xxx.seq 430 out of 448 instructions used. It would seem that I want all 448 functions, but then again, I have no idea what this is trying to tell me. Anyway, any information on the above (error-looking) message would be appreciated. John Clark [jrclark@netview.net]