On 20/09/16 18:56, Pedro Alves wrote:
On 09/20/2016 05:49 PM, Kyrill Tkachov wrote:
Ok, I'm proposing a new function defined in system.h
(though I'm open to suggestions for other location).
It would be something like:
static inline int ATTRIBUTE_PRINTF_3
gcc_snprintf (char *str, size_t size,
On 09/20/2016 05:49 PM, Kyrill Tkachov wrote:
> Ok, I'm proposing a new function defined in system.h
> (though I'm open to suggestions for other location).
> It would be something like:
>
> static inline int ATTRIBUTE_PRINTF_3
> gcc_snprintf (char *str, size_t size, const char *format, ...)
> {
>
On 20/09/16 17:49, Kyrill Tkachov wrote:
>
> On 20/09/16 15:13, Richard Earnshaw (lists) wrote:
>> On 08/09/16 12:00, Kyrill Tkachov wrote:
>>> Hi all,
>>>
>>> This is a rebase and slight respin of [1] that I sent out last November
>>> to change all uses of
>>> sprintf to snprintf in the arm backe
On 20/09/16 15:13, Richard Earnshaw (lists) wrote:
On 08/09/16 12:00, Kyrill Tkachov wrote:
Hi all,
This is a rebase and slight respin of [1] that I sent out last November
to change all uses of
sprintf to snprintf in the arm backend.
Bootstrapped and tested on arm-none-linux-gnueabihf.
Ok for
On 08/09/16 12:00, Kyrill Tkachov wrote:
> Hi all,
>
> This is a rebase and slight respin of [1] that I sent out last November
> to change all uses of
> sprintf to snprintf in the arm backend.
>
> Bootstrapped and tested on arm-none-linux-gnueabihf.
> Ok for trunk?
>
> Thanks,
> Kyrill
>
> [1]
Ping.
https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00429.html
Thanks,
Kyrill
On 08/09/16 12:00, Kyrill Tkachov wrote:
Hi all,
This is a rebase and slight respin of [1] that I sent out last November to
change all uses of
sprintf to snprintf in the arm backend.
Bootstrapped and tested on arm-
Hi all,
This is a rebase and slight respin of [1] that I sent out last November to
change all uses of
sprintf to snprintf in the arm backend.
Bootstrapped and tested on arm-none-linux-gnueabihf.
Ok for trunk?
Thanks,
Kyrill
[1] https://gcc.gnu.org/ml/gcc-patches/2015-11/msg00937.html
2016-09