all:
	gcc -nostdlib -Wall -fno-builtin -c testdll.c -o test.dll # -fPIC͕sv
	objcopy --output-target=elf32-i386 test.dll
	readelf -r test.dll
