diff options
Diffstat (limited to 'test cases/linuxlike/3 linker script/bob.map.in')
-rw-r--r-- | test cases/linuxlike/3 linker script/bob.map.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/linuxlike/3 linker script/bob.map.in b/test cases/linuxlike/3 linker script/bob.map.in new file mode 100644 index 0000000..f695e4a --- /dev/null +++ b/test cases/linuxlike/3 linker script/bob.map.in @@ -0,0 +1,6 @@ +V1_0_0 { + global: + "@in@"; + local: + *; +}; |