diff options
Diffstat (limited to 'libebl/libebl_arm.map')
-rw-r--r-- | libebl/libebl_arm.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libebl/libebl_arm.map b/libebl/libebl_arm.map new file mode 100644 index 00000000..d389526c --- /dev/null +++ b/libebl/libebl_arm.map @@ -0,0 +1,11 @@ +ELFUTILS_1.0 { + global: + arm_backend_name; + arm_destr; + arm_init; + arm_reloc_type_check; + arm_reloc_type_name; + + local: + *; +}; |