mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
1368b914e9
Now that all port tests live under testsuite/sim/*/, and none live in testsuite/ directly, flatten the structure by moving all of the dirs under testsuite/sim/ to testsuite/ directly. We need to stop passing --tool to dejagnu so that it searches all dirs and not just ones that start with "sim". Since we have no other dirs in this tree, and no plans to add any, should be fine.
10 lines
380 B
C
10 lines
380 B
C
/* 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"
|