diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-11 20:09:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-11 20:09:04 +0000 |
commit | 87f2a3464bc56880619910126816120eeafdb1e2 (patch) | |
tree | 5889dc929e03609fc7e2ef7e6aaf04da15336f43 /ld/ChangeLog | |
parent | 8622e41b9ffd432fc916f0dd2fc8227f27eea3a9 (diff) | |
download | gdb-87f2a3464bc56880619910126816120eeafdb1e2.zip gdb-87f2a3464bc56880619910126816120eeafdb1e2.tar.gz gdb-87f2a3464bc56880619910126816120eeafdb1e2.tar.bz2 |
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
as appropriate. Fill in structure initializations.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 55b0e4f..ab15633 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +1999-07-11 Ian Lance Taylor <ian@zembu.com> + + * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED + as appropriate. Fill in structure initializations. + 1999-07-10 Ian Lance Taylor <ian@zembu.com> * ldfile.c: Revert patch of 1999-07-08. |