Re: [PATCH 1/3 V2] Fix __sprintfkf prototype in libgcc.

2021-03-01 Thread Segher Boessenkool
On Mon, Mar 01, 2021 at 12:17:34PM -0500, Michael Meissner wrote: > The prototype of __sprintfkf in _sprintfkf.h did not match the function in > _sprintfkf.c. This patch fixes the prototype. I also included the > _sprintfkf.h file in _sprintfkf.c to make sure the prototype is correct and to >

[PATCH 1/3 V2] Fix __sprintfkf prototype in libgcc.

2021-03-01 Thread Michael Meissner via Gcc-patches
[PATCH 1/3 V2] Fix __sprintfkf prototype in libgcc. The prototype of __sprintfkf in _sprintfkf.h did not match the function in _sprintfkf.c. This patch fixes the prototype. I also included the _sprintfkf.h file in _sprintfkf.c to make sure the prototype is correct and to eliminate a warning