From d1624aa3acae677fc91e7344a47b963349937af7 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 12 Jun 2013 08:28:43 +0200 Subject: [PATCH] Change initial symbol version from DFLY36.0 to DF306.0 The first one will make handling DragonFly 3.9 and later awkward. --- lib/libc/Versions.def | 10 +++++----- lib/libm/Symbol.map | 2 +- lib/libm/i386/Symbol.map | 2 +- lib/libm/x86_64/Symbol.map | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index d5041162b2..db7cf87fd3 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -1,12 +1,12 @@ # -# Note: Whenever bumping the DFLY version, always make -# DFLYprivate_1.0 depend on the new DFLY version. +# Note: Whenever bumping the DF version, always make +# DFprivate_1.0 depend on the new DF version. # This will keep it at the end of the dependency chain. # # This is our first version; it depends on no other. # This version was first added to DragonFly 3.5 -DFLY36.0 { +DF306.0 { }; # This is our private namespace. Any global interfaces that are @@ -15,5 +15,5 @@ DFLY36.0 { # simple ABI-checking tools. # # Please do NOT increment the version of this namespace. -DFLYprivate_1.0 { -} DFLY36.0; +DFprivate_1.0 { +} DF306.0; diff --git a/lib/libm/Symbol.map b/lib/libm/Symbol.map index 6129c8e375..bea5739acf 100644 --- a/lib/libm/Symbol.map +++ b/lib/libm/Symbol.map @@ -2,7 +2,7 @@ * $FreeBSD: head/lib/msun/Symbol.map 251599 2013-06-10 06:04:58Z das $ */ -DFLY36.0 { +DF306.0 { __fe_dfl_env; tgamma; acos; diff --git a/lib/libm/i386/Symbol.map b/lib/libm/i386/Symbol.map index aa0ebc5fad..54e7c5c6b7 100644 --- a/lib/libm/i386/Symbol.map +++ b/lib/libm/i386/Symbol.map @@ -1,7 +1,7 @@ /* * $FreeBSD: head/lib/msun/i387/Symbol.map 226218 2011-10-10 15:43:09Z das $ */ -DFLY36.0 { +DF306.0 { __has_sse; __test_sse; fesetexceptflag; diff --git a/lib/libm/x86_64/Symbol.map b/lib/libm/x86_64/Symbol.map index e889f36652..87d4732452 100644 --- a/lib/libm/x86_64/Symbol.map +++ b/lib/libm/x86_64/Symbol.map @@ -1,7 +1,7 @@ /* * $FreeBSD: head/lib/msun/amd64/Symbol.map 226218 2011-10-10 15:43:09Z das $ */ -DFLY36.0 { +DF306.0 { fesetexceptflag; feraiseexcept; fegetenv; -- 2.41.0