diff options
Diffstat (limited to 'sim/testsuite/cris/c/hellodyn2.c')
-rw-r--r-- | sim/testsuite/cris/c/hellodyn2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/testsuite/cris/c/hellodyn2.c b/sim/testsuite/cris/c/hellodyn2.c new file mode 100644 index 0000000..00f5369 --- /dev/null +++ b/sim/testsuite/cris/c/hellodyn2.c @@ -0,0 +1,5 @@ +/* +#dynamic: +#sim: --sysroot=@exedir@ --load-vma + */ +#include "hello.c" |