diff options
author | Doug Evans <dje@google.com> | 2011-11-02 21:45:19 +0000 |
---|---|---|
committer | Doug Evans <devans@gcc.gnu.org> | 2011-11-02 21:45:19 +0000 |
commit | 4092fb6e8dac129f0c75331436b7cc70ba222c45 (patch) | |
tree | 79e4e8c87c624296233ac353fce7c691fd1f604e /libiberty/ChangeLog | |
parent | e08cc018ac1ed9e201d064c52d0a378b7014e636 (diff) | |
download | gcc-4092fb6e8dac129f0c75331436b7cc70ba222c45.zip gcc-4092fb6e8dac129f0c75331436b7cc70ba222c45.tar.gz gcc-4092fb6e8dac129f0c75331436b7cc70ba222c45.tar.bz2 |
Forgotten in previous checkin that added timeval-utils.[ch].
* Makefile.in (CFILES): Add it.
(REQUIRED_OFILES): Add timeval-utils.$(objext).
(INSTALLED_HEADERS): Add timeval-utils.h.
(timeval-utils.$(objext)): Add rule.
From-SVN: r180803
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6a93998..79c37c2 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,10 @@ +2011-11-02 Doug Evans <dje@google.com> + + * Makefile.in (CFILES): Add it. + (REQUIRED_OFILES): Add timeval-utils.$(objext). + (INSTALLED_HEADERS): Add timeval-utils.h. + (timeval-utils.$(objext)): Add rule. + 2011-10-28 Ian Lance Taylor <iant@google.com> * setproctitle.c (setproctitle): Use "GNU/Linux" in comment. @@ -25,10 +32,6 @@ 2011-09-28 Doug Evans <dje@google.com> * timeval-utils.c: New file. - * Makefile.in (CFILES): Add it. - (REQUIRED_OFILES): Add timeval-utils.$(objext). - (INSTALLED_HEADERS): Add timeval-utils.h. - (timeval-utils.$(objext)): Add rule. * argv.c (countargv): New function. |