1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00
freebsd/sys/dev/aic7xxx/aicasm
Dimitry Andric cde1b992cf Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it
compared an enum scope_type against a yacc-generated define, so the
condition would always be false.

MFC after:	3 days
2012-11-14 18:54:08 +00:00
..
aicasm_gram.y Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it 2012-11-14 18:54:08 +00:00
aicasm_insformat.h
aicasm_macro_gram.y Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
aicasm_macro_scan.l Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no 2011-12-16 00:04:28 +00:00
aicasm_scan.l Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no 2011-12-16 00:04:28 +00:00
aicasm_symbol.c Follow non-BSD case when GNU/Hurd is detected. 2012-03-25 21:54:36 +00:00
aicasm_symbol.h Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
aicasm.c Make aicasm compile without warnings if -Wpointer-sign is enabled. 2012-06-04 17:22:43 +00:00
aicasm.h Improve portability #defines for compiling aicasm on other systems. 2011-07-15 00:36:47 +00:00
Makefile Fix build of aicasm when CC=clang. This was due to a side-effect of the 2012-06-04 20:36:11 +00:00