diff options
Diffstat (limited to 'linker-script-binary.ver')
| -rw-r--r-- | linker-script-binary.ver | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linker-script-binary.ver b/linker-script-binary.ver new file mode 100644 index 00000000..a2780c09 --- /dev/null +++ b/linker-script-binary.ver @@ -0,0 +1,6 @@ +{ +global: + _IO_stdin_used; +local: + *; +}; |