Don't need -z execstack after all.

This commit is contained in:
Clifford T. Matthews 2009-06-06 10:40:56 -06:00
parent 944f070990
commit e33db7b097
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ testbattery.c: tests.c maketestbattery.pl
syngentest_LDADD = ../runtime/libsyn68k.a
syngentest_LDFLAGS = -z execstack
syngentest_LDFLAGS =
INCLUDES = -I$(srcdir)/include -I$(srcdir)/../include -I../include

View File

@ -67,7 +67,7 @@ test_all_instructions (uint32 try_count)
#endif
uint8 *m = mmap (DESIRED_PTR,
(M_SIZE + SLOP + 4095) & ~4095,
PROT_READ|PROT_WRITE,
PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_ANONYMOUS|MAP_FIXED|MAP_PRIVATE, -1, 0);
#endif /* defined (__linux__) */