aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1993-09-12 23:12:31 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1993-09-12 23:12:31 +0000
commitd71cbf2a83b8bb25b7b610d642c5a6363e442687 (patch)
tree71dd001eda59a70499a309925eec7ecd5e1cc8d5
parent1bff7c388a1c29606f7e0796cef2ecb6b09e8db7 (diff)
downloadgdb-d71cbf2a83b8bb25b7b610d642c5a6363e442687.zip
gdb-d71cbf2a83b8bb25b7b610d642c5a6363e442687.tar.gz
gdb-d71cbf2a83b8bb25b7b610d642c5a6363e442687.tar.bz2
Add EMUL=h8300h.
-rw-r--r--ld/config/coff-h8300.mt6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config/coff-h8300.mt b/ld/config/coff-h8300.mt
index ac5b7d3..56b5abf 100644
--- a/ld/config/coff-h8300.mt
+++ b/ld/config/coff-h8300.mt
@@ -1 +1,7 @@
+EMUL=h8300h
EMUL=h8300
+
+# We need to also include h8300h support. Not sure what's the "Right Way."
+
+# This first line of this file is a hack. Somehow we need to get h8300h
+# into EMULATION_OFILES. "EMUL=h8300" *must* be last.