Re: [PATCH v3] Use strtoll instead of atoll in gcov-tool.c

2015-01-08 Thread Richard Biener
On Sat, Dec 20, 2014 at 11:51 PM, John David Anglin
dave.ang...@bell.net wrote:
 Ping.

Ok.

Thanks,
Richard.


 On 24-Nov-14, at 7:38 PM, John David Anglin wrote:

 On 15-Sep-14, at 5:40 AM, Richard Biener wrote:

 Let's wait for other opinions.


 We now have implementations of strtol and strtoll in libiberty.  So, it's
 better to use
 these than atoll.  As suggested by Jakub, the patch now falls back to
 int64_t if the
 host doesn't have long long.

 Tested on hppa2.0w-hpux11.11 and hppa64-hp-hpux11.11.

 Okay for trunk?

 Dave
 --
 John David Anglin   dave.ang...@bell.net


 gcov-tool.c.d.3



 Dave
 --
 John David Anglin   dave.ang...@bell.net





Re: [PATCH v3] Use strtoll instead of atoll in gcov-tool.c

2014-12-20 Thread John David Anglin

Ping.

On 24-Nov-14, at 7:38 PM, John David Anglin wrote:


On 15-Sep-14, at 5:40 AM, Richard Biener wrote:


Let's wait for other opinions.


We now have implementations of strtol and strtoll in libiberty.  So,  
it's better to use
these than atoll.  As suggested by Jakub, the patch now falls back  
to int64_t if the

host doesn't have long long.

Tested on hppa2.0w-hpux11.11 and hppa64-hp-hpux11.11.

Okay for trunk?

Dave
--
John David Anglin   dave.ang...@bell.net


gcov-tool.c.d.3



Dave
--
John David Anglin   dave.ang...@bell.net





Re: [PATCH v3] Use strtoll instead of atoll in gcov-tool.c

2014-11-24 Thread John David Anglin

On 15-Sep-14, at 5:40 AM, Richard Biener wrote:


Let's wait for other opinions.


We now have implementations of strtol and strtoll in libiberty.  So,  
it's better to use
these than atoll.  As suggested by Jakub, the patch now falls back to  
int64_t if the

host doesn't have long long.

Tested on hppa2.0w-hpux11.11 and hppa64-hp-hpux11.11.

Okay for trunk?

Dave
--
John David Anglin   dave.ang...@bell.net




gcov-tool.c.d.3
Description: Binary data