Re: [RFA] timeval-utils.c for libiberty

2011-11-02 Thread Doug Evans
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

Re: [RFA] timeval-utils.c for libiberty

2011-09-28 Thread Ian Lance Taylor
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). >

Re: [RFA] timeval-utils.c for libiberty

2011-09-26 Thread Doug Evans
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   >