public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: jkratoch@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  jankratochvil/fedoragdb77: Merge remote-tracking branch 'archer/jankratochvil/vla' into jankratochvil/fedoragdb77
Date: Thu, 06 Feb 2014 21:32:00 -0000	[thread overview]
Message-ID: <20140206213252.26196.qmail@sourceware.org> (raw)

The branch, jankratochvil/fedoragdb77 has been updated
       via  21c8ac8faa4256f27d4751d8f0d2b218f2d232a8 (commit)
       via  a224c5615c08bac5630a4bb4265a94b0c4aff6f9 (commit)
      from  e5518019d7ddce7cfb8223f70b9a4d80aa113651 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 21c8ac8faa4256f27d4751d8f0d2b218f2d232a8
Merge: e551801 a224c56
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Feb 6 22:32:44 2014 +0100

    Merge remote-tracking branch 'archer/jankratochvil/vla' into jankratochvil/fedoragdb77

-----------------------------------------------------------------------

Summary of changes:
 .../gdb.base/internal-var-field-address.exp        |    2 +-
 .../gdb.dwarf2/dw2-struct-member-data-location.exp |    2 +-
 gdb/testsuite/gdb.dwarf2/dw2-subrange-no-type.exp  |    2 +-
 gdb/testsuite/gdb.fortran/dynamic-other-frame.exp  |    4 ++--
 gdb/testsuite/gdb.mi/mi2-var-stale-type.exp        |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.base/internal-var-field-address.exp b/gdb/testsuite/gdb.base/internal-var-field-address.exp
index 6d82e73..33c9e94 100644
--- a/gdb/testsuite/gdb.base/internal-var-field-address.exp
+++ b/gdb/testsuite/gdb.base/internal-var-field-address.exp
@@ -15,7 +15,7 @@
 
 set test internal-var-field-address
 set binfile ${test}.x
-if  { [gdb_compile "${srcdir}/${subdir}/${test}.c" "${objdir}/${subdir}/${binfile}" object {debug}] != "" } {
+if  { [gdb_compile "${srcdir}/${subdir}/${test}.c" "[standard_output_file ${binfile}]" object {debug}] != "" } {
     untested "Couldn't compile test program"
     return -1
 }
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-struct-member-data-location.exp b/gdb/testsuite/gdb.dwarf2/dw2-struct-member-data-location.exp
index c41151c..bc35209 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-struct-member-data-location.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-struct-member-data-location.exp
@@ -28,7 +28,7 @@ set testfile "dw2-struct-member-data-location"
 set srcfile ${testfile}.S
 set binfile ${testfile}.x
 
-if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objdir}/${subdir}/${binfile}" object {nodebug}] != "" } {
+if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "[standard_output_file ${binfile}]" object {nodebug}] != "" } {
     return -1
 }
 
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-subrange-no-type.exp b/gdb/testsuite/gdb.dwarf2/dw2-subrange-no-type.exp
index a13e346..cec673c 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-subrange-no-type.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-subrange-no-type.exp
@@ -27,7 +27,7 @@ if {![dwarf2_support]} {
 set testfile dw2-subrange-no-type
 set srcfile ${testfile}.S
 set executable ${testfile}.x
-set binfile ${objdir}/${subdir}/${executable}
+set binfile [standard_output_file ${executable}]
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" object {}] != "" } {
     return -1
diff --git a/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp b/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp
index fa41b80..e5a82ee 100644
--- a/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp
+++ b/gdb/testsuite/gdb.fortran/dynamic-other-frame.exp
@@ -17,9 +17,9 @@
 set testfile "dynamic-other-frame"
 set srcfile1 ${testfile}.f90
 set srcfile2 ${testfile}-stub.f90
-set objfile2 ${objdir}/${subdir}/${testfile}-stub.o
+set objfile2 [standard_output_file ${testfile}-stub.o]
 set executable ${testfile}
-set binfile ${objdir}/${subdir}/${executable}
+set binfile [standard_output_file ${executable}]
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${objfile2}" object {f90}] != ""
      || [gdb_compile "${srcdir}/${subdir}/${srcfile1} ${objfile2}" "${binfile}" executable {debug f90}] != "" } {
diff --git a/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp b/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp
index 99b6cc7..88326c0 100644
--- a/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp
+++ b/gdb/testsuite/gdb.mi/mi2-var-stale-type.exp
@@ -23,7 +23,7 @@ if [mi_gdb_start] {
 
 set testfile "mi2-var-stale-type"
 set srcfile ${testfile}.c
-set binfile ${objdir}/${subdir}/${testfile}
+set binfile [standard_output_file ${testfile}]
 if {[build_executable ${testfile}.exp $testfile $srcfile] == -1} {
     return -1
 }


hooks/post-receive
--
Repository for Project Archer.


                 reply	other threads:[~2014-02-06 21:32 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=20140206213252.26196.qmail@sourceware.org \
    --to=jkratoch@sourceware.org \
    --cc=archer-commits@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).