Don't export _end on arm64 and riscv.

These platforms don't support brk() and sbrk(), which are the reason
for exporting _end in the first place.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2018-06-01 23:42:10 +00:00
parent e2c1730299
commit 2e7680c6bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334505
2 changed files with 0 additions and 2 deletions

View File

@ -33,6 +33,5 @@ FBSD_1.0 {
FBSDprivate_1.0 {
_set_tp;
_end;
__makecontext;
};

View File

@ -33,6 +33,5 @@ FBSD_1.0 {
FBSDprivate_1.0 {
_set_tp;
_end;
__makecontext;
};