mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
c2aad00a74
Extend the common test framework to support $pwd replacements in settings. This allows replacing the custom cris @exedir@ with it.
7 lines
177 B
C
7 lines
177 B
C
/* Check that rare readlink calls don't cause the simulator to abort.
|
|
#notarget: cris*-*-elf
|
|
#sim: --sysroot=$pwd --env-unset PWD
|
|
*/
|
|
#define SYSROOTED 1
|
|
#include "readlink2.c"
|