From Craig Silverstein: expand the TLS test to a second file, to test

IE to LE conversion.
This commit is contained in:
Ian Lance Taylor
2007-10-12 17:32:20 +00:00
parent 2152e0479e
commit e03748586c
6 changed files with 130 additions and 29 deletions

View File

@@ -36,4 +36,11 @@ extern int* f6a();
extern void f6b(int*);
extern bool t6();
extern bool t7();
extern bool t8();
extern bool t9();
extern int* f10a();
extern void f10b(int*);
extern bool t10();
extern bool t_last();