From: Ken Raeburn Date: Fri, 6 May 1994 00:39:32 +0000 (+0000) Subject: * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it unique in 8.3. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7182a4df5d97cf9ed42a03f41de050e8f99834d0;p=binutils-gdb.git * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it unique in 8.3. * config/i960coff.mt: New file. Patches from Ralph Campbell: * config/mipsbsd.mh: New file. --- diff --git a/ld/config/cf-h8300h.mt b/ld/config/cf-h8300h.mt new file mode 100644 index 00000000000..7ae0a8328db --- /dev/null +++ b/ld/config/cf-h8300h.mt @@ -0,0 +1,2 @@ +EMUL=h8300h +EMUL=h8300 diff --git a/ld/config/coff-h8300h.mt b/ld/config/coff-h8300h.mt deleted file mode 100644 index 7ae0a8328db..00000000000 --- a/ld/config/coff-h8300h.mt +++ /dev/null @@ -1,2 +0,0 @@ -EMUL=h8300h -EMUL=h8300 diff --git a/ld/config/i960coff.mt b/ld/config/i960coff.mt new file mode 100644 index 00000000000..474bfcf9eee --- /dev/null +++ b/ld/config/i960coff.mt @@ -0,0 +1 @@ +EMUL=gld960coff diff --git a/ld/config/mipsbsd.mh b/ld/config/mipsbsd.mh new file mode 100644 index 00000000000..bbdebe5236d --- /dev/null +++ b/ld/config/mipsbsd.mh @@ -0,0 +1,2 @@ +# BSD 4.4 uses /usr/lib/crt0.o +HOSTING_CRT0=/usr/lib/crt0.o