URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cris/] [c/] [hellodyn3.c] - Rev 834
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check that invoking ld.so as a program, invoking the main program, works. Jump through a few hoops to avoid reading the host ld.so.cache (having no absolute path specified for the executable falls back on loading through the same mechanisms as a DSO). #notarget: *-*-elf #dynamic: #sim: --sysroot=@exedir@ @exedir@/lib/ld.so.1 --library-path / */ #include "hello.c"
Go to most recent revision | Compare with Previous | Blame | View Log