bfd/
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 1 May 2013 17:27:46 +0000 (17:27 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Wed, 1 May 2013 17:27:46 +0000 (17:27 +0000)
* config.bfd: Replace alpha*-*-linuxecoff* pattern with
alpha*-*-linux*ecoff*.

binutils/testsuite/
* lib/binutils-common.exp (is_elf_format): Also exclude
*-*-linux*ecoff*.

gas/
* configure.tgt: Replace alpha*-*-linuxecoff* pattern with
alpha*-*-linux*ecoff*.

ld/
* configure.tgt: Replace alpha*-*-linuxecoff* pattern with
alpha*-*-linux*ecoff*.  Update the `sed' pattern used to convert
from alpha*-*-linux-* to alpha*-*-linux*ecoff*.

bfd/ChangeLog
bfd/config.bfd
binutils/testsuite/ChangeLog
binutils/testsuite/lib/binutils-common.exp
gas/ChangeLog
gas/configure.tgt
ld/ChangeLog
ld/configure.tgt

index f0f538f..2a0ee47 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config.bfd: Replace alpha*-*-linuxecoff* pattern with
+       alpha*-*-linux*ecoff*.
+
 2013-04-30  Olaf Flebbe  <o.flebbe@science-computing.de>
 
        PR binutils/15417
index 228e7c1..5634154 100644 (file)
@@ -202,7 +202,7 @@ case "${targ}" in
     targ_selvecs=nlm32_alpha_vec
     want64=true
     ;;
-  alpha*-*-linuxecoff*)
+  alpha*-*-linux*ecoff*)
     targ_defvec=ecoffalpha_little_vec
     targ_selvecs=bfd_elf64_alpha_vec
     want64=true
index 06fd5e4..cd12d38 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/binutils-common.exp (is_elf_format): Also exclude
+       *-*-linux*ecoff*.
+
 2013-02-26  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/15191
index 68efb90..af0040e 100644 (file)
@@ -44,6 +44,7 @@ proc is_elf_format {} {
     }
 
     if { [istarget *-*-linux*aout*]
+        || [istarget *-*-linux*ecoff*]
         || [istarget *-*-linux*oldld*]
         || [istarget h8500-*-rtems*]
         || [istarget i960-*-rtems*]
index f152068..1eba1b2 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
+       alpha*-*-linux*ecoff*.
+
 2013-04-30  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
 
        * config/tc-mips.c (mips_ip): Add sizelo.
index da6f65a..f416149 100644 (file)
@@ -121,7 +121,7 @@ case ${generic_target} in
 
   alpha-*-*vms*)                       fmt=evax ;;
   alpha-*-osf*)                                fmt=ecoff ;;
-  alpha-*-linuxecoff*)                 fmt=ecoff ;;
+  alpha-*-linux*ecoff*)                        fmt=ecoff ;;
   alpha-*-linux-*)                     fmt=elf em=linux ;;
   alpha-*-netbsd*)                     fmt=elf em=nbsd ;;
   alpha-*-openbsd*)                    fmt=elf em=obsd ;;
index 39dc9e7..62dd025 100644 (file)
@@ -1,5 +1,11 @@
 2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
 
+       * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
+       alpha*-*-linux*ecoff*.  Update the `sed' pattern used to convert
+       from alpha*-*-linux-* to alpha*-*-linux*ecoff*.
+
+2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
        Use is_elf_hash_table rather than a handcoded condition.
 
index 65884fa..8d7aec4 100644 (file)
@@ -57,10 +57,10 @@ alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
                        targ_emul=elf64alpha_fbsd
                        targ_extra_emuls="elf64alpha alpha"
                        tdir_alpha=`echo ${targ_alias} | sed -e 's/freebsd/freebsdecoff/'` ;;
-alpha*-*-linuxecoff*)  targ_emul=alpha targ_extra_emuls=elf64alpha
+alpha*-*-linux*ecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
                        tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'` ;;
 alpha*-*-linux-*)      targ_emul=elf64alpha targ_extra_emuls=alpha
-                       tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'` ;;
+                       tdir_alpha=`echo ${targ_alias} | sed -e 's/linux\(-gnu\)*/linux\1ecoff/'` ;;
 alpha*-*-osf*)         targ_emul=alpha ;;
 alpha*-*-gnu*)         targ_emul=elf64alpha ;;
 alpha*-*-netware*)     targ_emul=alpha ;;