diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-01 13:42:26 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-01 13:42:26 +0000 |
commit | baf9bed325560fbb784a0d0b2b05dba235bce19d (patch) | |
tree | 8d31e91bc26a7e60d587415e9d8f69700e0bcae6 /bfd/ChangeLog | |
parent | e6f3ec5002c4509a972ffc84846ce16a475ca425 (diff) | |
download | ppe42-binutils-baf9bed325560fbb784a0d0b2b05dba235bce19d.tar.gz ppe42-binutils-baf9bed325560fbb784a0d0b2b05dba235bce19d.zip |
Fix -Wshadow warnings (seen on ppc-aix)
* xcofflink.c: Replace finfo by flinfo throughout.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cc33261f14..5d283c9a2b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-01-01 Joel Brobecker <brobecker@adacore.com> + + Fix -Wshadow warnings (seen on ppc-aix) + * xcofflink.c: Replace finfo by flinfo throughout. + 2009-12-31 Cary Coutant <ccoutant@google.com> * dwarf2.c (struct line_sequence): New struct. |