[Bug 1591101] [NEW] fdt_stringlist_contains missing from linker script

Colin Ian King 1591101 at bugs.launchpad.net
Fri Jun 10 09:18:45 UTC 2016


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
Foundations Bugs, which is subscribed to device-tree-compiler in Ubuntu.
https://bugs.launchpad.net/bugs/1591101

Title:
  fdt_stringlist_contains missing from linker script

Status in device-tree-compiler package in Ubuntu:
  In Progress

Bug description:
  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;

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



More information about the foundations-bugs mailing list