From 2b5107381358b7ca21199e8a07ca012eac41dccf Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 13 Sep 1994 00:18:55 +0000 Subject: [PATCH] Remove supposedly (but not really) GM-specific bits --- ld/.Sanitize | 8 +------- ld/ChangeLog.gm | 19 ------------------- ld/mpw-xconfig.in | 6 ------ 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 ld/ChangeLog.gm delete mode 100644 ld/mpw-xconfig.in diff --git a/ld/.Sanitize b/ld/.Sanitize index 7f36d07925a..14c302e49db 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -15,7 +15,7 @@ Do-first: -mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw" +mpw_files="mpw-make.in mpw-config.in mpw-em.c ChangeLog.mpw" if ( echo $* | grep keep\-mpw > /dev/null ) ; then keep_these_too="${mpw_files} ${keep_these_too}" @@ -23,12 +23,6 @@ else lose_these_too="${mpw_files} ${lose_these_too}" fi -if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in mpw-em.c ChangeLog.gm ${keep_these_too}" -else - lose_these_too="mpw-xconfig.in mpw-em.c ChangeLog.gm ${lose_these_too}" -fi - # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize diff --git a/ld/ChangeLog.gm b/ld/ChangeLog.gm deleted file mode 100644 index 16f972565ed..00000000000 --- a/ld/ChangeLog.gm +++ /dev/null @@ -1,19 +0,0 @@ -Tue Jun 28 13:13:33 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-xconfig.in: Remove ldemul-list.h construction, now in - generic config. - -Sun Jun 12 16:56:45 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-xconfig.in: Only do if target is mips-idt-ecoff. - -Mon Feb 28 11:09:48 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-xconfig.in (emulname): Define. - -Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-xconfig.in: New file, mpw x mips configuration fragment. - * mpw-em.c: New file, compressed version of em_mipsidt.c. - - diff --git a/ld/mpw-xconfig.in b/ld/mpw-xconfig.in deleted file mode 100644 index 6f58d566a83..00000000000 --- a/ld/mpw-xconfig.in +++ /dev/null @@ -1,6 +0,0 @@ -# Extra configuration fragment for LD. - -If "{target_canonical}" =~ /mips-idt-ecoff/ - forward-include "{srcdir}"mpw-em.c em_mipsidt.c -End If - -- 2.30.2