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 /ld/ChangeLog | |
parent | 23c80bf47b6b9523842cde8f3c9b1b75d15e2300 (diff) | |
download | ppe42-binutils-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.tar.gz ppe42-binutils-df26367c793cd2b4c78e111c2d9f9c8c8733b7e9.zip |
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 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 39dc9e7687..62dd0257dd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |