mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
35818ade96
Provide explicit control over the program's environment with the basic set/unset/clear options. These are a bit clunky to use, but they're functional. The env set operation is split out into a separate function as it'll be used in the next commit. With these in place, we can adjust the custom cris testsuite to use the now standard options and not its one-off hack.
6 lines
142 B
C
6 lines
142 B
C
/* Check that rare readlink calls don't cause the simulator to abort.
|
|
#notarget: cris*-*-elf
|
|
#sim: --env-unset PWD
|
|
*/
|
|
#include "readlink2.c"
|