diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-05-01 17:27:46 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-05-01 17:27:46 +0000 |
commit | df26367c793cd2b4c78e111c2d9f9c8c8733b7e9 (patch) | |
tree | 3dc9ba75bdb86fa550a3bcb5f4ad83a6fe79e39a /bfd | |
parent | 23c80bf47b6b9523842cde8f3c9b1b75d15e2300 (diff) | |
download | gdb-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.zip gdb-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.tar.gz gdb-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.tar.bz2 |
bfd/
* 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*.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f0f538f..2a0ee47 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/config.bfd b/bfd/config.bfd index 228e7c1..5634154 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 |