From: Stan Shebs Date: Tue, 13 Sep 1994 00:20:31 +0000 (+0000) Subject: Merge in former supposed GM-specific bits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=177941a1c9082f3922f3a9ccb7e254ca9bd79e2f;p=binutils-gdb.git Merge in former supposed GM-specific bits --- diff --git a/ld/ChangeLog.mpw b/ld/ChangeLog.mpw index 98f1e626cbb..9c93ee4c455 100644 --- a/ld/ChangeLog.mpw +++ b/ld/ChangeLog.mpw @@ -26,4 +26,4 @@ Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com) * ldfile.c (slash): If MPW, set to `:'. * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to prevent redefinition errors. - + * mpw-em.c: New file, compressed version of em_mipsidt.c. diff --git a/ld/mpw-config.in b/ld/mpw-config.in index c0a37759c68..20086628ae4 100644 --- a/ld/mpw-config.in +++ b/ld/mpw-config.in @@ -6,6 +6,7 @@ Else If "{target_canonical}" =~ /m68k-coff/ Set emulname m68kcoff Else If "{target_canonical}" =~ /mips-idt-ecoff/ Set emulname mipsidt + forward-include "{srcdir}"mpw-em.c em_mipsidt.c End If Echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-tmp.h @@ -14,4 +15,3 @@ Echo '#define EMULATION_LIST \' >>ldemul-tmp.h Echo " &ld_{emulname}_emulation, \" >>ldemul-tmp.h Echo ' 0' >>ldemul-tmp.h MoveIfChange ldemul-tmp.h ldemul-list.h -