summaryrefslogtreecommitdiffstats
path: root/lib/libc/Versions.def
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-08-10 22:26:29 +0000
committerian <ian@FreeBSD.org>2014-08-10 22:26:29 +0000
commita08c00a48a5c0420f98f35d1f33701493c0a3fe8 (patch)
tree19f035de77ecff371630b14c3582ddd82ed35557 /lib/libc/Versions.def
parentd996016e8763e29196febcff200732accf30a288 (diff)
downloadFreeBSD-src-a08c00a48a5c0420f98f35d1f33701493c0a3fe8.zip
FreeBSD-src-a08c00a48a5c0420f98f35d1f33701493c0a3fe8.tar.gz
MFC r268993, r268893, r268994, plus partial r264070, r264082
Fix C++ exception handling for ARM EABI. Just the part of r264070 that creates the FBSD_1.4 namespace in libc is hand-applied, and then r264082 which creates the Versions.def entry is MFC'd.
Diffstat (limited to 'lib/libc/Versions.def')
-rw-r--r--lib/libc/Versions.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index bbd59a4..8452c7d 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -23,6 +23,11 @@ FBSD_1.2 {
FBSD_1.3 {
} FBSD_1.2;
+# This version was first added to 11.0-current.
+FBSD_1.4 {
+} FBSD_1.3;
+
+
# This is our private namespace. Any global interfaces that are
# strictly for use only by other FreeBSD applications and libraries
# are listed here. We use a separate namespace so we can write
@@ -30,4 +35,4 @@ FBSD_1.3 {
#
# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
-} FBSD_1.3;
+} FBSD_1.4;
OpenPOWER on IntegriCloud