The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=96ab5023fd4b7de7df2627ce7c495292c468ba72

commit 96ab5023fd4b7de7df2627ce7c495292c468ba72
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-03-14 17:01:20 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2023-03-14 17:13:51 +0000

    compiler-rt: remove eprintf
    
    It was used by ancient GCC assert.h.  Prior to 2001 GCC used to provide
    its own assert.h  The GCC assert.h required __eprintf to emit the error
    message.  FreeBSD's own assert.h never used this.
    
    Reviewed by:    ed (previously), imp
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D2597
---
 lib/libcompiler_rt/Makefile.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc
index a1cc3d4cac07..4657ffe64abe 100644
--- a/lib/libcompiler_rt/Makefile.inc
+++ b/lib/libcompiler_rt/Makefile.inc
@@ -40,7 +40,6 @@ SRCF+=                divtc3
 SRCF+=         divti3
 SRCF+=         divxc3
 SRCF+=         enable_execute_stack
-SRCF+=         eprintf
 SRCF+=         extendhfsf2
 SRCF+=         ffsdi2
 SRCF+=         ffssi2

Reply via email to