mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 17:16:42 +00:00
2012-09-19 Steve Ellcey <sellcey@mips.com>
* configure.tgt: Add mips*-mti-elf* target.
This commit is contained in:
parent
795e8513e8
commit
c76b75fd82
@ -1,3 +1,7 @@
|
||||
2012-09-19 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* configure.tgt: Add mips*-mti-elf* target.
|
||||
|
||||
2012-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* config/tc-arm.c: Changed ldra and strl-form mnemonics
|
||||
|
@ -308,7 +308,7 @@ case ${generic_target} in
|
||||
mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
|
||||
fmt=elf em=freebsd ;;
|
||||
mips-*-sysv4*MP* | mips-*-gnu*) fmt=elf em=tmips ;;
|
||||
mips*-sde-elf*) fmt=elf em=tmips ;;
|
||||
mips*-sde-elf*|mips*-mti-elf*) fmt=elf em=tmips ;;
|
||||
mips-*-sysv*) fmt=ecoff ;;
|
||||
mips-*-elf* | mips-*-rtems*) fmt=elf ;;
|
||||
mips-*-netbsd*) fmt=elf em=tmips ;;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-09-19 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* configure.tgt: Add mips*-mti-elf* target.
|
||||
|
||||
2012-09-17 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld.texinfo (Expression Section): Correct description of
|
||||
|
@ -424,7 +424,8 @@ mips*vr5000el-*-elf*) targ_emul=elf32l4300 ;;
|
||||
mips*vr5000-*-elf*) targ_emul=elf32b4300 ;;
|
||||
mips*el-sde-elf*) targ_emul=elf32ltsmip
|
||||
targ_extra_emuls="elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip" ;;
|
||||
mips*-sde-elf*) targ_emul=elf32btsmip
|
||||
mips*-sde-elf* | mips*-mti-elf*)
|
||||
targ_emul=elf32btsmip
|
||||
targ_extra_emuls="elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32 elf64ltsmip" ;;
|
||||
mips*el-*-elf*) targ_emul=elf32elmip ;;
|
||||
mips*-*-elf*) targ_emul=elf32ebmip ;;
|
||||
|
Loading…
Reference in New Issue
Block a user