URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [arm/] [symbian1.c] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile { target arm*-*-symbianelf* } } */ /* Symbian OS requires that all defined symbols with external linkage have the ELF STV_HIDDEN attribute set by default. */ /* { dg-final { scan-assembler ".hidden.*i" } } */ /* { dg-final { scan-assembler ".hidden.*j" } } */ /* { dg-final { scan-assembler ".hidden.*f" } } */ int i; int j = 3; void f() {}