fix: tests broken by use of assembly

This commit is contained in:
Jonathan M. Wilbur 2024-07-31 04:31:48 -04:00
parent f15008da05
commit 1cee0908d2
4 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -1 +0,0 @@
AAAAAAAAA