test57: test that state isn't corrupted after a signal handler being executed.

This commit is contained in:
Ben Gras
2010-08-04 09:00:58 +00:00
parent b43f3b6bfc
commit 83fc90c8c3
4 changed files with 172 additions and 3 deletions

View File

@@ -12,14 +12,14 @@ OBJ= test1 test2 test3 test4 test5 test6 test7 test8 test9 \
test30 test31 test32 test34 test35 test36 test37 test38 \
test39 t10a t11a t11b test40 t40a t40b t40c t40d t40e t40f test41 \
test42 test45 test47 test48 test49 test50 test51 test52 test53 \
test54 test55 test56
test54 test55 test56
BIGOBJ= test20 test24
ROOTOBJ= test11 test33 test43 test44 test46
GCCOBJ= test45-gcc test49-gcc
GCCFPUOBJ= test51-gcc test52-gcc
all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(GCCFPUOBJ) $(ROOTOBJ)
all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(GCCFPUOBJ) $(ROOTOBJ) test57
chmod 755 *.sh run
$(OBJ):
@@ -112,3 +112,5 @@ test52-gcc: test52.c
test54: test54.c
test55: test55.c
test56: test56.c
test57: test57.c test57loop.S
which $(GCC) >/dev/null && $(GCC) $(CFLAGS-GCC) -o $@ test57.c test57loop.S