diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 20:16:32 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 20:16:32 +0000 |
commit | 83896c8b2bb69793df0b2fca2d2b0fa75809ebd7 (patch) | |
tree | e4ed9d276a5fcc805cd10f5d977c716c8df92460 | |
parent | 1c883f34fcf1bdd811ad624e07cfd3290b44f75d (diff) | |
download | gdb-83896c8b2bb69793df0b2fca2d2b0fa75809ebd7.zip gdb-83896c8b2bb69793df0b2fca2d2b0fa75809ebd7.tar.gz gdb-83896c8b2bb69793df0b2fca2d2b0fa75809ebd7.tar.bz2 |
* mpw-xconfig.in: Remove ldemul-list.h construction, now in
generic config.
-rw-r--r-- | ld/ChangeLog.gm | 5 | ||||
-rw-r--r-- | ld/mpw-xconfig.in | 14 |
2 files changed, 7 insertions, 12 deletions
diff --git a/ld/ChangeLog.gm b/ld/ChangeLog.gm index 149b284..16f9725 100644 --- a/ld/ChangeLog.gm +++ b/ld/ChangeLog.gm @@ -1,3 +1,8 @@ +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. diff --git a/ld/mpw-xconfig.in b/ld/mpw-xconfig.in index 0ae73ca..5e2e5a5 100644 --- a/ld/mpw-xconfig.in +++ b/ld/mpw-xconfig.in @@ -1,16 +1,6 @@ # Extra configuration fragment for LD. -If "{target_canonical}" =~ /mips-idt-ecoff/ - echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-list.h - echo 'extern ld_emulation_xfer_type ld_mipsidt_emulation;' >>ldemul-list.h - echo '#define EMULATION_LIST \' >>ldemul-list.h - echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h - echo ' 0' >>ldemul-list.h - +Else If "{target_canonical}" =~ /mips-idt-ecoff/ forward-include "{srcdir}"mpw-em.c em_mipsidt.c - - # Set the name of the default emulation - this will get pasted into - # the Makefile. - - Set emulname mipsidt End If + |