Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 20:15:16 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 32c7350beb82 - main - libc/i386: don't attempt to export alloca
Message-ID:  <202403072015.427KFGOp048732@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=32c7350beb82c0c6f4a2b06afc2369e313126cae

commit 32c7350beb82c0c6f4a2b06afc2369e313126cae
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-03-07 20:14:55 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-03-07 20:14:55 +0000

    libc/i386: don't attempt to export alloca
    
    The assembly implementation was removed in 2006 (commit 3c03c7095e7e).
    
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D44242
---
 lib/libc/i386/Symbol.map | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libc/i386/Symbol.map b/lib/libc/i386/Symbol.map
index 270ba4b129a7..2278db54c583 100644
--- a/lib/libc/i386/Symbol.map
+++ b/lib/libc/i386/Symbol.map
@@ -5,7 +5,6 @@
  */
 FBSD_1.0 {
 	.mcount;
-	alloca;
 	__flt_rounds;
 	___tls_get_addr;
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403072015.427KFGOp048732>