all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 4f825c4e06e9b4f8555aa7981dba901fb1128251 892 bytes (raw)
name: gnu/packages/patches/dtc-24_libfdt-Add-some-missing-symbols-to-version.lds.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
From f58799be130e27cc729cb2d45566daa0bb3b8605 Mon Sep 17 00:00:00 2001
From: David Gibson <david@gibson.dropbear.id.au>
Date: Tue, 1 Dec 2015 12:55:21 +1100
Subject: [PATCH] libfdt: Add some missing symbols to version.lds

Several functions in the header file were missing from the version.lds
script, meaning that they couldn't be used from a libfdt shared library.

Reported by Ken Aaker, via github issue tracker.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 libfdt/version.lds | 4 ++++
 1 file changed, 4 insertions(+)

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;
 
 	local:
 		*;
-- 
2.8.1


debug log:

solving 4f825c4 ...
found 4f825c4 in https://yhetil.org/guix/20160831213437.31115-2-dannym@scratchpost.org/

applying [1/1] https://yhetil.org/guix/20160831213437.31115-2-dannym@scratchpost.org/
diff --git a/gnu/packages/patches/dtc-24_libfdt-Add-some-missing-symbols-to-version.lds.patch b/gnu/packages/patches/dtc-24_libfdt-Add-some-missing-symbols-to-version.lds.patch
new file mode 100644
index 0000000..4f825c4

1:27: space before tab in indent.
 		fdt_next_property_offset;
1:28: space before tab in indent.
 		fdt_first_subnode;
1:29: space before tab in indent.
 		fdt_next_subnode;
1:34: trailing whitespace.
 
1:35: space before tab in indent.
 	local:
Checking patch gnu/packages/patches/dtc-24_libfdt-Add-some-missing-symbols-to-version.lds.patch...
Applied patch gnu/packages/patches/dtc-24_libfdt-Add-some-missing-symbols-to-version.lds.patch cleanly.
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.

index at:
100644 4f825c4e06e9b4f8555aa7981dba901fb1128251	gnu/packages/patches/dtc-24_libfdt-Add-some-missing-symbols-to-version.lds.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.