Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 09:24:44 -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 Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_macro_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c aicasm_symbol.h
Message-ID:  <200204241624.g3OGOip65620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2002/04/24 09:24:44 PDT

  Modified files:
    sys/dev/aic7xxx/aicasm Makefile aicasm.c aicasm.h 
                           aicasm_gram.y aicasm_insformat.h 
                           aicasm_scan.l aicasm_symbol.c 
                           aicasm_symbol.h 
  Added files:
    sys/dev/aic7xxx/aicasm aicasm_macro_gram.y aicasm_macro_scan.l 
  Log:
  Add macro functionality.
  
  Staticize and allow unique naming of data structures so that more
  than on sequencer program can be statically compiled into the kernel
  at a time.
  
  Revision  Changes    Path
  1.11      +9 -6      src/sys/dev/aic7xxx/aicasm/Makefile
  1.33      +56 -27    src/sys/dev/aic7xxx/aicasm/aicasm.c
  1.14      +28 -14    src/sys/dev/aic7xxx/aicasm/aicasm.h
  1.16      +428 -58   src/sys/dev/aic7xxx/aicasm/aicasm_gram.y
  1.5       +22 -20    src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h
  1.1       +164 -0    src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y (new)
  1.1       +154 -0    src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l (new)
  1.17      +286 -37   src/sys/dev/aic7xxx/aicasm/aicasm_scan.l
  1.15      +50 -20    src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
  1.14      +56 -31    src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h

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?200204241624.g3OGOip65620>