[Crosstoolchain-logs] [device-tree-compiler] 62/198: libfdt: Added missing functions to shared library

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:54 UTC 2016


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

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit c6fb1d239191daa3323fb6caeff56d48c4777793
Author: Anders Hedlund <anders.hedlund at windriver.com>
Date:   Mon Sep 10 13:50:56 2012 +0200

    libfdt: Added missing functions to shared library
    
    Some API function symbols were set as 'local' causing linking errors,
    now they are set as global (external).
    
    Signed-off-by: Anders Hedlund <anders.hedlund at windriver.com>
    Acked-by: David Gibson <david at gibson.dropbear.id.au>
---
 libfdt/version.lds | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libfdt/version.lds b/libfdt/version.lds
index 3c3994e..80b322b 100644
--- a/libfdt/version.lds
+++ b/libfdt/version.lds
@@ -48,6 +48,12 @@ LIBFDT_1.2 {
 		fdt_strerror;
 		fdt_offset_ptr;
 		fdt_next_tag;
+		fdt_appendprop;
+		fdt_create_empty_tree;
+		fdt_first_property_offset;
+		fdt_get_property_by_offset;
+		fdt_getprop_by_offset;
+		fdt_next_property_offset;
 
 	local:
 		*;

-- 
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