From: Kevin Buettner <kevinb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] lib/gdb.exp: -o doesn't work with -E on Irix
Date: Mon, 29 Jul 2002 16:40:00 -0000 [thread overview]
Message-ID: <1020729233643.ZM12262@localhost.localdomain> (raw)
Another change so that we can test gdb against the Irix compiler. I think
this one is reasonably obvious (and safe), so I've checked it in.
* lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
source files. The ``-o'' option doesn't work with the ``-E'' option
when using the Irix compiler.
Index: testsuite/lib/gdb.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v
retrieving revision 1.20
diff -u -p -r1.20 gdb.exp
--- testsuite/lib/gdb.exp 11 Jun 2002 20:37:05 -0000 1.20
+++ testsuite/lib/gdb.exp 29 Jul 2002 23:28:45 -0000
@@ -959,7 +959,7 @@ proc get_compiler_info {binfile args} {
global signed_keyword_not_used
global gcc_compiled
- if {![istarget "hppa*-*-hpux*"]} {
+ if {![istarget "hppa*-*-hpux*"] && ![istarget "mips*-*-irix*"]} {
if { [llength $args] > 0 } {
if {$args == "c++"} {
if { [gdb_compile "${srcdir}/lib/compiler.cc" "${binfile}.ci" preprocess {}] != "" } {
reply other threads:[~2002-07-29 23:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1020729233643.ZM12262@localhost.localdomain \
--to=kevinb@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox