From owner-cvs-all Wed Jul 18 14: 3:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62A3537B401; Wed, 18 Jul 2001 14:03:34 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6IL3Xo29420; Wed, 18 Jul 2001 14:03:33 -0700 (PDT) (envelope-from gibbs) Message-Id: <200107182103.f6IL3Xo29420@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 18 Jul 2001 14:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2001/07/18 14:03:33 PDT Modified files: sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c Log: Add support for parsing version strings out of assembler source files and outputing them in generated files. Fixed a few other scanner bugs that for some reason didn't show up until these modifications were made. MFC after: 10 days Revision Changes Path 1.32 +17 -14 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.13 +3 -2 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.15 +39 -11 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.15 +50 -9 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.14 +7 -5 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message