URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [darwin-ld-5.c] - Rev 455
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test Darwin linker option -dynamic. */ /* Developed by Devang Patel <dpatel@apple.com>. */ /* { dg-options "-dynamic" } */ /* { dg-do link { target *-*-darwin* } } */ int main() { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log