dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/scsi/aic7xxx/aicasm
Hannes Reinecke 3dbd10f3d8 [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data
Add a 'count' variable to each symbol which gets increased every time
the symbol is referenced.  And then modify the register definition to
include counts for symbols which are referenced from the source code
only and not from the sequencer code.

This will give us an automatic usage count for the symbols with only
minimal hand-crafting.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-04-27 12:20:00 -05:00
..
Makefile kbuild: hardcode value of YACC&LEX for aic7-triple-x 2006-08-01 11:32:46 +02:00
aicasm.c [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data 2008-04-27 12:20:00 -05:00
aicasm.h
aicasm_gram.y [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data 2008-04-27 12:20:00 -05:00
aicasm_insformat.h
aicasm_macro_gram.y [SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6 2007-05-22 14:08:59 -05:00
aicasm_macro_scan.l [SCSI] aic7xxx: Fix firmware build 2007-10-21 11:11:39 -05:00
aicasm_scan.l [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data 2008-04-27 12:20:00 -05:00
aicasm_symbol.c [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data 2008-04-27 12:20:00 -05:00
aicasm_symbol.h [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data 2008-04-27 12:20:00 -05:00