diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-12-09 16:03:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-12-09 16:03:47 +0000 |
commit | bb6f53d37a05df453b66f242b4074bca20bd8c67 (patch) | |
tree | 93979e42ce6bfaa262726c520bc594486ec9d145 /gold/ChangeLog | |
parent | 3e22044af11526161ac614fbdc9d0522e1d7221b (diff) | |
download | gdb-bb6f53d37a05df453b66f242b4074bca20bd8c67.zip gdb-bb6f53d37a05df453b66f242b4074bca20bd8c67.tar.gz gdb-bb6f53d37a05df453b66f242b4074bca20bd8c67.tar.bz2 |
* testsuite/initpri1.c: Change all declarations to be full
prototypes by adding void, to avoid compiler warnings.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index fbad1ee..0d9d877 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2008-12-09 Ian Lance Taylor <iant@google.com> + + * testsuite/initpri1.c: Change all declarations to be full + prototypes by adding void, to avoid compiler warnings. + 2008-12-05 Rafael Avila de Espindola <espindola@google.com> * options.cc (General_options::parse_plugin_opt): New. |