mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-21 21:25:24 +08:00
* mpw-idtmips.c: Rename from mpw-emipsidt.c.
* mpw-elfmips.c: Rename from mpw-emipself.c. * mpw-config.in: Update accordingly.
This commit is contained in:
@ -71,8 +71,8 @@ ldwrite.h
|
|||||||
lexsup.c
|
lexsup.c
|
||||||
mac-ld.r
|
mac-ld.r
|
||||||
mpw-config.in
|
mpw-config.in
|
||||||
mpw-emipself.c
|
mpw-elfmips.c
|
||||||
mpw-emipsidt.c
|
mpw-idtmips.c
|
||||||
mpw-eppcmac.c
|
mpw-eppcmac.c
|
||||||
mpw-esh.c
|
mpw-esh.c
|
||||||
mpw-make.sed
|
mpw-make.sed
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
Wed Apr 2 11:55:27 1997 Ian Lance Taylor <ian@cygnus.com>
|
Wed Apr 2 11:55:27 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* mpw-idtmips.c: Rename from mpw-emipsidt.c.
|
||||||
|
* mpw-elfmips.c: Rename from mpw-emipself.c.
|
||||||
|
* mpw-config.in: Update accordingly.
|
||||||
|
|
||||||
* ldlang.c (lang_process): Call lang_check immediately after
|
* ldlang.c (lang_process): Call lang_check immediately after
|
||||||
opening the input files, rather than at the end of the link.
|
opening the input files, rather than at the end of the link.
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@ Else If "{target_canonical}" =~ /i386-\Option-x-go32/
|
|||||||
|
|
||||||
Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/
|
Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/
|
||||||
Set emulname mipsidt
|
Set emulname mipsidt
|
||||||
forward-include "{srcdir}"mpw-mipsidt.c emipsidt.c
|
forward-include "{srcdir}"mpw-idtmips.c emipsidt.c
|
||||||
Set emulation_ofiles "{o}"emipsidt.c.o
|
Set emulation_ofiles "{o}"emipsidt.c.o
|
||||||
|
|
||||||
Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
|
Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
|
||||||
Set emulname elf32ebmip
|
Set emulname elf32ebmip
|
||||||
forward-include "{srcdir}"mpw-mipself.c eelf32ebmip.c
|
forward-include "{srcdir}"mpw-elfmips.c eelf32ebmip.c
|
||||||
Set emulation_ofiles "{o}"eelf32ebmip.c.o
|
Set emulation_ofiles "{o}"eelf32ebmip.c.o
|
||||||
|
|
||||||
Else If "{target_canonical}" =~ /sh-\Option-x-hms/
|
Else If "{target_canonical}" =~ /sh-\Option-x-hms/
|
||||||
|
Reference in New Issue
Block a user