aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@home.osdl.org>2004-02-11 16:52:51 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:21 -0700
commitcf48f1fd60f675b65028cdff31a09f1dd4b0833d (patch)
tree86b6e01b8f0d9deba96dcb8c57e1d8efe52a29ed /Makefile
parentb913ad003c3ea7f52d05abfe4e27b73df60f42cd (diff)
downloadsparse-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 111657a0..fe5a5791 100644
--- a/Makefile
+++ b/Makefile
@@ -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