diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:11:38 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:11:38 +0000 |
commit | e52315924b94ebfea09366bebb535692f274dc52 (patch) | |
tree | 2bca2338afffa1cee1e3ea09d0f0319f7220f16d /binutils/ChangeLog | |
parent | fa0a16b19e6701bed945feffd3fb5381759a0005 (diff) | |
download | ppe42-binutils-e52315924b94ebfea09366bebb535692f274dc52.tar.gz ppe42-binutils-e52315924b94ebfea09366bebb535692f274dc52.zip |
bfd/
* config.bfd: Treat AIX 6+ in the same way as AIX 5.
* configure.in: Likewise.
* configure: Regenerate.
binutils/
* configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
* configure.in: Likewise.
* configure: Regenerate.
gas/
* configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
* configure.in: Likewise.
* configure: Regenerate.
ld/
* configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 87badcd2da..877349ba85 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> + + * configure.tgt: Extend AIX 5 behavior to AIX 6 and above. + * configure.in: Likewise. + * configure: Regenerate. + 2009-03-13 H.J. Lu <hongjiu.lu@intel.com> PR binutils/9945 |