Date: Tue, 14 Mar 2023 17:29:37 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 96ab5023fd4b - main - compiler-rt: remove eprintf Message-ID: <202303141729.32EHTbqH056457@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=96ab5023fd4b7de7df2627ce7c495292c468ba72 commit 96ab5023fd4b7de7df2627ce7c495292c468ba72 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-03-14 17:01:20 +0000 Commit: Ed Maste <emaste@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303141729.32EHTbqH056457>