[Bug 1591101] Re: fdt_stringlist_contains missing from linker script

Launchpad Bug Tracker 1591101 at bugs.launchpad.net
Fri Jun 10 19:18:06 UTC 2016


This bug was fixed in the package device-tree-compiler - 1.4.0+dfsg-
2ubuntu1

---------------
device-tree-compiler (1.4.0+dfsg-2ubuntu1) yakkety; urgency=medium

  * Add missing symbols to version.lds (LP: #1591101)
    - add in fdt_address_cells, fdt_size_cells, fdt_stringlist_contains
      fdt_resize, fdt_first_subnode and fdt_next_subnode.

 -- Colin Ian King <colin.king at canonical.com>  Fri, 10 Jun 2016 10:20:31
+0100

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

-- 
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:
  Fix Released

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