public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: jkratoch@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  jankratochvil/gdbserverbuildid: Merge branch 'common-mergehex-empty-moveprep-move-attrgen-validate' into common-mergehex-empty-moveprep-move-attrgen-validate-tests
Date: Wed, 26 Feb 2014 21:39:00 -0000	[thread overview]
Message-ID: <20140226213907.4805.qmail@sourceware.org> (raw)

The branch, jankratochvil/gdbserverbuildid has been updated
       via  8953a9a98a975ea23b068978d1ee372c2edf44c2 (commit)
       via  47d8e322b49bbd7c7e5c086719d7d064863cffeb (commit)
       via  e73781007d8946baaa0fad80c4b63e02d6f2c214 (commit)
       via  d3ec4337e514d7408dc18b37e276307de4246c9b (commit)
       via  1af6ede046bd329255da3404abbbde020cdaad16 (commit)
       via  4286cd70ac36638260aa2b5286239fb2d9abf1d2 (commit)
      from  de59d31f0e7d694bf74a5bd539ae28a70c87daf1 (commit)

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

- Log -----------------------------------------------------------------
commit 8953a9a98a975ea23b068978d1ee372c2edf44c2
Merge: d3ec433 47d8e32
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 22:38:24 2014 +0100

    Merge branch 'common-mergehex-empty-moveprep-move-attrgen-validate' into common-mergehex-empty-moveprep-move-attrgen-validate-tests

commit 47d8e322b49bbd7c7e5c086719d7d064863cffeb
Merge: 1af6ede e737810
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 22:38:23 2014 +0100

    Merge branch 'common-mergehex-empty-moveprep-move-attrgen' into common-mergehex-empty-moveprep-move-attrgen-validate

commit e73781007d8946baaa0fad80c4b63e02d6f2c214
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 22:38:19 2014 +0100

    .

commit d3ec4337e514d7408dc18b37e276307de4246c9b
Merge: de59d31 1af6ede
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 22:33:12 2014 +0100

    Merge branch 'common-mergehex-empty-moveprep-move-attrgen-validate' into common-mergehex-empty-moveprep-move-attrgen-validate-tests

commit 1af6ede046bd329255da3404abbbde020cdaad16
Merge: 114d249 4286cd7
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 22:33:12 2014 +0100

    Merge branch 'common-mergehex-empty-moveprep-move-attrgen' into common-mergehex-empty-moveprep-move-attrgen-validate

commit 4286cd70ac36638260aa2b5286239fb2d9abf1d2
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 22:33:02 2014 +0100

    .

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

Summary of changes:
 gdb/gdbserver/linux-low.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c
index a9829dc..a282313 100644
--- a/gdb/gdbserver/linux-low.c
+++ b/gdb/gdbserver/linux-low.c
@@ -5349,8 +5349,8 @@ get_phdr_phnum_from_proc_auxv (const int pid, const int is_elf64,
 
   if (*phdr_memaddr == 0 || *num_phdr == 0)
     {
-      warning (_("Unexpected missing AT_PHDR and/or AT_PHNUM: "
-		 "phdr_memaddr = %ld, phdr_num = %d"),
+      warning ("Unexpected missing AT_PHDR and/or AT_PHNUM: "
+	       "phdr_memaddr = %ld, phdr_num = %d",
 	       (long) *phdr_memaddr, *num_phdr);
       return 2;
     }
@@ -5898,7 +5898,7 @@ linux_qxfer_libraries_svr4 (const char *annex, unsigned char *readbuf,
   VEC_reserve (mapping_entry_s, data.list, 16);
   if (linux_find_memory_regions_full (pid, find_memory_region_callback, &data,
       NULL) < 0)
-    warning ("Finding memory regions failed");
+    warning (_("Finding memory regions failed"));
 
   while (annex[0] != '\0')
     {


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


             reply	other threads:[~2014-02-26 21:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 21:39 jkratoch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-27 20:19 jkratoch
2014-02-27 17:52 jkratoch
2014-02-26 21:19 jkratoch
2014-02-26 20:13 jkratoch
2014-02-26 19:52 jkratoch
2014-02-26 19:50 jkratoch

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=20140226213907.4805.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).