diff options
author | DJ Delorie <dj@redhat.com> | 2011-09-28 20:01:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-09-28 20:01:45 +0000 |
commit | 514c97d3e0e09f75366b973f214441d8cd019c8f (patch) | |
tree | 37ae136d2a2c6096a1f67576084ae8bbd0ff17ff /libiberty/ChangeLog | |
parent | fe10a582b69fc09ce4775071aa619b0a6fc5dd1a (diff) | |
download | gdb-514c97d3e0e09f75366b973f214441d8cd019c8f.zip gdb-514c97d3e0e09f75366b973f214441d8cd019c8f.tar.gz gdb-514c97d3e0e09f75366b973f214441d8cd019c8f.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0547f9b..59460e4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,13 @@ +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. + 2011-09-23 Cary Coutant <ccoutant@google.com> PR 40831 |