aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-24 19:37:32 +0000
committerNick Clifton <nickc@redhat.com>2000-02-24 19:37:32 +0000
commit8a0e0f38af77d6c38cdf9a257b55b4a06ce09124 (patch)
tree4d3e81f2c3fc49ccd4f3ce7013d6cc55c04459d0 /binutils/dlltool.c
parent344a211f9995c36b116eb81c6d5a9d1839ba54b7 (diff)
downloadgdb-8a0e0f38af77d6c38cdf9a257b55b4a06ce09124.zip
gdb-8a0e0f38af77d6c38cdf9a257b55b4a06ce09124.tar.gz
gdb-8a0e0f38af77d6c38cdf9a257b55b4a06ce09124.tar.bz2
Add support for WinCE targeted toolchains.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r--binutils/dlltool.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c
index ae2b568..4189b5e 100644
--- a/binutils/dlltool.c
+++ b/binutils/dlltool.c
@@ -394,6 +394,14 @@ static const char *mname = "i386";
static const char *mname = "ppc";
#endif
+#ifdef DLLTOOL_SH
+static const char *mname = "sh";
+#endif
+
+#ifdef DLLTOOL_MIPS
+static const char *mname = "mips";
+#endif
+
#ifdef DLLTOOL_MCORE
static const char * mname = "mcore-le";
#endif