From e1313d24bc39a7854b88274d2a6700085d2723a4 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 2 Sep 1992 08:04:32 +0000 Subject: [PATCH] * config/m68k-un.mt, config/m68k-noun.mt, config/sparc-un.mt, config/sparc-noun.mt: New target configs for embedded. * config/sun4os3.{mh,mt}: Remove, never existed in production. --- gdb/config/m68k-noun.mt | 4 ++++ gdb/config/m68k-un.mt | 4 ++++ gdb/config/sparc-noun.mt | 4 ++++ gdb/config/sparc-un.mt | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 gdb/config/m68k-noun.mt create mode 100644 gdb/config/m68k-un.mt create mode 100644 gdb/config/sparc-noun.mt create mode 100644 gdb/config/sparc-un.mt diff --git a/gdb/config/m68k-noun.mt b/gdb/config/m68k-noun.mt new file mode 100644 index 0000000..201c576 --- /dev/null +++ b/gdb/config/m68k-noun.mt @@ -0,0 +1,4 @@ +# Target: Motorola 68xxx, in a file format that uses no leading underlines. +# (such as COFF or ELF) +TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o +TM_FILE= tm-68k-noun.h diff --git a/gdb/config/m68k-un.mt b/gdb/config/m68k-un.mt new file mode 100644 index 0000000..95ded7a --- /dev/null +++ b/gdb/config/m68k-un.mt @@ -0,0 +1,4 @@ +# Target: Motorola 68xxx, in a file format that uses leading underlines. +# (such as a.out) +TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o +TM_FILE= tm-68k-un.h diff --git a/gdb/config/sparc-noun.mt b/gdb/config/sparc-noun.mt new file mode 100644 index 0000000..7e290b4 --- /dev/null +++ b/gdb/config/sparc-noun.mt @@ -0,0 +1,4 @@ +# Target: SPARC using an object file format with no leading underbars +# (like elf) +TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o +TM_FILE= tm-spc-noun.h diff --git a/gdb/config/sparc-un.mt b/gdb/config/sparc-un.mt new file mode 100644 index 0000000..8bf3d93 --- /dev/null +++ b/gdb/config/sparc-un.mt @@ -0,0 +1,4 @@ +# Target: SPARC using an object file format with leading underbars +# (like a.out) +TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o +TM_FILE= tm-spc-un.h -- 2.7.4