mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
libfdt: Add some missing symbols to version.lds
Several functions in the header file were missing from the version.lds script, meaning that they couldn't be used from a libfdt shared library. Reported by Ken Aaker, via github issue tracker. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
af9f26d1e5
commit
f58799be13
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ LIBFDT_1.2 {
|
|||
fdt_next_property_offset;
|
||||
fdt_first_subnode;
|
||||
fdt_next_subnode;
|
||||
fdt_address_cells;
|
||||
fdt_size_cells;
|
||||
fdt_stringlist_contains;
|
||||
fdt_resize;
|
||||
|
||||
local:
|
||||
*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue