From d7096b9269e0a5499f20193b40fedab3ca9ddcc6 Mon Sep 17 00:00:00 2001 From: Bill Cox Date: Thu, 19 May 1994 00:06:29 +0000 Subject: [PATCH] * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff, config/mt-slite, config/mt-unix, config/mt-vxworks: Add Rob's new testing fragments. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/config/mt-lynx | 1 + gdb/testsuite/config/mt-m68k | 1 + gdb/testsuite/config/mt-mips-ecoff | 1 + gdb/testsuite/config/mt-slite | 1 + gdb/testsuite/config/mt-unix | 1 + gdb/testsuite/config/mt-vxworks | 1 + 7 files changed, 12 insertions(+) create mode 100644 gdb/testsuite/config/mt-lynx create mode 100644 gdb/testsuite/config/mt-m68k create mode 100644 gdb/testsuite/config/mt-mips-ecoff create mode 100644 gdb/testsuite/config/mt-slite create mode 100644 gdb/testsuite/config/mt-unix create mode 100644 gdb/testsuite/config/mt-vxworks diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index efc64e7dfea..4012397cb94 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com) + + * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff, + config/mt-slite, config/mt-unix, config/mt-vxworks: Add + Rob's new testing fragments. + Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com) * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp, diff --git a/gdb/testsuite/config/mt-lynx b/gdb/testsuite/config/mt-lynx new file mode 100644 index 00000000000..f88f2085c27 --- /dev/null +++ b/gdb/testsuite/config/mt-lynx @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = diff --git a/gdb/testsuite/config/mt-m68k b/gdb/testsuite/config/mt-m68k new file mode 100644 index 00000000000..493d702da31 --- /dev/null +++ b/gdb/testsuite/config/mt-m68k @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -Tidp.ld -nostartfiles diff --git a/gdb/testsuite/config/mt-mips-ecoff b/gdb/testsuite/config/mt-mips-ecoff new file mode 100644 index 00000000000..2a626264901 --- /dev/null +++ b/gdb/testsuite/config/mt-mips-ecoff @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -nostartfiles /s1/cygnus/dejagnu/mips-idt-ecoff/crt0.o /s1/cygnus/dejagnu/mips-idt-ecoff/libc.a -g diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite new file mode 100644 index 00000000000..2cae3ec01a1 --- /dev/null +++ b/gdb/testsuite/config/mt-slite @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -Tex93x.ld -nostartfiles -N diff --git a/gdb/testsuite/config/mt-unix b/gdb/testsuite/config/mt-unix new file mode 100644 index 00000000000..d6e2c786f84 --- /dev/null +++ b/gdb/testsuite/config/mt-unix @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -g diff --git a/gdb/testsuite/config/mt-vxworks b/gdb/testsuite/config/mt-vxworks new file mode 100644 index 00000000000..23bb8bcd287 --- /dev/null +++ b/gdb/testsuite/config/mt-vxworks @@ -0,0 +1 @@ +CFLAGS_FOR_TARGET = -r -- 2.30.2