X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fbad;h=f77809bc3ec6730bd7c9faab8416603a4fd0aa2f;hb=2fe2ed37ef0b9093272f674bd9323a3516af7b40;hp=49357a1e96b3d69b51e5bd8a64194ee7ac46423e;hpb=50b731db501c79ad33cb40845c16638703a4ea15;p=blhc%2Fblhc.git diff --git a/t/logs/bad b/t/logs/bad index 49357a1..f77809b 100644 --- a/t/logs/bad +++ b/t/logs/bad @@ -23,3 +23,12 @@ g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securi gcc -o test test-a.o test-b.o test-c.a g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ../src/test/objs/test.o -o ../src/test/bin/test + +gcc -c -o test test.S +gcc -c -o test test.s + +gcc -E test.c + +gcc test.c + +gcc -Wl,-z,relro -o test test-.cpp test-b.cpp.o