From a435cc46e6ba3f8690fa4da719fdec4129fc3c48 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 18 Sep 2015 00:52:07 +0000 Subject: Test for weak undefined symbols in linknamespace.pl. This patch makes linknamespace.pl require weak undefined symbols to be within the standard namespace. (It remains the case that linknamespace.pl does not look for definitions of such symbols or require symbols used in those definitions to be within the standard namespace.) Tested for x86_64 and x86. * conform/linknamespace.pl: Require weak undefined symbols to be in the standard namespace. (%strong_syms): Rename to %seen_syms. (%strong_seen): Rename to %seen_where. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd01ca1efb..4dad38c3f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-09-17 Joseph Myers + + * conform/linknamespace.pl: Require weak undefined symbols to be + in the standard namespace. + (%strong_syms): Rename to %seen_syms. + (%strong_seen): Rename to %seen_where. + 2015-09-17 H.J. Lu [BZ #18970] -- cgit 1.4.1