Public bug reported:

fdt_stringlist_contains is missing from the library when one links to
libfdt. Upstream commit f58799be130e27cc729cb2d45566daa0bb3b8605
("libfdt: Add some missing symbols to version.lds") adds this and other
missing tables to the linker script:

diff --git a/libfdt/version.lds b/libfdt/version.lds
index f19f157..1f4e1ea 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -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;

** Affects: device-tree-compiler (Ubuntu)
     Importance: High
     Assignee: Colin Ian King (colin-king)
         Status: In Progress

** Changed in: device-tree-compiler (Ubuntu)
   Importance: Undecided => High

** Changed in: device-tree-compiler (Ubuntu)
       Status: New => In Progress

** Changed in: device-tree-compiler (Ubuntu)
     Assignee: (unassigned) => Colin Ian King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591101

Title:
  fdt_stringlist_contains missing from linker script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/device-tree-compiler/+bug/1591101/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to