mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-10 08:50:07 +08:00
fix: tests broken by use of assembly
This commit is contained in:
parent
f15008da05
commit
1cee0908d2
@ -1,3 +1,4 @@
|
||||
/* This test only works on x86-64. */
|
||||
/* Previously in TinyCC, ELF sections defined in assembly would always have the
|
||||
execute bit not set, so you would get segmentation faults when code in these
|
||||
sections was exectuted. This file is a minimal example of a file that will put
|
@ -1 +0,0 @@
|
||||
AAAAAAAAA
|
Loading…
Reference in New Issue
Block a user