public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: jkratoch@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  jankratochvil/man: Merge branch 'gcore1-2-opt' into jankratochvil/man
Date: Wed, 10 Apr 2013 19:46:00 -0000	[thread overview]
Message-ID: <20130410194617.24179.qmail@sourceware.org> (raw)

The branch, jankratochvil/man has been updated
       via  dcd4db3e4d376451ca688e0b6474a6bdbe1af528 (commit)
       via  d656e12d35d51965360a4b5824bb8f946bddb2bc (commit)
      from  0161d2c34874506a62b17bd87f014fd5593f65b8 (commit)

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

- Log -----------------------------------------------------------------
commit dcd4db3e4d376451ca688e0b6474a6bdbe1af528
Merge: 0161d2c d656e12
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Apr 10 21:46:04 2013 +0200

    Merge branch 'gcore1-2-opt' into jankratochvil/man

commit d656e12d35d51965360a4b5824bb8f946bddb2bc
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Apr 10 21:22:03 2013 +0200

    .

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

Summary of changes:
 gdb/configure     |    8 +++-----
 gdb/configure.ac  |    8 +++-----
 gdb/configure.tgt |   11 +++++++++++
 3 files changed, 17 insertions(+), 10 deletions(-)

First 500 lines of diff:
diff --git a/gdb/configure b/gdb/configure
index a19384e..f9d9a17 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -5123,11 +5123,9 @@ fi
     fi
 
     # Check whether this target is native and supports gcore.
-    # Such target has to call set_gdbarch_find_memory_regions.
-    if test $gdb_native = yes -a "$targ_alias" = "$target_alias"; then
-        case " ${gdb_target_obs} " in
-        *" linux-tdep.o "*) HAVE_NATIVE_GCORE_TARGET=1 ;;
-        esac
+    if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
+       && $gdb_have_gcore; then
+      HAVE_NATIVE_GCORE_TARGET=1
     fi
   fi
 done
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 7156a36..ce6fa7a 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -239,11 +239,9 @@ do
     fi
 
     # Check whether this target is native and supports gcore.
-    # Such target has to call set_gdbarch_find_memory_regions.
-    if test $gdb_native = yes -a "$targ_alias" = "$target_alias"; then
-        case " ${gdb_target_obs} " in
-        *" linux-tdep.o "*) HAVE_NATIVE_GCORE_TARGET=1 ;;
-        esac
+    if test $gdb_native = yes -a "$targ_alias" = "$target_alias" \
+       && $gdb_have_gcore; then
+      HAVE_NATIVE_GCORE_TARGET=1
     fi
   fi
 done
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index c6357d2..abbd8cd 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -703,3 +703,14 @@ m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
 *-*-symbianelf*)
 		gdb_osabi=GDB_OSABI_SYMBIAN ;;
 esac
+
+# Check whether this target supports gcore if used as a native one.
+# Such target has to call set_gdbarch_find_memory_regions.
+case " ${gdb_target_obs} " in
+  *" linux-tdep.o "*)
+    gdb_have_gcore=true
+    ;;
+  *)
+    gdb_have_gcore=false
+    ;;
+esac


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


                 reply	other threads:[~2013-04-10 19:46 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=20130410194617.24179.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).