aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-05-20 15:04:48 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-05-20 15:04:48 +0000
commit94098ab7c36ea60863f431e9cd5c95b19e854835 (patch)
treece453b1077c1f9375dfdbe6fa3b2fb73f9631676 /UPDATING
parentd16f495cad5b467cf91a50859f27a054cc4cfafb (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7e95716dbe7c..2b0ddc3811ad 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20160520:
+ The brk and sbrk functions have been removed from libc on arm64.
+ Binutils from ports has been updated to not link to these
+ functions and should be updated to the latest version before
+ installing a new libc.
+
20160517:
The armv6 port now defaults to hard float ABI. Limited support
for running both hardfloat and soft float on the same system