diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-03 05:50:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-03 05:50:32 +0000 |
commit | c6cfcb7f7d00524abc9073fb043ac839324e9fb2 (patch) | |
tree | 954c1ef9efb2e1bb9e32cab828273c2e19167c0c | |
parent | 96a6f034a61d9dee3a30bb8d64a87ecf48933972 (diff) | |
download | gdb-c6cfcb7f7d00524abc9073fb043ac839324e9fb2.zip gdb-c6cfcb7f7d00524abc9073fb043ac839324e9fb2.tar.gz gdb-c6cfcb7f7d00524abc9073fb043ac839324e9fb2.tar.bz2 |
* mpw-idtmips.c: Rename from mpw-emipsidt.c.
* mpw-elfmips.c: Rename from mpw-emipself.c.
* mpw-config.in: Update accordingly.
-rw-r--r-- | ld/.Sanitize | 4 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/mpw-config.in | 4 | ||||
-rw-r--r-- | ld/mpw-elfmips.c (renamed from ld/mpw-emipself.c) | 0 | ||||
-rw-r--r-- | ld/mpw-idtmips.c (renamed from ld/mpw-emipsidt.c) | 0 |
5 files changed, 8 insertions, 4 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index 443020e..1ed601f 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -71,8 +71,8 @@ ldwrite.h lexsup.c mac-ld.r mpw-config.in -mpw-emipself.c -mpw-emipsidt.c +mpw-elfmips.c +mpw-idtmips.c mpw-eppcmac.c mpw-esh.c mpw-make.sed diff --git a/ld/ChangeLog b/ld/ChangeLog index 5bdd0be..c493fd2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 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 opening the input files, rather than at the end of the link. diff --git a/ld/mpw-config.in b/ld/mpw-config.in index 34f9e26..b2542cc 100644 --- a/ld/mpw-config.in +++ b/ld/mpw-config.in @@ -17,12 +17,12 @@ Else If "{target_canonical}" =~ /i386-\Option-x-go32/ Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/ 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 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/ 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 Else If "{target_canonical}" =~ /sh-\Option-x-hms/ diff --git a/ld/mpw-emipself.c b/ld/mpw-elfmips.c index ec88bb7..ec88bb7 100644 --- a/ld/mpw-emipself.c +++ b/ld/mpw-elfmips.c diff --git a/ld/mpw-emipsidt.c b/ld/mpw-idtmips.c index 554f9a8..554f9a8 100644 --- a/ld/mpw-emipsidt.c +++ b/ld/mpw-idtmips.c |