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 /ld | |
parent | fa0a16b19e6701bed945feffd3fb5381759a0005 (diff) | |
download | gdb-e52315924b94ebfea09366bebb535692f274dc52.zip gdb-e52315924b94ebfea09366bebb535692f274dc52.tar.gz gdb-e52315924b94ebfea09366bebb535692f274dc52.tar.bz2 |
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 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 86cdeb8..8e09dbf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com> + + * configure.tgt: Extend AIX 5 behavior to AIX 6 and above. + 2009-03-14 Dave Korn <dave.korn.cygwin@gmail.com> Danny Smith <dannysmith@users.sourceforge.net> diff --git a/ld/configure.tgt b/ld/configure.tgt index 72cef17..329399f 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -487,12 +487,12 @@ powerpc-*-netware*) targ_emul=ppcnw ;; powerpcle-*-pe) targ_emul=ppcpe ;; powerpcle-*-winnt*) targ_emul=ppcpe ;; powerpcle-*-cygwin*) targ_emul=ppcpe ;; -powerpc-*-aix5*) targ_emul=aix5ppc ;; +powerpc-*-aix[5-9]*) targ_emul=aix5ppc ;; powerpc-*-aix*) targ_emul=aixppc ;; powerpc-*-beos*) targ_emul=aixppc ;; powerpc-*-windiss*) targ_emul=elf32ppcwindiss ;; powerpc-*-lynxos*) targ_emul=ppclynx ;; -rs6000-*-aix5*) targ_emul=aix5rs6 ;; +rs6000-*-aix[5-9]*) targ_emul=aix5rs6 ;; rs6000-*-aix*) targ_emul=aixrs6 ;; s390x-*-linux*) targ_emul=elf64_s390 |