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: .
Date: Wed, 26 Feb 2014 20:35:00 -0000	[thread overview]
Message-ID: <20140226203514.20697.qmail@sourceware.org> (raw)

The branch, jankratochvil/gdbserverbuildid has been updated
       via  70d1332fddaf6a882bb29f71ca06c11c20c0142c (commit)
       via  a1f999ef391d081f054a00a4438fc63a5dca9c81 (commit)
       via  c734bd191dc35caab1d1144cbb644b0ae809df21 (commit)
       via  616244b999da49648cc518d936488423733b6004 (commit)
       via  bd759813d02a070aab582ac8eb058de8d71158f9 (commit)
       via  40ea991f614e4c0dafba727b3e977bf59c8023f7 (commit)
       via  82a64af8aa803baca0e55c344738fdca619c775d (commit)
      from  3ef6f2a3a73f9829472d433a4caf59395860a998 (commit)

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

- Log -----------------------------------------------------------------
commit 70d1332fddaf6a882bb29f71ca06c11c20c0142c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:34:10 2014 +0100

    .

commit a1f999ef391d081f054a00a4438fc63a5dca9c81
Merge: 3ef6f2a c734bd1
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:33:01 2014 +0100

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

commit c734bd191dc35caab1d1144cbb644b0ae809df21
Merge: 9fde43f 616244b
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:33:00 2014 +0100

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

commit 616244b999da49648cc518d936488423733b6004
Merge: 147a9e1 bd75981
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:33:00 2014 +0100

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

commit bd759813d02a070aab582ac8eb058de8d71158f9
Merge: 8731b7c 40ea991
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:32:56 2014 +0100

    Merge branch 'common-mergehex-empty-moveprep' into common-mergehex-empty-moveprep-move
    
    Conflicts:
    	gdb/common/common-target.c
    	gdb/common/common-target.h

commit 40ea991f614e4c0dafba727b3e977bf59c8023f7
Merge: b3f6cef 82a64af
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:31:48 2014 +0100

    Merge branch 'common-mergehex-empty' into common-mergehex-empty-moveprep

commit 82a64af8aa803baca0e55c344738fdca619c775d
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Feb 26 21:31:41 2014 +0100

    .

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

Summary of changes:
 gdb/common/common-target.c                     |    2 +-
 gdb/common/common-target.h                     |    2 +-
 gdb/common/linux-maps.c                        |    2 +-
 gdb/common/linux-maps.h                        |    2 +-
 gdb/testsuite/gdb.base/solib-mismatch-lib.c    |    2 +-
 gdb/testsuite/gdb.base/solib-mismatch-libmod.c |    2 +-
 gdb/testsuite/gdb.base/solib-mismatch.c        |    2 +-
 gdb/testsuite/gdb.base/solib-mismatch.exp      |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

First 500 lines of diff:
diff --git a/gdb/common/common-target.c b/gdb/common/common-target.c
index 4bd2731..d6e5d60 100644
--- a/gdb/common/common-target.c
+++ b/gdb/common/common-target.c
@@ -1,6 +1,6 @@
 /* Utility target functions for GDB, and GDBserver.
 
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
diff --git a/gdb/common/common-target.h b/gdb/common/common-target.h
index b252c00..9aedc12 100644
--- a/gdb/common/common-target.h
+++ b/gdb/common/common-target.h
@@ -1,6 +1,6 @@
 /* Utility target functions for GDB, and GDBserver.
 
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
diff --git a/gdb/common/linux-maps.c b/gdb/common/linux-maps.c
index 6432b8f..bb587df 100644
--- a/gdb/common/linux-maps.c
+++ b/gdb/common/linux-maps.c
@@ -1,5 +1,5 @@
 /* Linux-specific memory maps manipulation routines.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
diff --git a/gdb/common/linux-maps.h b/gdb/common/linux-maps.h
index e989376..03b14d3 100644
--- a/gdb/common/linux-maps.h
+++ b/gdb/common/linux-maps.h
@@ -1,5 +1,5 @@
 /* Linux-specific memory maps manipulation routines.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
diff --git a/gdb/testsuite/gdb.base/solib-mismatch-lib.c b/gdb/testsuite/gdb.base/solib-mismatch-lib.c
index 19f1545..65b26af 100644
--- a/gdb/testsuite/gdb.base/solib-mismatch-lib.c
+++ b/gdb/testsuite/gdb.base/solib-mismatch-lib.c
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2013 Free Software Foundation, Inc.
+   Copyright 2014 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/gdb/testsuite/gdb.base/solib-mismatch-libmod.c b/gdb/testsuite/gdb.base/solib-mismatch-libmod.c
index 3b025a8..fc8827e 100644
--- a/gdb/testsuite/gdb.base/solib-mismatch-libmod.c
+++ b/gdb/testsuite/gdb.base/solib-mismatch-libmod.c
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2013 Free Software Foundation, Inc.
+   Copyright 2014 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/gdb/testsuite/gdb.base/solib-mismatch.c b/gdb/testsuite/gdb.base/solib-mismatch.c
index 7a5d960..7bf425d 100644
--- a/gdb/testsuite/gdb.base/solib-mismatch.c
+++ b/gdb/testsuite/gdb.base/solib-mismatch.c
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2013 Free Software Foundation, Inc.
+   Copyright 2014 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/gdb/testsuite/gdb.base/solib-mismatch.exp b/gdb/testsuite/gdb.base/solib-mismatch.exp
index 348c620..77906c4 100644
--- a/gdb/testsuite/gdb.base/solib-mismatch.exp
+++ b/gdb/testsuite/gdb.base/solib-mismatch.exp
@@ -1,4 +1,4 @@
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2014 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


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


             reply	other threads:[~2014-02-26 20:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 20:35 jkratoch [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-27 21:31 jkratoch
2014-02-26 20:07 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=20140226203514.20697.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).