From 84aa54e2b488cf4011a1e293025ad51ce821ac41 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 3 Jun 1993 00:57:17 +0000 Subject: [PATCH] Add these from DejaGnu so the testsuites compile for targets again. --- gdb/testsuite/config/mt-a29k-udi | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-frwcom-aout | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-i386-aout | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-i960-nindy | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-i960-vx | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-m68k-abug-aout | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-m68k-abug-coff | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-m68k-aout | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-m68k-coff | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-m68k-vx | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-mips | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-sparc-aout | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-sparc-vx | 57 ++++++++++++++++++++++++++ gdb/testsuite/config/mt-sparclite | 57 ++++++++++++++++++++++++++ 14 files changed, 798 insertions(+) create mode 100644 gdb/testsuite/config/mt-a29k-udi create mode 100644 gdb/testsuite/config/mt-frwcom-aout create mode 100644 gdb/testsuite/config/mt-i386-aout create mode 100644 gdb/testsuite/config/mt-i960-nindy create mode 100644 gdb/testsuite/config/mt-i960-vx create mode 100644 gdb/testsuite/config/mt-m68k-abug-aout create mode 100644 gdb/testsuite/config/mt-m68k-abug-coff create mode 100644 gdb/testsuite/config/mt-m68k-aout create mode 100644 gdb/testsuite/config/mt-m68k-coff create mode 100644 gdb/testsuite/config/mt-m68k-vx create mode 100644 gdb/testsuite/config/mt-mips create mode 100644 gdb/testsuite/config/mt-sparc-aout create mode 100644 gdb/testsuite/config/mt-sparc-vx create mode 100644 gdb/testsuite/config/mt-sparclite diff --git a/gdb/testsuite/config/mt-a29k-udi b/gdb/testsuite/config/mt-a29k-udi new file mode 100644 index 00000000000..ac0743ee9b3 --- /dev/null +++ b/gdb/testsuite/config/mt-a29k-udi @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = a29k-amd-udi-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = a29k-amd-udi-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = a29k-amd-udi-ranlib +RANLIBFLAGS = + +NM = a29k-amd-udi-nm +NMFLAGS = + +SIZE = a29k-amd-udi-size +SIZEFLAGS = + +STRIP = a29k-amd-udi-strip +STRIPFLAGS = + +OBJDUMP = a29k-amd-udi-objdump +OBJDUMPFLAGS = + +DEMANGLE = a29k-amd-udi-demangle +DEMANGLEFLAGS = + +COPY = a29k-amd-udi-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = a29k-amd-udi-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = a29k-amd-udi-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-frwcom-aout b/gdb/testsuite/config/mt-frwcom-aout new file mode 100644 index 00000000000..55799cfca34 --- /dev/null +++ b/gdb/testsuite/config/mt-frwcom-aout @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = sparclitefrwcompat-aout-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = sparclitefrwcompat-aout-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = sparclitefrwcompat-aout-ranlib +RANLIBFLAGS = + +NM = sparclitefrwcompat-aout-nm +NMFLAGS = + +SIZE = sparclitefrwcompat-aout-size +SIZEFLAGS = + +STRIP = sparclitefrwcompat-aout-strip +STRIPFLAGS = + +OBJDUMP = sparclitefrwcompat-aout-objdump +OBJDUMPFLAGS = + +DEMANGLE = sparclitefrwcompat-aout-demangle +DEMANGLEFLAGS = + +COPY = sparclitefrwcompat-aout-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = sparclitefrwcompat-aout-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = sparclitefrwcompat-aout-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-i386-aout b/gdb/testsuite/config/mt-i386-aout new file mode 100644 index 00000000000..3056806d509 --- /dev/null +++ b/gdb/testsuite/config/mt-i386-aout @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = i386-aout-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = i386-aout-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = i386-aout-ranlib +RANLIBFLAGS = + +NM = i386-aout-nm +NMFLAGS = + +SIZE = i386-aout-size +SIZEFLAGS = + +STRIP = i386-aout-strip +STRIPFLAGS = + +OBJDUMP = i386-aout-objdump +OBJDUMPFLAGS = + +DEMANGLE = i386-aout-demangle +DEMANGLEFLAGS = + +COPY = i386-aout-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = i386-aout-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = i386-aout-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-i960-nindy b/gdb/testsuite/config/mt-i960-nindy new file mode 100644 index 00000000000..5effbe8b3f0 --- /dev/null +++ b/gdb/testsuite/config/mt-i960-nindy @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = i960-intel-nindy-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = i960-intel-nindy-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = i960-intel-nindy-ranlib +RANLIBFLAGS = + +NM = i960-intel-nindy-nm +NMFLAGS = + +SIZE = i960-intel-nindy-size +SIZEFLAGS = + +STRIP = i960-intel-nindy-strip +STRIPFLAGS = + +OBJDUMP = i960-intel-nindy-objdump +OBJDUMPFLAGS = + +DEMANGLE = i960-intel-nindy-demangle +DEMANGLEFLAGS = + +COPY = i960-intel-nindy-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = i960-intel-nindy-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = i960-intel-nindy-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-i960-vx b/gdb/testsuite/config/mt-i960-vx new file mode 100644 index 00000000000..d7805159eb4 --- /dev/null +++ b/gdb/testsuite/config/mt-i960-vx @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = i960-vxworks-gcc +CFLAGS = -mca -g -r -I/home/vx960/5.0.3/h -D${target_os} -DCPU_FAMILY=I960 #-nostdlib +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = i960-vxworks-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = -lgcc + +# binutils + +RANLIB = i960-vxworks-ranlib +RANLIBFLAGS = + +NM = i960-vxworks-nm +NMFLAGS = + +SIZE = i960-vxworks-size +SIZEFLAGS = + +STRIP = i960-vxworks-strip +STRIPFLAGS = + +OBJDUMP = i960-vxworks-objdump +OBJDUMPFLAGS = + +DEMANGLE = i960-vxworks-demangle +DEMANGLEFLAGS = + +COPY = i960-vxworks-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = i960-vxworks-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = i960-vxworks-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-m68k-abug-aout b/gdb/testsuite/config/mt-m68k-abug-aout new file mode 100644 index 00000000000..2a58480c235 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k-abug-aout @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = m68k-aout-gcc +CFLAGS = -g -D${target_os} -u read +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = m68k-aout-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = -T${srcdir}/config/m68k.gld +LIBS = -lstub + +# binutils + +RANLIB = m68k-aout-ranlib +RANLIBFLAGS = + +NM = m68k-aout-nm +NMFLAGS = + +SIZE = m68k-aout-size +SIZEFLAGS = + +STRIP = m68k-aout-strip +STRIPFLAGS = + +OBJDUMP = m68k-aout-objdump +OBJDUMPFLAGS = + +DEMANGLE = m68k-aout-demangle +DEMANGLEFLAGS = + +COPY = m68k-aout-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = m68k-aout-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = m68k-aout-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-m68k-abug-coff b/gdb/testsuite/config/mt-m68k-abug-coff new file mode 100644 index 00000000000..18772965b78 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k-abug-coff @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = m68k-coff-gcc +CFLAGS = -g -D${target_os} -u read +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = m68k-coff-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = -T${srcdir}/config/m68k.gld +LIBS = -lstub + +# binutils + +RANLIB = m68k-coff-ranlib +RANLIBFLAGS = + +NM = m68k-coff-nm +NMFLAGS = + +SIZE = m68k-coff-size +SIZEFLAGS = + +STRIP = m68k-coff-strip +STRIPFLAGS = + +OBJDUMP = m68k-coff-objdump +OBJDUMPFLAGS = + +DEMANGLE = m68k-coff-demangle +DEMANGLEFLAGS = + +COPY = m68k-coff-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = m68k-coff-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = m68k-coff-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-m68k-aout b/gdb/testsuite/config/mt-m68k-aout new file mode 100644 index 00000000000..62d1d934e72 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k-aout @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = m68k-aout-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = m68k-aout-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = m68k-aout-ranlib +RANLIBFLAGS = + +NM = m68k-aout-nm +NMFLAGS = + +SIZE = m68k-aout-size +SIZEFLAGS = + +STRIP = m68k-aout-strip +STRIPFLAGS = + +OBJDUMP = m68k-aout-objdump +OBJDUMPFLAGS = + +DEMANGLE = m68k-aout-demangle +DEMANGLEFLAGS = + +COPY = m68k-aout-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = m68k-aout-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = m68k-aout-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-m68k-coff b/gdb/testsuite/config/mt-m68k-coff new file mode 100644 index 00000000000..60aa6e3ebc4 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k-coff @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = m68k-coff-gcc +CFLAGS = -g -D${target_os} -T +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = m68k-coff-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = -lgcc -lc -lg -lmvme135 +LIBS = + +# binutils + +RANLIB = m68k-coff-ranlib +RANLIBFLAGS = + +NM = m68k-coff-nm +NMFLAGS = + +SIZE = m68k-coff-size +SIZEFLAGS = + +STRIP = m68k-coff-strip +STRIPFLAGS = + +OBJDUMP = m68k-coff-objdump +OBJDUMPFLAGS = + +DEMANGLE = m68k-coff-demangle +DEMANGLEFLAGS = + +COPY = m68k-coff-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = m68k-coff-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = m68k-coff-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-m68k-vx b/gdb/testsuite/config/mt-m68k-vx new file mode 100644 index 00000000000..db3b2845aa0 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k-vx @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = m68k-vxworks-gcc +CFLAGS = -g -r -D${target_os} -I/cygint/limbo/unsupported/packages/vxworks/vx68/5.0.3/h +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = m68k-vxworks-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = -lgcc + +# binutils + +RANLIB = m68k-vxworks-ranlib +RANLIBFLAGS = + +NM = m68k-vxworks-nm +NMFLAGS = + +SIZE = m68k-vxworks-size +SIZEFLAGS = + +STRIP = m68k-vxworks-strip +STRIPFLAGS = + +OBJDUMP = m68k-vxworks-objdump +OBJDUMPFLAGS = + +DEMANGLE = m68k-vxworks-demangle +DEMANGLEFLAGS = + +COPY = m68k-vxworks-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = m68k-vxworks-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = m68k-vxworks-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-mips b/gdb/testsuite/config/mt-mips new file mode 100644 index 00000000000..70ebdac9e5b --- /dev/null +++ b/gdb/testsuite/config/mt-mips @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = mips-idt-ecoff-gcc +CFLAGS = -g +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = mips-idt-ecoff-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = mips-idt-ecoff-ranlib +RANLIBFLAGS = + +NM = mips-idt-ecoff-nm +NMFLAGS = + +SIZE = mips-idt-ecoff-size +SIZEFLAGS = + +STRIP = mips-idt-ecoff-strip +STRIPFLAGS = + +OBJDUMP = mips-idt-ecoff-objdump +OBJDUMPFLAGS = + +DEMANGLE = mips-idt-ecoff-demangle +DEMANGLEFLAGS = + +COPY = mips-idt-ecoff-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = mips-idt-ecoff-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = mips-idt-ecoff-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-sparc-aout b/gdb/testsuite/config/mt-sparc-aout new file mode 100644 index 00000000000..8819844cb52 --- /dev/null +++ b/gdb/testsuite/config/mt-sparc-aout @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = sparc-aout-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = sparc-aout-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = sparc-aout-ranlib +RANLIBFLAGS = + +NM = sparc-aout-nm +NMFLAGS = + +SIZE = sparc-aout-size +SIZEFLAGS = + +STRIP = sparc-aout-strip +STRIPFLAGS = + +OBJDUMP = sparc-aout-objdump +OBJDUMPFLAGS = + +DEMANGLE = sparc-aout-demangle +DEMANGLEFLAGS = + +COPY = sparc-aout-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = sparc-aout-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = sparc-aout-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-sparc-vx b/gdb/testsuite/config/mt-sparc-vx new file mode 100644 index 00000000000..1fb3c4f9ef5 --- /dev/null +++ b/gdb/testsuite/config/mt-sparc-vx @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = sparc-vxworks-gcc +CFLAGS = -g -r -D${target_os} -I/cygint/limbo/unsupported/packages/vxworks/vx68/5.0.3/h +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = sparc-vxworks-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = -lgcc + +# binutils + +RANLIB = sparc-vxworks-ranlib +RANLIBFLAGS = + +NM = sparc-vxworks-nm +NMFLAGS = + +SIZE = sparc-vxworks-size +SIZEFLAGS = + +STRIP = sparc-vxworks-strip +STRIPFLAGS = + +OBJDUMP = sparc-vxworks-objdump +OBJDUMPFLAGS = + +DEMANGLE = sparc-vxworks-demangle +DEMANGLEFLAGS = + +COPY = sparc-vxworks-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = sparc-vxworks-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = sparc-vxworks-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + diff --git a/gdb/testsuite/config/mt-sparclite b/gdb/testsuite/config/mt-sparclite new file mode 100644 index 00000000000..a42628e2c07 --- /dev/null +++ b/gdb/testsuite/config/mt-sparclite @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = sparclite-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = sparclite-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = sparclite-ranlib +RANLIBFLAGS = + +NM = sparclite-nm +NMFLAGS = + +SIZE = sparclite-size +SIZEFLAGS = + +STRIP = sparclite-strip +STRIPFLAGS = + +COPY = sparclite-copy +COPYFLAGS = + +OBJDUMP = sparclite-objdump +OBJDUMPFLAGS = + +DEMANGLE = sparclite-demangle +DEMANGLEFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = sparclite-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = sparclite-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + -- 2.30.2