mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-18 11:03:27 +08:00
fix: tests broken by use of assembly
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user