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