mbox series

[0/5] nolibc updates for v5.20

Message ID 20220620231325.GA3845036@paulmck-ThinkPad-P17-Gen-1 (mailing list archive)
Headers show
Series nolibc updates for v5.20 | expand

Message

Paul E. McKenney June 20, 2022, 11:13 p.m. UTC
Hello!

This series provides nolibc updates, including improved testing:

1.	Support overflow checking for older compiler versions, courtesy
	of Ammar Faizi.

2.	Add format attribute to enable printf warnings, courtesy of
	Alviro Iskandar Setiawan.

3.	fix the makefile to also work as "make -C tools ...", courtesy
	of Willy Tarreau.

4.	make the default target build the headers, courtesy of Willy
	Tarreau.

5.	add a help target to list supported targets, courtesy of Willy
	Tarreau.

						Thanx, Paul

------------------------------------------------------------------------

 b/tools/Makefile                |    3 +++
 b/tools/include/nolibc/Makefile |   18 +++++++++++++++++-
 b/tools/include/nolibc/stdio.h  |    4 ++--
 b/tools/include/nolibc/stdlib.h |    7 +++----
 tools/include/nolibc/Makefile   |   19 ++++++++++++++++++-
 5 files changed, 43 insertions(+), 8 deletions(-)