Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2001 14:03:33 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
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
Message-ID:  <200107182103.f6IL3Xo29420@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107182103.f6IL3Xo29420>