diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-09 18:59:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-09 18:59:30 +0000 |
commit | f5d89879800f741825db7ccb0cb10b1b545e89c0 (patch) | |
tree | 6802fe4f8abebadcf6c28a853255625213e2d0f9 /ld | |
parent | ab57b17418b4b7fa56069fa320e1455ff5dea081 (diff) | |
download | gdb-f5d89879800f741825db7ccb0cb10b1b545e89c0.zip gdb-f5d89879800f741825db7ccb0cb10b1b545e89c0.tar.gz gdb-f5d89879800f741825db7ccb0cb10b1b545e89c0.tar.bz2 |
Brought in from p3. If anybody knows good numbers for m68k COFF,
please let me know, or plug them in yourself.
Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
added m68k-coff emulation mode, stolen from a29k emulation.
Almost certainly wrong, but perhaps better than sun3.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/m68k-coff.mt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index f994a6c..fa5d3d9 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -41,6 +41,7 @@ hp300bsd.mt i386-aout.mt i386v.mt ieee-h8300.mt +m68k-coff.mt m68k.mt m68kv.mt m88k-bcs.mt diff --git a/ld/config/m68k-coff.mt b/ld/config/m68k-coff.mt new file mode 100644 index 0000000..98e4de7 --- /dev/null +++ b/ld/config/m68k-coff.mt @@ -0,0 +1 @@ +EMUL=m68kcoff |