Date: Thu, 26 Sep 2002 14:46:19 -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_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c Message-ID: <200209262146.g8QLkJnQ031834@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2002/09/26 14:46:19 PDT Modified files: sys/dev/aic7xxx/aicasm Makefile aicasm_gram.y aicasm_macro_scan.l aicasm_scan.l aicasm_symbol.c Log: Use inttypes.h Upgrade assembler to allow a move immediate of 0. This is helpful in certain macros where we can't know the value of the immediate in advance. Revision Changes Path 1.16 +1 -1 src/sys/dev/aic7xxx/aicasm/Makefile 1.20 +19 -3 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l 1.20 +2 -1 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.19 +2 -1 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?200209262146.g8QLkJnQ031834>