[Crosstoolchain-logs] [device-tree-compiler] 01/29: libfdt: add stringlist functions to linker script

Vagrant Cascadian vagrant at moszumanska.debian.org
Tue Jan 23 06:34:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

vagrant pushed a commit to branch debian/master
in repository device-tree-compiler.

commit 48c91c08bcfa3cdc10284e048b3c0c629bd67adf
Author: Reiner Huober <reiner.huober at nokia.com>
Date:   Thu Sep 14 14:36:07 2017 +0200

    libfdt: add stringlist functions to linker script
    
    The fdt_stringlist_count, fdt_stringslist_search, and fdt_stringlist_get
    are added to the libfdt linker script as global symbols
    
    Signed-off-by: Reiner Huober <reiner.huober at nokia.com>
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 libfdt/version.lds | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libfdt/version.lds b/libfdt/version.lds
index cff0358..18fb69f 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -60,6 +60,9 @@ LIBFDT_1.2 {
 		fdt_address_cells;
 		fdt_size_cells;
 		fdt_stringlist_contains;
+		fdt_stringlist_count;
+		fdt_stringlist_search;
+		fdt_stringlist_get;
 		fdt_resize;
 		fdt_overlay_apply;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list