On Wed, Sep 28, 2011 at 11:21 AM, Ian Lance Taylor wrote:
> On Mon, Sep 19, 2011 at 5:52 PM, Doug Evans wrote:
>>
>> 2011-09-19 Doug Evans
>>
>> include/
>> * timeval-utils.h: New file.
>>
>> libiberty/
>> * timeval-utils.c: New file.
>> * Makefile.in (CFILES
On Mon, Sep 19, 2011 at 5:52 PM, Doug Evans wrote:
>
> 2011-09-19 Doug Evans
>
> include/
> * timeval-utils.h: New file.
>
> libiberty/
> * timeval-utils.c: New file.
> * Makefile.in (CFILES): Add it.
> (REQUIRED_OFILES): Add timeval-utils.$(objext).
>
On Mon, Sep 19, 2011 at 5:52 PM, Doug Evans wrote:
> Hi.
>
> This patch adds two functions, timeval_add and timeval_sub,
> to libiberty. GDB has use for them in a few places and since
> they're general purpose I wish to check them into libiberty.
>
> Ok to check in?
>
> 2011-09-19 Doug Evans
>