Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [Patch] Exit gdb/configure.tgt for unsupported targets
@ 2010-02-24 10:56 Ralf Corsepius
  2010-02-24 16:51 ` Tom Tromey
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Corsepius @ 2010-02-24 10:56 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 142 bytes --]

Hi,

The patch below (against 7.0.90) is meant to address the issues I 
reported in
http://sourceware.org/ml/gdb/2010-02/msg00140.html

Ralf


[-- Attachment #2: gdb-7.0.90-gdb-configure.tgt.diff --]
[-- Type: text/plain, Size: 530 bytes --]

2010-02-23	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.tgt: Exit if ${gdb_target_obs}" is not set.

diff -Naur gdb-7.0.90.orig/gdb/configure.tgt gdb-7.0.90/gdb/configure.tgt
--- gdb-7.0.90.orig/gdb/configure.tgt	2010-01-19 11:22:42.000000000 +0100
+++ gdb-7.0.90/gdb/configure.tgt	2010-02-23 05:43:01.000000000 +0100
@@ -611,6 +611,11 @@
 
 esac
 
+if test -z "${gdb_target_obs}"; then
+    echo "*** Configuration ${targ} is unsupported." >&2
+    exit 1
+fi
+
 # map target onto default OS ABI
 
 case "${targ}" in

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-03-15 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-24 10:56 [Patch] Exit gdb/configure.tgt for unsupported targets Ralf Corsepius
2010-02-24 16:51 ` Tom Tromey
2010-02-24 17:00   ` Ralf Corsepius
2010-02-25  5:40     ` Ralf Corsepius
2010-02-25 17:46       ` Tom Tromey
2010-03-11 16:57         ` Ralf Corsepius
2010-03-15 17:10           ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox