Skip to content

Commit

Permalink
[SCSI] aic7xxx: teach aicasm to not emit unused debug code/data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hannes Reinecke authored and James Bottomley committed Apr 27, 2008
1 parent a198c3d commit 3dbd10f
Show file tree
Hide file tree
Showing 7 changed files with 185 additions and 16 deletions.
Loading

0 comments on commit 3dbd10f

Please sign in to comment.