PIC Port - Totally rewrote signed comparisons. It was a horrendously hideous bitch...
[fw/sdcc] / src / regression / Makefile
index 196222c6f907f5b1f489ef9a7759d2ed94d9317b..d5fe5caee08a0822469bfcb6945fef71b47e8f14 100644 (file)
@@ -79,6 +79,7 @@ SRC = b.c \
        rotate1.c \
        rotate2.c \
        rotate3.c \
+       rotate4.c \
        struct1.c \
        sub.c \
        sub2.c \
@@ -86,6 +87,8 @@ SRC = b.c \
        while.c \
        xor.c
 
+#      mul1.c \
+
 COD := $(patsubst %.c, %.cod, $(SRC))
 ASM := $(patsubst %.c, %.asm, $(SRC))
 STC := $(patsubst %.c, %.stc, $(SRC))