diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-11 16:52:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:21 -0700 |
| commit | cf48f1fd60f675b65028cdff31a09f1dd4b0833d (patch) | |
| tree | 86b6e01b8f0d9deba96dcb8c57e1d8efe52a29ed /Makefile | |
| parent | b913ad003c3ea7f52d05abfe4e27b73df60f42cd (diff) | |
| download | sparse-dev-cf48f1fd60f675b65028cdff31a09f1dd4b0833d.tar.gz | |
Add "goto/label" support for linearization.
This required making the inter-BB trampoline to be done
using indirection through a symbol, rather than as direct
pointers from one BB to another. Fix up code to match.
Avoid a few warnings by handling GOTO_BB in the case
statements.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ AR=ar PREFIX=$(HOME) PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize -LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h +LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h linearize.h LIB_OBJS= parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \ expression.o show-parse.o evaluate.o expand.o inline.o linearize.o |
