diff options
| author | ruki <[email protected]> | 2022-02-07 23:51:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-07 23:51:40 +0800 |
| commit | 4ec0ff6570e24ed3e2434cc9f81c728fd002f20c (patch) | |
| tree | 959d09f1a9635dd066c61a3ed2dab93495805bc8 /tests/projects/c/linker_scripts/src/foo.map | |
| parent | c88d9afcb3e929d6c0a4f3644399ac3df572829f (diff) | |
update changelog
Diffstat (limited to 'tests/projects/c/linker_scripts/src/foo.map')
| -rw-r--r-- | tests/projects/c/linker_scripts/src/foo.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/c/linker_scripts/src/foo.map b/tests/projects/c/linker_scripts/src/foo.map new file mode 100644 index 000000000..e593cf4d2 --- /dev/null +++ b/tests/projects/c/linker_scripts/src/foo.map @@ -0,0 +1,7 @@ +{ + global: + foo; + + local: + *; +}; |
