diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2015-11-20 16:11:22 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2015-11-20 16:16:40 +0000 |
commit | f21cd979851fb422b8c01ee26b85b0273885350e (patch) | |
tree | 3ef96d2bd634a035e19960b4d7eefdee644bb33d /ld/ChangeLog | |
parent | 250aafa4773feafd5ca0a61f270b1e901dcd8987 (diff) | |
download | gdb-f21cd979851fb422b8c01ee26b85b0273885350e.zip gdb-f21cd979851fb422b8c01ee26b85b0273885350e.tar.gz gdb-f21cd979851fb422b8c01ee26b85b0273885350e.tar.bz2 |
MIPS/LD: Fix little-endian `mti' and `img' ELF emulations
Make the little-endian emulation the default for the `mips*el-mti-elf*'
and `mips*el-img-elf*' targets, fixing the issue of LD rejecting, in its
default configuration, object files produced by GAS also in its default
configuration.
ld/
* configure.tgt <mips*el-mti-elf*, mips*el-img-elf*>: Add
targets.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d6bf9ab..c2fabd3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2015-11-20 Maciej W. Rozycki <macro@imgtec.com> + + * configure.tgt <mips*el-mti-elf*, mips*el-img-elf*>: Add + targets. + 2015-11-19 Alan Modra <amodra@gmail.com> PR ld/19264 |