URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [symbian1.c] - Rev 714
Go to most recent revision | 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() {}
Go to most recent revision | Compare with Previous | Blame | View Log