diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-26 04:18:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-26 04:18:25 +0000 |
commit | 9218920aba121ddabbbf3af7673900a5ae407282 (patch) | |
tree | f4001a3642cadbf8cd21d628a2027a8fa9908cf7 /ld/mpw-xconfig.in | |
parent | b5b2c886499ed688cf7a87faad7088ade34958ef (diff) | |
download | gdb-9218920aba121ddabbbf3af7673900a5ae407282.zip gdb-9218920aba121ddabbbf3af7673900a5ae407282.tar.gz gdb-9218920aba121ddabbbf3af7673900a5ae407282.tar.bz2 |
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.
Diffstat (limited to 'ld/mpw-xconfig.in')
-rw-r--r-- | ld/mpw-xconfig.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/mpw-xconfig.in b/ld/mpw-xconfig.in new file mode 100644 index 0000000..2505db0 --- /dev/null +++ b/ld/mpw-xconfig.in @@ -0,0 +1,9 @@ +# Extra configuration fragment for LD. + +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 + +forward-include "{srcdir}"mpw-em.c em_mipsidt.c |