diff options
Diffstat (limited to 'libebl/libebl_sh.map')
-rw-r--r-- | libebl/libebl_sh.map | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libebl/libebl_sh.map b/libebl/libebl_sh.map new file mode 100644 index 00000000..252720a9 --- /dev/null +++ b/libebl/libebl_sh.map @@ -0,0 +1,10 @@ +ELFUTILS_1.0 { + global: + sh_backend_name; + sh_destr; + sh_init; + sh_reloc_type_name; + + local: + *; +}; |