mirror of
https://github.com/frida/tinycc
synced 2025-01-20 18:29:18 +03:00
tcctest: explain why i386 is not tested
This commit is contained in:
parent
1d4d74d6d0
commit
43fb5a72e7
@ -3321,6 +3321,9 @@ extern int bug_table[] __attribute__((section("__bug_table")));
|
|||||||
char * get_asm_string (void)
|
char * get_asm_string (void)
|
||||||
{
|
{
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
|
/* i386 is not currently tested because this code triggers a gcc
|
||||||
|
bug on some distributions. See
|
||||||
|
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946678 */
|
||||||
char *str = "(not tested)";
|
char *str = "(not tested)";
|
||||||
#else
|
#else
|
||||||
extern int some_symbol;
|
extern int some_symbol;
|
||||||
|
Loading…
Reference in New Issue
Block a user