public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] tui-winsource: Allocate for actual lines only
@ 2016-11-10  3:59 sergiodj+buildbot
  2016-11-10  3:59 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
                   ` (15 more replies)
  0 siblings, 16 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  3:59 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 7bc2c8b83ea82b4315c67e7658af815aed062e73 ***

Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Branch: master
Commit: 7bc2c8b83ea82b4315c67e7658af815aed062e73

tui-winsource: Allocate for actual lines only

The logic for allocating a TUI source window's content buffer allocates
two more lines than needed, because it does not reduce the window height
by the highlight box's overhead.  However, it does reduce the line width
accordingly.  This patch makes the height and width calculation
consistent and improves the comment.

gdb/ChangeLog:

	* tui/tui-winsource.c (tui_alloc_source_buffer): Subtract
	highlight box's overhead when calculating the content height.


^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
@ 2016-11-10  3:59 ` sergiodj+buildbot
  2016-11-10  5:14 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  3:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/817>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Ubuntu-AArch64-native-gdbserver-m64/.git/tree/?h=master&id=bf85c78e5215d1d62fd55d2c390d0689be96c7fb>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: server exits
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail;hb=f630c35>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail.table;hb=f630c35>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-x86_64-m32, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
  2016-11-10  3:59 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
@ 2016-11-10  5:14 ` sergiodj+buildbot
  2016-11-10  5:30 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  5:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/4720>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-m32/.git/tree/?h=master&id=8103d42eb294d1d117d5e86553d7506a29ea8306>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-m32/xfails/master/xfail;hb=a884d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-m32/xfails/master/xfail.table;hb=a884d52>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-x86_64-cc-with-index, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
  2016-11-10  3:59 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
  2016-11-10  5:14 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2016-11-10  5:30 ` sergiodj+buildbot
  2016-11-10  8:07 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  5:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/4689>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-cc-with-index/.git/tree/?h=master&id=b044c7075504fd8274b2bdebda74e2e4a9a69ccc>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail;hb=dbb7350>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail.table;hb=dbb7350>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-11-10  8:07 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-10  8:07 ` sergiodj+buildbot
  2016-11-10  8:32 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  8:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/3232>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-11-10  5:30 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2016-11-10  8:07 ` sergiodj+buildbot
  2016-11-10  8:07 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  8:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/3239>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-s390x-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-11-10  8:07 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-10  8:32 ` sergiodj+buildbot
  2016-11-10  9:30 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-m64/builds/3229>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-s390x-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-11-10  8:32 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2016-11-10  9:30 ` sergiodj+buildbot
  2016-11-10  9:59 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  9:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/4101>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-i686-native-extended-gdbserver, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-11-10  9:30 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2016-11-10  9:59 ` sergiodj+buildbot
  2016-11-10 10:01 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  9:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686-native-extended-gdbserver/builds/4436>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-i686-native-extended-gdbserver/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-i686, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-11-10  9:59 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-11-10 10:01 ` sergiodj+buildbot
  2016-11-10 11:50 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686/builds/4453>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-i686/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-x86_64-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2016-11-10 10:01 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-11-10 11:50 ` sergiodj+buildbot
  2016-11-10 11:51 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 11:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-x86_64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-x86_64-m64/builds/4297>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-x86_64-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Debian-x86_64-native-extended-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2016-11-10 11:50 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
@ 2016-11-10 11:51 ` sergiodj+buildbot
  2016-11-18  4:35 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 11:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-x86_64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-x86_64-native-extended-gdbserver-m64/builds/4410>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-x86_64-native-extended-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2016-11-10 11:51 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-18  4:35 ` sergiodj+buildbot
  2016-11-18  6:34 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-gdbserver-m64/builds/4456>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-native-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2016-11-18  4:35 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-18  6:34 ` sergiodj+buildbot
  2016-11-20 15:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18  6:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-extended-gdbserver-m64/builds/4468>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-native-extended-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2016-11-18  6:34 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-20 15:48 ` sergiodj+buildbot
  2016-11-20 17:24 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  2016-11-20 18:09 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4398>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (13 preceding siblings ...)
  2016-11-20 15:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-20 17:24 ` sergiodj+buildbot
  2016-11-20 18:09 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20 17:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-gdbserver-m64/builds/4385>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-m64, branch master
  2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
                   ` (14 preceding siblings ...)
  2016-11-20 17:24 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-20 18:09 ` sergiodj+buildbot
  15 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20 18:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-m64/builds/4393>

Commit(s) tested:
	7bc2c8b83ea82b4315c67e7658af815aed062e73

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Allocate for actual lines only

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-m64/7b/7bc2c8b83ea82b4315c67e7658af815aed062e73/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-execution-startup.exp: cancel with ctrl-c: GDB accepts further input
PASS -> FAIL: gdb.base/paginate-execution-startup.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-m64/xfails/master/xfail;hb=25cd9c2>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-m64/xfails/master/xfail.table;hb=25cd9c2>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 22:40 [binutils-gdb] mn10300: Don't free cached internal symbol table sergiodj+buildbot
@ 2017-12-14  6:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-12-14  6:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5414>

Commit(s) tested:
	478c006f9b4a64d59c31aed081c14c1d7dd4ba68

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	mn10300: Don't free cached internal symbol table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/47/478c006f9b4a64d59c31aed081c14c1d7dd4ba68/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-10  0:15 [binutils-gdb] bfin: Don't create .interp section for info->nointerp sergiodj+buildbot
@ 2017-12-13 10:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-12-13 10:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5413>

Commit(s) tested:
	9d45a7de8b80336b9965ee99353c34be85b1b98f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	bfin: Don't create .interp section for info->nointerp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9d/9d45a7de8b80336b9965ee99353c34be85b1b98f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 19:41 [binutils-gdb] gdb.multi/multi-arch-exec.exp: Also test -m32 => -m64 sergiodj+buildbot
@ 2017-12-12 13:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-12-12 13:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5412>

Commit(s) tested:
	777a42f1f86b60d11cfe0e5964036823e6920f79

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb.multi/multi-arch-exec.exp: Also test -m32 => -m64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/777a42f1f86b60d11cfe0e5964036823e6920f79/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 21:45 [binutils-gdb] Multi-arch exec, more register reading avoidance sergiodj+buildbot
@ 2017-12-03  8:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-12-03  8:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5411>

Commit(s) tested:
	cbd2b4e316370ab740433b06ed65786831232c8f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Multi-arch exec, more register reading avoidance

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cb/cbd2b4e316370ab740433b06ed65786831232c8f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 19:00 [binutils-gdb] Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t sergiodj+buildbot
@ 2017-12-02 12:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-12-02 12:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5410>

Commit(s) tested:
	a181c0bf7461c28cdb72a4074c6d7608119fb575

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a181c0bf7461c28cdb72a4074c6d7608119fb575/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 18:14 [binutils-gdb] Don't try building gdb against guile-2.2 sergiodj+buildbot
@ 2017-11-29 19:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-29 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5409>

Commit(s) tested:
	6e66f7538112d2f5fb1af17dbde33ba37a7171be

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Don't try building gdb against guile-2.2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6e66f7538112d2f5fb1af17dbde33ba37a7171be/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 17:56 [binutils-gdb] S/390: Sync with latest POP - 3 new instructions sergiodj+buildbot
@ 2017-11-28 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-28 21:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5408>

Commit(s) tested:
	8e464506d2131fc931c4f81a22cc7125b7adf434

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.vnet.ibm.com>

Subject:
	S/390: Sync with latest POP - 3 new instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8e/8e464506d2131fc931c4f81a22cc7125b7adf434/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 17:35 [binutils-gdb] S/390: Sync with IBM z14 POP - SI_RD format sergiodj+buildbot
@ 2017-11-28  1:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-28  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5407>

Commit(s) tested:
	ee6767daf13a13867f8e716c2a53b748ab0da536

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.vnet.ibm.com>

Subject:
	S/390: Sync with IBM z14 POP - SI_RD format

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ee/ee6767daf13a13867f8e716c2a53b748ab0da536/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 16:13 [binutils-gdb] Fix automatic dependency tracking sergiodj+buildbot
@ 2017-11-25 15:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-25 15:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5406>

Commit(s) tested:
	890e97902a21a3b88f9b6028852736b813303029

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix automatic dependency tracking

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/89/890e97902a21a3b88f9b6028852736b813303029/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 15:34 [binutils-gdb] Make cp_remove_params return a gdb::unique_xmalloc_ptr sergiodj+buildbot
@ 2017-11-24 18:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-24 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5405>

Commit(s) tested:
	109483d9eec3f0d0c3eaafd5d829435059167c52

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make cp_remove_params return a gdb::unique_xmalloc_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/10/109483d9eec3f0d0c3eaafd5d829435059167c52/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09 12:16 [binutils-gdb] Fix gdb.base/print-file-var-main.c value check logic sergiodj+buildbot
@ 2017-11-23 19:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-23 19:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5404>

Commit(s) tested:
	5c9e4427a745e5e26fba320ecc62e4285b613e4f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.base/print-file-var-main.c value check logic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5c/5c9e4427a745e5e26fba320ecc62e4285b613e4f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  7:27 [binutils-gdb] Remove some cleanups from dwarf2read.c sergiodj+buildbot
@ 2017-11-22 18:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-22 18:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5403>

Commit(s) tested:
	791afaa233ca9f4baa59aa16062296a00aa2c4da

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from dwarf2read.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/79/791afaa233ca9f4baa59aa16062296a00aa2c4da/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  8:52 [binutils-gdb] Remove cleanup from frame_prepare_for_sniffer sergiodj+buildbot
@ 2017-11-21 22:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-21 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5402>

Commit(s) tested:
	30a9c02feff56bd58a276c2a7262f364baa558ac

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from frame_prepare_for_sniffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/30/30a9c02feff56bd58a276c2a7262f364baa558ac/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  5:51 [binutils-gdb] Remove make_cleanup_value_free sergiodj+buildbot
@ 2017-11-21 13:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-21 13:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5401>

Commit(s) tested:
	757325a3f24e01bf8e7b7214f33c546bc52d1d12

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_cleanup_value_free

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/75/757325a3f24e01bf8e7b7214f33c546bc52d1d12/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  5:31 [binutils-gdb] Change search_symbols to return std::vector sergiodj+buildbot
@ 2017-11-20 12:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-20 12:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5399>

Commit(s) tested:
	b9c04fb2681dd5706d2cafa5dcc6bdcd99016cf4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change search_symbols to return std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b9/b9c04fb2681dd5706d2cafa5dcc6bdcd99016cf4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  5:11 [binutils-gdb] PR22212, memory leak in nm sergiodj+buildbot
@ 2017-11-19 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-19 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5398>

Commit(s) tested:
	b55ec8b676ed05d93ee49d6c79ae0403616c4fb0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22212, memory leak in nm

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b55ec8b676ed05d93ee49d6c79ae0403616c4fb0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  1:20 [binutils-gdb] sh: Dump dynamic relocation info to the map file sergiodj+buildbot
@ 2017-11-18 19:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-18 19:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5397>

Commit(s) tested:
	a72f95f7760bf85693af393c5e01dd3aedbe5bde

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	sh: Dump dynamic relocation info to the map file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a7/a72f95f7760bf85693af393c5e01dd3aedbe5bde/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-09  0:35 [binutils-gdb] sparc: Remove a strayed comment sergiodj+buildbot
@ 2017-11-17 21:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-17 21:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5396>

Commit(s) tested:
	f9799aae8e51948c1d87fbe7249b3d76dcb4585d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	sparc: Remove a strayed comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f9799aae8e51948c1d87fbe7249b3d76dcb4585d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-08 21:53 [binutils-gdb] tilegx: Set this_hdr.sh_entsize only if section size > 0 sergiodj+buildbot
@ 2017-11-16 23:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-16 23:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5395>

Commit(s) tested:
	4c7236d3cb7b971bbdc97b6aec348a4aa0594a9b

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	tilegx: Set this_hdr.sh_entsize only if section size > 0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4c/4c7236d3cb7b971bbdc97b6aec348a4aa0594a9b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-08 20:47 [binutils-gdb] Reformat elf_x86_allocate_dynrelocs sergiodj+buildbot
@ 2017-11-16  4:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-16  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5394>

Commit(s) tested:
	70090aa5f629dcbdfa88b20c29951fa8f50f0545

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Reformat elf_x86_allocate_dynrelocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/70/70090aa5f629dcbdfa88b20c29951fa8f50f0545/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-08  0:51 [binutils-gdb] sparc: Dump dynamic relocation info to the map file sergiodj+buildbot
@ 2017-11-14  6:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-14  6:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5392>

Commit(s) tested:
	f0f07ad1825e9b7f539e410562993b25f76e5627

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	sparc: Dump dynamic relocation info to the map file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f0/f0f07ad1825e9b7f539e410562993b25f76e5627/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-07  0:08 [binutils-gdb] x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO comments sergiodj+buildbot
@ 2017-11-13  8:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-13  8:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5391>

Commit(s) tested:
	99180bccaf09413c9ddb28e51fa30f1ca4966583

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/99/99180bccaf09413c9ddb28e51fa30f1ca4966583/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-07  1:04 [binutils-gdb] x86: Use zero_undefweak in elf_x86_link_hash_entry sergiodj+buildbot
@ 2017-11-12 11:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-12 11:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5390>

Commit(s) tested:
	98b273dc13b1e45db8c66821efc9e514884f3c25

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Use zero_undefweak in elf_x86_link_hash_entry

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/98/98b273dc13b1e45db8c66821efc9e514884f3c25/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 22:49 [binutils-gdb] Skip gdb.mi/mi-threads-interrupt.exp if nointerrupts sergiodj+buildbot
@ 2017-11-11 15:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-11 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5389>

Commit(s) tested:
	b3b7c423883ad8d8b81f166ad2d2d4b637086bc0

Author(s) (in the same order as the commits):
	Sandra Loosemore <sandra@codesourcery.com>

Subject:
	Skip gdb.mi/mi-threads-interrupt.exp if nointerrupts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b3/b3b7c423883ad8d8b81f166ad2d2d4b637086bc0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 21:43 [binutils-gdb] Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes sergiodj+buildbot
@ 2017-11-10 18:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-10 18:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5388>

Commit(s) tested:
	544c67cda1686c1b204cb96c0d7885b08d37b8d6

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/54/544c67cda1686c1b204cb96c0d7885b08d37b8d6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 13:56 [binutils-gdb] Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c sergiodj+buildbot
@ 2017-11-09 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-09 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5387>

Commit(s) tested:
	0d28b0a5caa6b04129e21a9aff371d4032c7ef17

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0d/0d28b0a5caa6b04129e21a9aff371d4032c7ef17/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 13:38 [binutils-gdb] Move arm.o arm-get-next-pcs.o arm-linux.o to arch/ sergiodj+buildbot
@ 2017-11-09  2:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-09  2:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5386>

Commit(s) tested:
	71917808c3490b4d4df9c6e848e3c5d75f5278d2

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Move arm.o arm-get-next-pcs.o arm-linux.o to arch/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/71/71917808c3490b4d4df9c6e848e3c5d75f5278d2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 13:11 [binutils-gdb] Move i386.o to arch/i386.o sergiodj+buildbot
@ 2017-11-08  5:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-08  5:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5385>

Commit(s) tested:
	2081b2b2ca30d7c3b6464a3e167ce2c336c0465f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Move i386.o to arch/i386.o

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/20/2081b2b2ca30d7c3b6464a3e167ce2c336c0465f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 12:54 [binutils-gdb] Add "do/while(0); " to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC sergiodj+buildbot
@ 2017-11-07  7:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-07  7:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5383>

Commit(s) tested:
	e0d8f43169368abf354e596c7725dee1dd609cb8

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add "do/while(0);" to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e0/e0d8f43169368abf354e596c7725dee1dd609cb8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 11:06 [binutils-gdb] Fix more GDB build breakage on mingw32 sergiodj+buildbot
@ 2017-11-06 11:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-06 11:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5382>

Commit(s) tested:
	a1b85d282f408dfd18a27539874846197f7e4044

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix more GDB build breakage on mingw32

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a1b85d282f408dfd18a27539874846197f7e4044/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 10:53 [binutils-gdb] Fix GDB build under msys+mingw gcc 32bit sergiodj+buildbot
@ 2017-11-05  7:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-05  7:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5381>

Commit(s) tested:
	b79f7801a2c555ee4ff4bc3050141e83158f66d4

Author(s) (in the same order as the commits):
	Yuanhui Zhang <asmwarrior@gmail.com>

Subject:
	Fix GDB build under msys+mingw gcc 32bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b7/b79f7801a2c555ee4ff4bc3050141e83158f66d4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 10:23 [binutils-gdb] Share code updating gdb_target_obs sergiodj+buildbot
@ 2017-11-03  5:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-03  5:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5377>

Commit(s) tested:
	d97987e219b80c670e37eb0e25e31b36fa295509

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Share code updating gdb_target_obs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d9/d97987e219b80c670e37eb0e25e31b36fa295509/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06 10:17 [binutils-gdb] [RFC] Replicate src dir in build dir sergiodj+buildbot
@ 2017-11-02  8:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-02  8:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5376>

Commit(s) tested:
	f38307f593cb8189c82fb39e46e0cd899022e2fb

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[RFC] Replicate src dir in build dir

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f3/f38307f593cb8189c82fb39e46e0cd899022e2fb/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  9:53 [binutils-gdb] gdb: Fix decoding of ARM neon memory hint insns sergiodj+buildbot
@ 2017-11-01 10:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-11-01 10:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5375>

Commit(s) tested:
	2f924de654ff8f719faf60b84948397809baaac6

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	gdb: Fix decoding of ARM neon memory hint insns.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2f/2f924de654ff8f719faf60b84948397809baaac6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:54 [binutils-gdb] x86: Add VERIFY_COPY_RELOC sergiodj+buildbot
@ 2017-10-31 14:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-31 14:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5374>

Commit(s) tested:
	ff38b4cc55dade4c9970cac2149a946d5dc0adc7

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add VERIFY_COPY_RELOC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/ff38b4cc55dade4c9970cac2149a946d5dc0adc7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:51 [binutils-gdb] x86: Add VERIFY_PLT_ENTRY sergiodj+buildbot
@ 2017-10-30 17:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-30 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5373>

Commit(s) tested:
	f3180fa9ee8917fa9547cd5f79c822761f5d87a0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add VERIFY_PLT_ENTRY

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f3/f3180fa9ee8917fa9547cd5f79c822761f5d87a0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:49 [binutils-gdb] x86: Add COPY_INPUT_RELOC_P sergiodj+buildbot
@ 2017-10-29 20:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-29 20:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5372>

Commit(s) tested:
	e74399c47c76b8111651f41b52a05401852cf799

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add COPY_INPUT_RELOC_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e7/e74399c47c76b8111651f41b52a05401852cf799/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:44 [binutils-gdb] x86: Add GENERATE_DYNAMIC_RELOCATION_P sergiodj+buildbot
@ 2017-10-29  0:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-29  0:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5371>

Commit(s) tested:
	aebcc8ffd201adbee973b414818b01876dabe1a0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add GENERATE_DYNAMIC_RELOCATION_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ae/aebcc8ffd201adbee973b414818b01876dabe1a0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:42 [binutils-gdb] x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_P sergiodj+buildbot
@ 2017-10-28  3:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-28  3:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5370>

Commit(s) tested:
	cf1070f1a1ca1f8be1cd88aa6ece55a25e6a887b

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cf/cf1070f1a1ca1f8be1cd88aa6ece55a25e6a887b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:36 [binutils-gdb] x86: Add GENERATE_RELATIVE_RELOC_P sergiodj+buildbot
@ 2017-10-27  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-27  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5369>

Commit(s) tested:
	f70656b2604eff12cea2e9bef27c1e00a3077f30

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add GENERATE_RELATIVE_RELOC_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f7/f70656b2604eff12cea2e9bef27c1e00a3077f30/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:30 [binutils-gdb] Add RESOLVED_LOCALLY_P sergiodj+buildbot
@ 2017-10-26 10:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-26 10:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5368>

Commit(s) tested:
	2eba97c207399d8b541092a7b0a4428dc02f5cf1

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add RESOLVED_LOCALLY_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2e/2eba97c207399d8b541092a7b0a4428dc02f5cf1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:26 [binutils-gdb] x86: Add NEED_DYNAMIC_RELOCATION_P sergiodj+buildbot
@ 2017-10-25 14:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-25 14:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5367>

Commit(s) tested:
	daf1c414a48baf090f005ce4b319b6881d5d6872

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add NEED_DYNAMIC_RELOCATION_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/da/daf1c414a48baf090f005ce4b319b6881d5d6872/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  7:18 [binutils-gdb] x86: Add TLS_TRANSITION_IE_TO_LE_P sergiodj+buildbot
@ 2017-10-24 18:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-24 18:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5366>

Commit(s) tested:
	51537393bd939e79f6e9291629fb65a17e6f19da

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add TLS_TRANSITION_IE_TO_LE_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/51/51537393bd939e79f6e9291629fb65a17e6f19da/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-06  1:11 [binutils-gdb] powerpc: Dump dynamic relocation info to the map file sergiodj+buildbot
@ 2017-10-23 22:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-23 22:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5365>

Commit(s) tested:
	0caf6c82ab23ece570d14499ed02653968cd8abd

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	powerpc: Dump dynamic relocation info to the map file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0c/0caf6c82ab23ece570d14499ed02653968cd8abd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:35 [binutils-gdb] Fix fork-related regressions on GNU/Linux sergiodj+buildbot
@ 2017-10-23  2:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-23  2:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5364>

Commit(s) tested:
	2fd9d7ca17539ce983862b25e0abc27cfb706189

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix fork-related regressions on GNU/Linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2f/2fd9d7ca17539ce983862b25e0abc27cfb706189/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:18 [binutils-gdb] Remove unused "union agent_val" from ax.h sergiodj+buildbot
@ 2017-10-22  6:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-22  6:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5363>

Commit(s) tested:
	d13b8493cbd2891b5886e6176d468eb63c73606a

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Remove unused "union agent_val" from ax.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d1/d13b8493cbd2891b5886e6176d468eb63c73606a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:18 [binutils-gdb] Clean up some DFP interfaces sergiodj+buildbot
@ 2017-10-21  6:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-21  6:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5362>

Commit(s) tested:
	3b4b2f160d288b85a1379d24fd0f4de19062f3fd

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Clean up some DFP interfaces

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3b4b2f160d288b85a1379d24fd0f4de19062f3fd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:18 [binutils-gdb] Clean up includes of doublest.h and floatformat.h sergiodj+buildbot
@ 2017-10-20  9:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-20  9:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5361>

Commit(s) tested:
	1841ee5d0300cf00022c8aadfe16725c5e86fe1d

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Clean up includes of doublest.h and floatformat.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/18/1841ee5d0300cf00022c8aadfe16725c5e86fe1d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:00 [binutils-gdb] Add a signal frame unwinder for FreeBSD/mipsn32 sergiodj+buildbot
@ 2017-10-19 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-19 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5360>

Commit(s) tested:
	a80a647180bf92692e0f01efe7b323afe7d317c9

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a signal frame unwinder for FreeBSD/mipsn32.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a8/a80a647180bf92692e0f01efe7b323afe7d317c9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:00 [binutils-gdb] Handle the NT_ARM_VFP core dump note on FreeBSD sergiodj+buildbot
@ 2017-10-18 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-18 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5359>

Commit(s) tested:
	6d5be5d6b8b4412e65bc037472aa2e727c25ccf5

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Handle the NT_ARM_VFP core dump note on FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6d/6d5be5d6b8b4412e65bc037472aa2e727c25ccf5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 17:00 [binutils-gdb] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types sergiodj+buildbot
@ 2017-10-17 15:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-17 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5358>

Commit(s) tested:
	12c4bd7f53e9cefcf7c3a7f8cbf9e552526cb963

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/12/12c4bd7f53e9cefcf7c3a7f8cbf9e552526cb963/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05 13:02 [binutils-gdb] tile: Dump dynamic relocation info to the map file sergiodj+buildbot
@ 2017-10-16 18:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-16 18:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5357>

Commit(s) tested:
	007873f54e41eaef2f7a89b8adbb63a563d98b65

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	tile: Dump dynamic relocation info to the map file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/00/007873f54e41eaef2f7a89b8adbb63a563d98b65/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05  4:45 [binutils-gdb] Update my email address sergiodj+buildbot
@ 2017-10-15 17:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-15 17:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5356>

Commit(s) tested:
	c91933e9e33654c7b8973cb449b93f5152afcbcb

Author(s) (in the same order as the commits):
	Tristan Gingold <tgingold@free.fr>

Subject:
	Update my email address.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c9/c91933e9e33654c7b8973cb449b93f5152afcbcb/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05  1:42 [binutils-gdb] bfd_set_input_error sergiodj+buildbot
@ 2017-10-14 21:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-14 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5355>

Commit(s) tested:
	2ca7de3746be7484aa5affceafa1ad2e1d789381

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd_set_input_error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2c/2ca7de3746be7484aa5affceafa1ad2e1d789381/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-05  1:09 [binutils-gdb] bfd_error_on_input is for archives sergiodj+buildbot
@ 2017-10-14  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-14  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5354>

Commit(s) tested:
	8c6716e57eb991ba6ceb07011045d626652aaf01

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	bfd_error_on_input is for archives

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8c6716e57eb991ba6ceb07011045d626652aaf01/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-04 23:08 [binutils-gdb] PR21167, relocation sections not included in groups sergiodj+buildbot
@ 2017-10-12 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-12 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5353>

Commit(s) tested:
	db4677b8bd90b49f826807352c6c3c7eb0d57814

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR21167, relocation sections not included in groups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/db/db4677b8bd90b49f826807352c6c3c7eb0d57814/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-04 17:39 [binutils-gdb] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors sergiodj+buildbot
@ 2017-10-11 21:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-11 21:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5351>

Commit(s) tested:
	5cd63fda035d4ba949e6478406162c4673b3c9ef

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix "Remote 'g' packet reply is too long" problems with multiple inferiors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5c/5cd63fda035d4ba949e6478406162c4673b3c9ef/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-04 17:39 [binutils-gdb] Reimplement support for "maint print registers" with no running inferior yet sergiodj+buildbot
@ 2017-10-09 20:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-09 20:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5350>

Commit(s) tested:
	ed4227b7c6d62767c9c323dd95d8ead75be51a6c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Reimplement support for "maint print registers" with no running inferior yet

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ed/ed4227b7c6d62767c9c323dd95d8ead75be51a6c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-10-04 17:39 [binutils-gdb] Redesign mock environment for gdbarch selftests sergiodj+buildbot
@ 2017-10-05 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-05 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5348>

Commit(s) tested:
	55b11ddf16b97b9c50ed480bc9da8b3e1c6c4198

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Redesign mock environment for gdbarch selftests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/55/55b11ddf16b97b9c50ed480bc9da8b3e1c6c4198/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-09-01  5:02 [binutils-gdb] PR gdb/22046: Fix T-stopped detach regression on old Linux kernels sergiodj+buildbot
@ 2017-10-04  4:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-04  4:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5346>

Commit(s) tested:
	5c811d30d12b6f7c6c6f4ce6d03408d987154548

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	PR gdb/22046: Fix T-stopped detach regression on old Linux kernels

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5c/5c811d30d12b6f7c6c6f4ce6d03408d987154548/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31 22:00 [binutils-gdb] Implement the ability to set/unset environment variables to GDBserver when starting the inferior sergiodj+buildbot
@ 2017-10-03  8:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-03  8:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5345>

Commit(s) tested:
	0a2dde4a321d2f7bd2ded9a558b9ae92892de0e2

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Implement the ability to set/unset environment variables to GDBserver when starting the inferior

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0a2dde4a321d2f7bd2ded9a558b9ae92892de0e2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31 16:43 [binutils-gdb] Fix buffer read overrun by ensuring that DWARF sections containing strings always end in a NUL byte sergiodj+buildbot
@ 2017-10-02 22:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-02 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5344>

Commit(s) tested:
	e4f2723003859dc6b33ca0dadbc4a7659ebf1643

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix buffer read overrun by ensuring that DWARF sections containing strings always end in a NUL byte.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e4/e4f2723003859dc6b33ca0dadbc4a7659ebf1643/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31 14:24 [binutils-gdb] Add updated French translations for opcodes and gprof sergiodj+buildbot
@ 2017-10-02  2:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-10-02  2:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5342>

Commit(s) tested:
	b55f3386e45d8ba4af1a70f0684bc0089060d600

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add updated French translations for opcodes and gprof

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b55f3386e45d8ba4af1a70f0684bc0089060d600/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31  4:27 [binutils-gdb] PR22048, Incorrect .eh_frame section in libc.so sergiodj+buildbot
@ 2017-09-28  8:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-28  8:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5338>

Commit(s) tested:
	af471f828cc74d65b50a7531ba2c69522266cfe9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22048, Incorrect .eh_frame section in libc.so

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/af/af471f828cc74d65b50a7531ba2c69522266cfe9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31  4:05 [binutils-gdb] Add elf64.lo together with elfxx-x86.lo for 64-bit BFD sergiodj+buildbot
@ 2017-09-27 14:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-27 14:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5337>

Commit(s) tested:
	3321e42bf2b5819b76ca36e8964fe7cf9a8ae9a2

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add elf64.lo together with elfxx-x86.lo for 64-bit BFD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/33/3321e42bf2b5819b76ca36e8964fe7cf9a8ae9a2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31  3:38 [binutils-gdb] FT32: improve disassembly readability sergiodj+buildbot
@ 2017-09-26 13:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-26 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5336>

Commit(s) tested:
	59e8523bf8f92db8371d3a10bd7e4d7fe03d417d

Author(s) (in the same order as the commits):
	James Bowman <jamesb@excamera.com>

Subject:
	FT32: improve disassembly readability

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/59/59e8523bf8f92db8371d3a10bd7e4d7fe03d417d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31  3:19 [binutils-gdb] FT32: Permit R_FT32_18 overflow sergiodj+buildbot
@ 2017-09-25 14:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-25 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5335>

Commit(s) tested:
	ef32532f22be7e98c25480449fbc7a80d1030e1e

Author(s) (in the same order as the commits):
	James Bowman <jamesb@excamera.com>

Subject:
	FT32: Permit R_FT32_18 overflow

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ef/ef32532f22be7e98c25480449fbc7a80d1030e1e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-31  1:26 [binutils-gdb] bfd_close_all_done calling _close_and_cleanup sergiodj+buildbot
@ 2017-09-25  6:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-25  6:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5334>

Commit(s) tested:
	e234de6be5cc96286e0efb90e8d9fce51239e901

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	bfd_close_all_done calling _close_and_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e2/e234de6be5cc96286e0efb90e8d9fce51239e901/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 19:49 [binutils-gdb] x86: Add _bfd_x86_elf_get_synthetic_symtab sergiodj+buildbot
@ 2017-09-23 21:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-23 21:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5333>

Commit(s) tested:
	f493882dab762fb49ecb8685c18a85edfab5e6d3

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add _bfd_x86_elf_get_synthetic_symtab

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f4/f493882dab762fb49ecb8685c18a85edfab5e6d3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 18:41 [binutils-gdb] x86: Check target_id instead of elf_machine_code sergiodj+buildbot
@ 2017-09-23  8:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-23  8:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5332>

Commit(s) tested:
	5b86dbf4549af98c4428da4764182e03f22c58ab

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Check target_id instead of elf_machine_code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5b/5b86dbf4549af98c4428da4764182e03f22c58ab/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 16:30 [binutils-gdb] x86: Add _bfd_x86_elf_link_hash_table_create sergiodj+buildbot
@ 2017-09-22  9:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-22  9:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5331>

Commit(s) tested:
	765e526c75506a7d9644bc7c137ac1923fdb1369

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Add _bfd_x86_elf_link_hash_table_create

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/76/765e526c75506a7d9644bc7c137ac1923fdb1369/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 15:38 [binutils-gdb] MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation sergiodj+buildbot
@ 2017-09-21  9:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-21  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5330>

Commit(s) tested:
	70e65ca8e5d1fc984d58f6137c290e807fe772a5

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/70/70e65ca8e5d1fc984d58f6137c290e807fe772a5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 13:41 [binutils-gdb] Call _close_and_cleanup in bfd_close_all_done sergiodj+buildbot
@ 2017-09-20 13:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-20 13:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5329>

Commit(s) tested:
	7c0ed39626e3193adb70aeb98d3633787579d6ec

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Call _close_and_cleanup in bfd_close_all_done

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7c/7c0ed39626e3193adb70aeb98d3633787579d6ec/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 12:51 [binutils-gdb] Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2 sergiodj+buildbot
@ 2017-09-19 19:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-19 19:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5328>

Commit(s) tested:
	0f2425c4c8fdaa7822555bbb61468b46d4e4af20

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0f/0f2425c4c8fdaa7822555bbb61468b46d4e4af20/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 12:05 [binutils-gdb] PowerPC TPREL16_HA/LO reloc optimization sergiodj+buildbot
@ 2017-09-18 20:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-18 20:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5327>

Commit(s) tested:
	9a23f96e919ba91587d077b1d399246dde4002dd

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC TPREL16_HA/LO reloc optimization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9a/9a23f96e919ba91587d077b1d399246dde4002dd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-30 11:36 [binutils-gdb] PowerPC64 __tls_get_addr sequence optimization sergiodj+buildbot
@ 2017-09-18  9:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-18  9:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5326>

Commit(s) tested:
	b9f04fe0dfe64bc6224e7bb96378607f17da7446

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 __tls_get_addr sequence optimization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b9/b9f04fe0dfe64bc6224e7bb96378607f17da7446/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-29 23:07 [binutils-gdb] Look for FIR in the last FreeBSD/mips floating-point register sergiodj+buildbot
@ 2017-09-17 13:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-17 13:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5325>

Commit(s) tested:
	7755ddb77d227d1d5c1b211e989fafb17e26765d

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Look for FIR in the last FreeBSD/mips floating-point register.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/7755ddb77d227d1d5c1b211e989fafb17e26765d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-29 22:11 [binutils-gdb] x86: Re-indent elf32-i386.c/elf64-x86-64.c sergiodj+buildbot
@ 2017-09-14 19:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-14 19:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5322>

Commit(s) tested:
	5f0f0847e23a57d4e95c2c639e803e6f51914efc

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Re-indent elf32-i386.c/elf64-x86-64.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5f/5f0f0847e23a57d4e95c2c639e803e6f51914efc/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-29 21:02 [binutils-gdb] Add elfxx-x86.h and elfxx-x86.c sergiodj+buildbot
@ 2017-09-14  9:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-14  9:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5321>

Commit(s) tested:
	0afcef5384c656b69706fed61d91f6d886c4c0f1

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add elfxx-x86.h and elfxx-x86.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0afcef5384c656b69706fed61d91f6d886c4c0f1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-29 18:56 [binutils-gdb] x86: Simplify bad return in get_synthetic_symtab sergiodj+buildbot
@ 2017-09-13 10:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-13 10:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5320>

Commit(s) tested:
	823cb06774ad6a2aee0afcf6f011c3a134f25747

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Simplify bad return in get_synthetic_symtab

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/82/823cb06774ad6a2aee0afcf6f011c3a134f25747/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-29 18:16 [binutils-gdb] x86: Check valid PLT sections before checking dynamic relocations sergiodj+buildbot
@ 2017-09-12  0:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-12  0:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5319>

Commit(s) tested:
	37c0b6ee65941d54fa8064c21b39f97fdc318156

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Check valid PLT sections before checking dynamic relocations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/37/37c0b6ee65941d54fa8064c21b39f97fdc318156/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-29 13:35 [binutils-gdb] Fix simulation of MSP430's open system call sergiodj+buildbot
@ 2017-09-11  7:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-11  7:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5318>

Commit(s) tested:
	3819af136deb7ba6bc2058d7848cf80b33dbe51c

Author(s) (in the same order as the commits):
	Jozef Lawrynowicz <jozef.l@somniumtech.com>

Subject:
	Fix simulation of MSP430's open system call.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/38/3819af136deb7ba6bc2058d7848cf80b33dbe51c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-28 23:21 [binutils-gdb] Remove unused _bfd_elf_ifunc_get_synthetic_symtab sergiodj+buildbot
@ 2017-09-10  1:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-10  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5317>

Commit(s) tested:
	0fb0a7677827aea3e7ca1fdb2dfd1ccbdf6c2f71

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Remove unused _bfd_elf_ifunc_get_synthetic_symtab

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0f/0fb0a7677827aea3e7ca1fdb2dfd1ccbdf6c2f71/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-28 22:28 [binutils-gdb] gdb.base/commands.exp: Remove unused global references sergiodj+buildbot
@ 2017-09-09 12:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-09 12:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5316>

Commit(s) tested:
	5e89eb3ab04a378133ff3da1ed23d4bd89a56b5e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdb.base/commands.exp: Remove unused global references

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5e/5e89eb3ab04a378133ff3da1ed23d4bd89a56b5e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-28 21:32 [binutils-gdb] define_command: Don't convert command name to lower case sergiodj+buildbot
@ 2017-09-07 11:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-07 11:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5314>

Commit(s) tested:
	fd437cbc432d5421492a5b0e371750de104cce93

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	define_command: Don't convert command name to lower case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fd/fd437cbc432d5421492a5b0e371750de104cce93/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-28 18:53 [binutils-gdb] x86: Check for valid PLT section size sergiodj+buildbot
@ 2017-09-06 14:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-06 14:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5313>

Commit(s) tested:
	90efb6422939ca031804266fba669f77c22a274a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Check for valid PLT section size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/90/90efb6422939ca031804266fba669f77c22a274a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-27  2:54 [binutils-gdb] Disallow copy relocation against protected data symbol sergiodj+buildbot
@ 2017-09-05  1:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-05  1:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5310>

Commit(s) tested:
	a5b4ee9451dc9ffb6aa29376fc03943c53c6da0d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Disallow copy relocation against protected data symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a5/a5b4ee9451dc9ffb6aa29376fc03943c53c6da0d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-26 11:54 [binutils-gdb] PowerPC TPREL reloc handling sergiodj+buildbot
@ 2017-09-04  3:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-04  3:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5309>

Commit(s) tested:
	7c8bbca5e670b5ea44b61ff30c5c7fcec47ee405

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC TPREL reloc handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7c/7c8bbca5e670b5ea44b61ff30c5c7fcec47ee405/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-26  1:01 [binutils-gdb] remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type sergiodj+buildbot
@ 2017-09-03  7:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-03  7:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5308>

Commit(s) tested:
	988f6b3dc615173d6d78a76ac26c109b4582da74

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/98/988f6b3dc615173d6d78a76ac26c109b4582da74/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-26  0:39 [binutils-gdb] x86: Remove redundant "symbol" in comments sergiodj+buildbot
@ 2017-09-02 12:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-02 12:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5307>

Commit(s) tested:
	5fdda9d6a4c3520f4787d96c4ae293783fe6262a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Remove redundant "symbol" in comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5f/5fdda9d6a4c3520f4787d96c4ae293783fe6262a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-25  9:18 [binutils-gdb] gdbserver: Rename some functions, thread -> inferior sergiodj+buildbot
@ 2017-09-01 13:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-09-01 13:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5306>

Commit(s) tested:
	6afd337d1a1a789b71d77b157529c08250eb9093

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdbserver: Rename some functions, thread -> inferior

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6a/6afd337d1a1a789b71d77b157529c08250eb9093/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-08-24 21:53 [binutils-gdb] Remove unused function set_inferior_target_data sergiodj+buildbot
@ 2017-08-31 21:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-31 21:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5305>

Commit(s) tested:
	a160cc4628aa125959dc65983d805500fc58512c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove unused function set_inferior_target_data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a160cc4628aa125959dc65983d805500fc58512c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
       [not found] <663c44ac4d4336e99c282705b1d289b365b273d3@gdb-build>
@ 2017-08-30 21:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-30 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5304>

Commit(s) tested:
	663c44ac4d4336e99c282705b1d289b365b273d3

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5 Fix DW_FORM_implicit_const

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/663c44ac4d4336e99c282705b1d289b365b273d3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
       [not found] <7073b5b9edc9e06974bd733b7e4b3845d6d6f690@gdb-build>
@ 2017-08-29 13:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-29 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5302>

Commit(s) tested:
	7073b5b9edc9e06974bd733b7e4b3845d6d6f690

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Check relocations with -z nocopyreloc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/70/7073b5b9edc9e06974bd733b7e4b3845d6d6f690/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
       [not found] <34bb2571d40e1ca323a1b60e0827a25047890faa@gdb-build>
@ 2017-08-28 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-28 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5301>

Commit(s) tested:
	34bb2571d40e1ca323a1b60e0827a25047890faa

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400e

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/34/34bb2571d40e1ca323a1b60e0827a25047890faa/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
       [not found] <f1902523c9b7941775a2c64af89de0f111b8924c@gdb-build>
@ 2017-08-26 11:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-26 11:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5299>

Commit(s) tested:
	f1902523c9b7941775a2c64af89de0f111b8924c

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: Fix -fdebug-types-section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f1/f1902523c9b7941775a2c64af89de0f111b8924c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
       [not found] <74081948353b117fcbe870fc3cc9ebe0f18fdcf8@gdb-build>
@ 2017-08-24 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-24 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5298>

Commit(s) tested:
	74081948353b117fcbe870fc3cc9ebe0f18fdcf8

Author(s) (in the same order as the commits):
	Alexander Fedotov <alfedotov@gmail.com>

Subject:
	[PowerPC VLE] Add SPE2 and EFS2 instructions support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/74/74081948353b117fcbe870fc3cc9ebe0f18fdcf8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  4:14 [binutils-gdb] ptid_{lwp,tid}_p: Remove unnecessary checks sergiodj+buildbot
@ 2017-08-22 16:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-22 16:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5296>

Commit(s) tested:
	4e9868d4e0c8e45505876901d22c021dd36972a8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	ptid_{lwp,tid}_p: Remove unnecessary checks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4e/4e9868d4e0c8e45505876901d22c021dd36972a8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06 14:16 [binutils-gdb] -Wwrite-strings: Remove -Wno-write-strings sergiodj+buildbot
@ 2017-08-22  6:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-22  6:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5295>

Commit(s) tested:
	9bf2a700667c53003ece783c05e8b355801105f2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Remove -Wno-write-strings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9b/9bf2a700667c53003ece783c05e8b355801105f2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  3:09 [binutils-gdb] -Wwrite-strings: The Rest sergiodj+buildbot
@ 2017-08-21  2:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-21  2:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5294>

Commit(s) tested:
	a121b7c1ac76833018f4fc3adaeddc3147272dd0

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: The Rest

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a121b7c1ac76833018f4fc3adaeddc3147272dd0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06 12:43 [binutils-gdb] -Wwrite-strings: More Solaris sergiodj+buildbot
@ 2017-08-20  2:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-20  2:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5293>

Commit(s) tested:
	995816ba55d952b2823d2ead66495c5cad6dfe58

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: More Solaris

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/99/995816ba55d952b2823d2ead66495c5cad6dfe58/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06 11:16 [binutils-gdb] -Wwrite-strings: Fix Solaris "set procfs-file" sergiodj+buildbot
@ 2017-08-19 12:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-19 12:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5292>

Commit(s) tested:
	3e83a920090130052a407621b94b94513f539fda

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Fix Solaris "set procfs-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3e/3e83a920090130052a407621b94b94513f539fda/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  1:50 [binutils-gdb] -Wwrite-strings: Some constification in gdb/breakpoint.c sergiodj+buildbot
@ 2017-08-18  8:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-18  8:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5291>

Commit(s) tested:
	63160a43508fb50d9013df061b2191de71f67b50

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Some constification in gdb/breakpoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/63/63160a43508fb50d9013df061b2191de71f67b50/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  1:31 [binutils-gdb] -Wwrite-strings: execute_command calls with string literals sergiodj+buildbot
@ 2017-08-16 21:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-16 21:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5290>

Commit(s) tested:
	9b2eba3dcc6b41f17180e1aee29ed133f942c733

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: execute_command calls with string literals

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9b/9b2eba3dcc6b41f17180e1aee29ed133f942c733/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  1:14 [binutils-gdb] -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload sergiodj+buildbot
@ 2017-08-16  7:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-16  7:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5289>

Commit(s) tested:
	2adadf517063fb1c3b9240bf99ad339968c12f15

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2a/2adadf517063fb1c3b9240bf99ad339968c12f15/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  0:27 [binutils-gdb] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals sergiodj+buildbot
@ 2017-08-15  2:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-15  2:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5288>

Commit(s) tested:
	0d1f4ceb3904c4c82231adf98f0e84f37bc8d4ea

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Wrap PyGetSetDef for construction with string literals

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0d/0d1f4ceb3904c4c82231adf98f0e84f37bc8d4ea/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  0:12 [binutils-gdb] -Wwrite-strings: More fix-old-Python-API wrappers sergiodj+buildbot
@ 2017-08-14  4:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-14  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5287>

Commit(s) tested:
	4d75997912d77497fd395fde222513436a7df046

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: More fix-old-Python-API wrappers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4d/4d75997912d77497fd395fde222513436a7df046/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 23:25 [binutils-gdb] -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD sergiodj+buildbot
@ 2017-08-13  5:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-13  5:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5285>

Commit(s) tested:
	21c8a587ab81a58d3e067551d5503a765f00ec6e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/21/21c8a587ab81a58d3e067551d5503a765f00ec6e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 23:10 [binutils-gdb] -Wwrite-strings: gdbserver's 'port' parsing sergiodj+buildbot
@ 2017-08-12  6:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-12  6:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5284>

Commit(s) tested:
	fb32b4f7005ef8f1bde02394b58b5c5eda9cbf10

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: gdbserver's 'port' parsing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fb/fb32b4f7005ef8f1bde02394b58b5c5eda9cbf10/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 22:55 [binutils-gdb] -Wwrite-strings: MI -info-os sergiodj+buildbot
@ 2017-08-11 10:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-11 10:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5283>

Commit(s) tested:
	fdf9e36fa2ed39f0da0dfa5dfdbd8e2452c6cb45

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: MI -info-os

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fd/fdf9e36fa2ed39f0da0dfa5dfdbd8e2452c6cb45/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 22:41 [binutils-gdb] -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter sergiodj+buildbot
@ 2017-08-10 14:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-10 14:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5282>

Commit(s) tested:
	9f33b8b7c19413efbb37638bdba54706e4da8573

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9f/9f33b8b7c19413efbb37638bdba54706e4da8573/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  1:07 [binutils-gdb] -Wwrite-strings: Constify word break character arrays sergiodj+buildbot
@ 2017-08-09 18:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-09 18:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5281>

Commit(s) tested:
	67cb5b2da285175d37782f3606992b8052234b00

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify word break character arrays

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/67/67cb5b2da285175d37782f3606992b8052234b00/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-06  0:07 [binutils-gdb] -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info sergiodj+buildbot
@ 2017-08-08 22:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-08 22:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5280>

Commit(s) tested:
	7a1149643d8621541025e2c70e6391e901c8c7ef

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7a/7a1149643d8621541025e2c70e6391e901c8c7ef/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 20:52 [binutils-gdb] -Wwrite-strings: Constify warning_pre_print sergiodj+buildbot
@ 2017-08-08  2:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-08  2:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5279>

Commit(s) tested:
	69bbf465237819bd7bf2a21a682d695273b3c8cb

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify warning_pre_print

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/69/69bbf465237819bd7bf2a21a682d695273b3c8cb/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 20:34 [binutils-gdb] -Wwrite-strings: Constify shell_escape and plug make_command leak sergiodj+buildbot
@ 2017-08-07  5:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-07  5:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5278>

Commit(s) tested:
	be47f9e8180d7275b0e2b26998472e99be9a2d7b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify shell_escape and plug make_command leak

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/be/be47f9e8180d7275b0e2b26998472e99be9a2d7b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 21:07 [binutils-gdb] -Wwrite-strings: Don't initialize string command variables to empty string sergiodj+buildbot
@ 2017-08-06  9:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-06  9:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5277>

Commit(s) tested:
	bde6261aed330cd8d108c387bfe659a6171525dd

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Don't initialize string command variables to empty string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bd/bde6261aed330cd8d108c387bfe659a6171525dd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 19:30 [binutils-gdb] -Wwrite-strings: Constify macroexp.c:init_shared_buffer sergiodj+buildbot
@ 2017-08-05 13:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-05 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5276>

Commit(s) tested:
	b38ef47f47bda5509babd768092ceb09ab98828d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify macroexp.c:init_shared_buffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b3/b38ef47f47bda5509babd768092ceb09ab98828d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 19:07 [binutils-gdb] -Wwrite-strings: Constify struct disassemble_info's disassembler_options field sergiodj+buildbot
@ 2017-08-04 16:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-04 16:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5275>

Commit(s) tested:
	f995bbe8e62fdb5607acb1ee127240cfe50d2b8f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	-Wwrite-strings: Constify struct disassemble_info's disassembler_options field

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f995bbe8e62fdb5607acb1ee127240cfe50d2b8f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 17:31 [binutils-gdb] PR 21352: Add testsuite for "tsave -r" command sergiodj+buildbot
@ 2017-08-03 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-03 20:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5274>

Commit(s) tested:
	0ad9d8c73486e60c5a4963c1b7a0ea7063d69cd2

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	PR 21352: Add testsuite for "tsave -r" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0ad9d8c73486e60c5a4963c1b7a0ea7063d69cd2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 16:56 [binutils-gdb] Fix PR 21352: Command tsave does not support -r argument sergiodj+buildbot
@ 2017-08-03  0:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-03  0:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5273>

Commit(s) tested:
	4a596fe20e93109300e841a3d0ee5f198146ab6d

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix PR 21352: Command tsave does not support -r argument

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4a/4a596fe20e93109300e841a3d0ee5f198146ab6d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 15:20 [binutils-gdb] Use frame_unwind_register_value in frame_unwind_register_unsigned sergiodj+buildbot
@ 2017-08-02  3:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-02  3:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5272>

Commit(s) tested:
	2cad08ea7dbc96103da9957da6973f9d0dbc33a8

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Use frame_unwind_register_value in frame_unwind_register_unsigned

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2c/2cad08ea7dbc96103da9957da6973f9d0dbc33a8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 14:11 [binutils-gdb] Fix racy test in gdb.threads/thread-specific-bp.exp sergiodj+buildbot
@ 2017-08-01  7:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-08-01  7:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5271>

Commit(s) tested:
	55a98976756cb2df83ac8f8e9799331fbcc4f669

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix racy test in gdb.threads/thread-specific-bp.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/55/55a98976756cb2df83ac8f8e9799331fbcc4f669/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05 12:49 [binutils-gdb] PowerPC64le PLT reference counting sergiodj+buildbot
@ 2017-07-31 10:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-31 10:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5270>

Commit(s) tested:
	8dea77f0254d6a76d71092c922e9409ef1b67df4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64le PLT reference counting

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8d/8dea77f0254d6a76d71092c922e9409ef1b67df4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05  9:19 [binutils-gdb] New global maintainer - Simon Marchi sergiodj+buildbot
@ 2017-07-30 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-30 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5269>

Commit(s) tested:
	4ac40124eef08045bf99ad9f4fcc277961953109

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	New global maintainer - Simon Marchi

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4a/4ac40124eef08045bf99ad9f4fcc277961953109/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-05  1:01 [binutils-gdb] Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings sergiodj+buildbot
@ 2017-07-29 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-29 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5268>

Commit(s) tested:
	c053b65441eb70ac78a514fabc3431b857a30d2e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c053b65441eb70ac78a514fabc3431b857a30d2e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 22:09 [binutils-gdb] Remove support for using the bsd-uthread target on FreeBSD sergiodj+buildbot
@ 2017-07-28 20:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-28 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5267>

Commit(s) tested:
	4c7bf4f91b7dd3ccbd12be55316fca8817059a24

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Remove support for using the bsd-uthread target on FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4c/4c7bf4f91b7dd3ccbd12be55316fca8817059a24/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 23:00 [binutils-gdb] Remove support for FreeBSD/alpha sergiodj+buildbot
@ 2017-07-28  0:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-28  0:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5266>

Commit(s) tested:
	1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Remove support for FreeBSD/alpha.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1e/1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 21:39 [binutils-gdb] Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-07-27  4:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-27  4:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5265>

Commit(s) tested:
	499079343549348e270047ffa2687a8a76523700

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use ptid from regcache instead of inferior_ptid.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/49/499079343549348e270047ffa2687a8a76523700/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 21:21 [binutils-gdb] dwarf2read.c: C++fy lnp_state_machine sergiodj+buildbot
@ 2017-07-26  8:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-26  8:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5264>

Commit(s) tested:
	6f77053d2ae56f16c10a8817732ed9fb43893507

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	dwarf2read.c: C++fy lnp_state_machine

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6f/6f77053d2ae56f16c10a8817732ed9fb43893507/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 21:06 [binutils-gdb] Make sect_offset and cu_offset strong typedefs instead of structs sergiodj+buildbot
@ 2017-07-25 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-25 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5263>

Commit(s) tested:
	9c5417255690af00751c7d506172459afe856894

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make sect_offset and cu_offset strong typedefs instead of structs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9c/9c5417255690af00751c7d506172459afe856894/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 20:48 [binutils-gdb] dwarf2read.c: Make dir_index and file_name_index strong typedefs sergiodj+buildbot
@ 2017-07-24 14:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-24 14:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5262>

Commit(s) tested:
	ecfb656c37b982479d8eb07f240b434772d98fd6

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	dwarf2read.c: Make dir_index and file_name_index strong typedefs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ecfb656c37b982479d8eb07f240b434772d98fd6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 20:33 [binutils-gdb] gdb::optional: Add observers sergiodj+buildbot
@ 2017-07-23 17:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-23 17:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5261>

Commit(s) tested:
	d194f1fe51cb85b8a919b7ee9e3a7715b0ec9744

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb::optional: Add observers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d1/d194f1fe51cb85b8a919b7ee9e3a7715b0ec9744/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 20:11 [binutils-gdb] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr sergiodj+buildbot
@ 2017-07-22 21:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-22 21:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5260>

Commit(s) tested:
	fff8551cf549f4047c9276a836408d802db6ce6d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/fff8551cf549f4047c9276a836408d802db6ce6d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 18:37 [binutils-gdb] Use symbolic constants instead of magic numbers with add_data_entry() sergiodj+buildbot
@ 2017-07-22  1:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-22  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5259>

Commit(s) tested:
	477bdd393c8145ad44899cb4681d57a61c82aad3

Author(s) (in the same order as the commits):
	Jon Turney <jon.turney@dronecode.org.uk>

Subject:
	Use symbolic constants instead of magic numbers with add_data_entry()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/47/477bdd393c8145ad44899cb4681d57a61c82aad3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 18:09 [binutils-gdb] Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX sergiodj+buildbot
@ 2017-07-21  5:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-21  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5258>

Commit(s) tested:
	a91e1603afb6704545793e967a1a3dfe96b389de

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a9/a91e1603afb6704545793e967a1a3dfe96b389de/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 16:13 [binutils-gdb] RISC-V: Resurrect GP-relative disassembly hints sergiodj+buildbot
@ 2017-07-20  8:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-20  8:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5257>

Commit(s) tested:
	b52920324fabbcad93042f2e17de52696d0dab42

Author(s) (in the same order as the commits):
	Palmer Dabbelt <palmer@dabbelt.com>

Subject:
	RISC-V: Resurrect GP-relative disassembly hints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b52920324fabbcad93042f2e17de52696d0dab42/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 16:07 [binutils-gdb] gdbserver: Clear .deps on clean sergiodj+buildbot
@ 2017-07-19 11:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-19 11:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5256>

Commit(s) tested:
	65dd1e590e519eba10bc29fb6e952271e0604c9b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	gdbserver: Clear .deps on clean

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/65/65dd1e590e519eba10bc29fb6e952271e0604c9b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 14:49 [binutils-gdb] remote.c: Use ptid_t instead of struct ptid sergiodj+buildbot
@ 2017-07-18 15:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-18 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5255>

Commit(s) tested:
	d62a8ae2dd0fbb6235f4e8f2fb61b83fe4ba1d90

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	remote.c: Use ptid_t instead of struct ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d6/d62a8ae2dd0fbb6235f4e8f2fb61b83fe4ba1d90/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04 10:51 [binutils-gdb] Fix null pointer dereferences when using a link built with clang sergiodj+buildbot
@ 2017-07-17 17:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-17 17:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5254>

Commit(s) tested:
	ad32986fdf9da1c8748e47b8b45100398223dba8

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix null pointer dereferences when using a link built with clang.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ad/ad32986fdf9da1c8748e47b8b45100398223dba8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-04  8:09 [binutils-gdb] Remove MAX_REGISTER_SIZE from frame.c sergiodj+buildbot
@ 2017-07-16 17:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-16 17:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5253>

Commit(s) tested:
	db3a1dc7c9404e203c54576db3335e69d995e83e

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove MAX_REGISTER_SIZE from frame.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/db/db3a1dc7c9404e203c54576db3335e69d995e83e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-03 16:30 [binutils-gdb] IA16 support sergiodj+buildbot
@ 2017-07-15  9:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-15  9:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5252>

Commit(s) tested:
	2f5f29cada3c06c9c26f4da5994951effee7d6f7

Author(s) (in the same order as the commits):
	Andrew Jenner <andrew@codesourcery.com>

Subject:
	IA16 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2f/2f5f29cada3c06c9c26f4da5994951effee7d6f7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-04-03 15:34 [binutils-gdb] ld: Support ELF GNU program properties sergiodj+buildbot
@ 2017-07-14 11:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-14 11:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5251>

Commit(s) tested:
	46bed6796d5821832e8ba373ddb2e7fdc45a109d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ld: Support ELF GNU program properties

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/46/46bed6796d5821832e8ba373ddb2e7fdc45a109d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-31 17:09 [binutils-gdb] RISC-V: Add physical memory protection CSRs sergiodj+buildbot
@ 2017-07-10 12:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-10 12:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5248>

Commit(s) tested:
	858f82bf7e6531f4ad821285359c759c835f9dce

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	RISC-V: Add physical memory protection CSRs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/85/858f82bf7e6531f4ad821285359c759c835f9dce/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-30 10:20 [binutils-gdb] Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils sergiodj+buildbot
@ 2017-07-08 20:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-08 20:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5246>

Commit(s) tested:
	f96bd6c2d7a3801fabbf9d834f7a29b752aa7532

Author(s) (in the same order as the commits):
	Pip Cet <pipcet@gmail.com>

Subject:
	Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f96bd6c2d7a3801fabbf9d834f7a29b752aa7532/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-30  9:38 [binutils-gdb] Fix classification of `module.type' in D lexer sergiodj+buildbot
@ 2017-07-08  0:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-08  0:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5245>

Commit(s) tested:
	662659a1a582af14aa45a458005e2a4df514b6d7

Author(s) (in the same order as the commits):
	Iain Buclaw <ibuclaw@gdcproject.org>

Subject:
	Fix classification of `module.type' in D lexer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/662659a1a582af14aa45a458005e2a4df514b6d7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-29 20:26 [binutils-gdb] Fix warning: Invalid entry in .debug_gdb_scripts section sergiodj+buildbot
@ 2017-07-07  4:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-07  4:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5244>

Commit(s) tested:
	ec13808ef07550f8a5f87fad1945739da1f10c81

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Fix warning: Invalid entry in .debug_gdb_scripts section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ec13808ef07550f8a5f87fad1945739da1f10c81/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-29 19:38 [binutils-gdb] opcodes: sparc: support missing SPARC ASIs from UA2005, UA2007, OSA2011, & OSA2015 sergiodj+buildbot
@ 2017-07-06  8:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-06  8:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5243>

Commit(s) tested:
	f7c514a3784384215692c43d66f013d7640db277

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	opcodes: sparc: support missing SPARC ASIs from UA2005, UA2007, OSA2011, & OSA2015

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f7/f7c514a3784384215692c43d66f013d7640db277/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-29 16:25 [binutils-gdb] Add constructor and destructor to thread_info sergiodj+buildbot
@ 2017-07-05 11:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-05 11:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5242>

Commit(s) tested:
	1231656410996d2cc271486adc743a0fafe2ab4d

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Add constructor and destructor to thread_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/12/1231656410996d2cc271486adc743a0fafe2ab4d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-29 13:12 [binutils-gdb] PowerPC -Mraw disassembly sergiodj+buildbot
@ 2017-07-04  9:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-04  9:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5241>

Commit(s) tested:
	52be03fd13a26ecda4f27c451a434f19eded0ca6

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC -Mraw disassembly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/52/52be03fd13a26ecda4f27c451a434f19eded0ca6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-29 11:54 [binutils-gdb] Improve the speed of scanning PE binaries for line number information sergiodj+buildbot
@ 2017-07-03 13:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-03 13:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5240>

Commit(s) tested:
	e643cb45bf85fa5c8c49a89ff177de246af4212e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Improve the speed of scanning PE binaries for line number information.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e6/e643cb45bf85fa5c8c49a89ff177de246af4212e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28 23:16 [binutils-gdb] Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency sergiodj+buildbot
@ 2017-07-02 17:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-02 17:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5239>

Commit(s) tested:
	086554e8e6b222518f12acab34e6cc7b5af7fde7

Author(s) (in the same order as the commits):
	Hans-Peter Nilsson <hp@bitrange.com>

Subject:
	Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/08/086554e8e6b222518f12acab34e6cc7b5af7fde7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28 20:37 [binutils-gdb] arc: Add prologue analysis sergiodj+buildbot
@ 2017-07-01 21:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-01 21:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5238>

Commit(s) tested:
	fe5f7374bef8f23ffa0fe0dee0f9b05e0a218a29

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Add prologue analysis

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fe/fe5f7374bef8f23ffa0fe0dee0f9b05e0a218a29/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28 20:23 [binutils-gdb] arc: Add disassembler helper sergiodj+buildbot
@ 2017-07-01  1:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-07-01  1:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5237>

Commit(s) tested:
	eea787570f708e51048f812808e6cbd76fde6919

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Add disassembler helper

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ee/eea787570f708e51048f812808e6cbd76fde6919/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28 20:15 [binutils-gdb] arc: Add "maintenance print arc" command prefix sergiodj+buildbot
@ 2017-06-30  6:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-30  6:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5236>

Commit(s) tested:
	3be78afdeddd3ebf57eb0df8b029cf596f468c7a

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Add "maintenance print arc" command prefix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3be78afdeddd3ebf57eb0df8b029cf596f468c7a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28 18:58 [binutils-gdb] arc: Align internal regnums with architectural regnums sergiodj+buildbot
@ 2017-06-29  9:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-29  9:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5235>

Commit(s) tested:
	296ec4fa2afb14abc400fa0109d7288eb958c544

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Align internal regnums with architectural regnums

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/29/296ec4fa2afb14abc400fa0109d7288eb958c544/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 22:23 [binutils-gdb] gdbserver: xtensa: support THREADPTR register sergiodj+buildbot
@ 2017-06-28 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-28 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5234>

Commit(s) tested:
	a12e714b775ce025444af15dcfbd5a420363ad53

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdbserver: xtensa: support THREADPTR register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a12e714b775ce025444af15dcfbd5a420363ad53/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28  1:43 [binutils-gdb] gdb: xtensa-linux: support THREADPTR register sergiodj+buildbot
@ 2017-06-27 17:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-27 17:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5233>

Commit(s) tested:
	f74f865e5030057deb8a6a56af4a9e003d82cdcd

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa-linux: support THREADPTR register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f7/f74f865e5030057deb8a6a56af4a9e003d82cdcd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-28  0:44 [binutils-gdb] gdb: xtensa: fix test for privileged register number sergiodj+buildbot
@ 2017-06-26 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-26 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5232>

Commit(s) tested:
	0d0bf81a6729478563c3851ccfca435222ddfa25

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: fix test for privileged register number

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0d/0d0bf81a6729478563c3851ccfca435222ddfa25/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 21:13 [binutils-gdb] gdbserver: xtensa: add call0 support sergiodj+buildbot
@ 2017-06-26  8:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-26  8:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5231>

Commit(s) tested:
	1a09b50a463ad005946849540da136b5cbe6237b

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdbserver: xtensa: add call0 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a09b50a463ad005946849540da136b5cbe6237b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 20:58 [binutils-gdb] gdb: xtensa-linux: add call0 support sergiodj+buildbot
@ 2017-06-25  5:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-25  5:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5230>

Commit(s) tested:
	0ce4291e3ffd90d2b94e02b4557d716c043bf02e

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa-linux: add call0 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0c/0ce4291e3ffd90d2b94e02b4557d716c043bf02e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 20:43 [binutils-gdb] gdb: gdbserver: xtensa: make C0_NREGS available sergiodj+buildbot
@ 2017-06-24  9:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-24  9:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5229>

Commit(s) tested:
	c56054f9a80e157e3d2d5109821abd191b68f0ea

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: gdbserver: xtensa: make C0_NREGS available

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c5/c56054f9a80e157e3d2d5109821abd191b68f0ea/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 20:27 [binutils-gdb] gdb: xtensa: clean up xtensa_default_isa initialization sergiodj+buildbot
@ 2017-06-23 13:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-23 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5228>

Commit(s) tested:
	a43986283d61ffd4d7dc9b20c0ecb73cd345206c

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: clean up xtensa_default_isa initialization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a4/a43986283d61ffd4d7dc9b20c0ecb73cd345206c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 15:49 [binutils-gdb] dwarf2read.c: Clean up out of bounds handling sergiodj+buildbot
@ 2017-06-22 16:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-22 16:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5227>

Commit(s) tested:
	8c43009f48a0d4be497cf7c1285784aa70fc5abd

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	dwarf2read.c: Clean up out of bounds handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8c43009f48a0d4be497cf7c1285784aa70fc5abd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 15:29 [binutils-gdb] gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_component sergiodj+buildbot
@ 2017-06-21 20:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-21 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5226>

Commit(s) tested:
	a7e80b9e21eb907ac5c90de7452588c059db0cec

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_component

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a7/a7e80b9e21eb907ac5c90de7452588c059db0cec/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 15:09 [binutils-gdb] cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCE sergiodj+buildbot
@ 2017-06-21 10:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-21 10:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5225>

Commit(s) tested:
	b1a42fdfa31937d7e05df34afee970ac0ad239e1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b1/b1a42fdfa31937d7e05df34afee970ac0ad239e1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 15:51 [binutils-gdb] Add support for the WebAssembly backend to the BFD library sergiodj+buildbot
@ 2017-06-20  3:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-20  3:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5224>

Commit(s) tested:
	a6be053897be3786ceda9a59d17befe11454f6d2

Author(s) (in the same order as the commits):
	Pip Cet <pipcet@gmail.com>

Subject:
	Add support for the WebAssembly backend to the BFD library.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a6/a6be053897be3786ceda9a59d17befe11454f6d2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 12:36 [binutils-gdb] Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use sergiodj+buildbot
@ 2017-06-19 11:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-19 11:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5221>

Commit(s) tested:
	210477268d4ac5cad937e811888a5c932206794c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/21/210477268d4ac5cad937e811888a5c932206794c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 11:50 [binutils-gdb] PR21303, objdump doesn't show e200z4 insns sergiodj+buildbot
@ 2017-06-18  3:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-18  3:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5220>

Commit(s) tested:
	9b7539374617a94c2d646f49e1bbfc954b11891d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR21303, objdump doesn't show e200z4 insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9b/9b7539374617a94c2d646f49e1bbfc954b11891d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 11:31 [binutils-gdb] gdb: Make ldirname return a std::string sergiodj+buildbot
@ 2017-06-17  6:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-17  6:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5219>

Commit(s) tested:
	d721ba37d8995b9c11a0b8eef0f4d2dc022f85aa

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Make ldirname return a std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d7/d721ba37d8995b9c11a0b8eef0f4d2dc022f85aa/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 11:49 [binutils-gdb] Add minimal support for WebAssembly backend to the BFD library sergiodj+buildbot
@ 2017-06-16 10:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-16 10:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5218>

Commit(s) tested:
	8fb740dd3032543b833b141011aa2005c035d024

Author(s) (in the same order as the commits):
	Pip Cet <pipcet@gmail.com>

Subject:
	Add minimal support for WebAssembly backend to the BFD library.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8f/8fb740dd3032543b833b141011aa2005c035d024/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-27 10:32 [binutils-gdb] Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions sergiodj+buildbot
@ 2017-06-15 14:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-15 14:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5217>

Commit(s) tested:
	c0c31e91adc6aabe7c96f02dd51a0f6200a982da

Author(s) (in the same order as the commits):
	Rinat Zelig <rinat@mellanox.com>

Subject:
	Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c0c31e91adc6aabe7c96f02dd51a0f6200a982da/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-26  3:50 [binutils-gdb] Fix bug with cmn/adds where C flag was incorrectly set sergiodj+buildbot
@ 2017-06-14  8:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-14  8:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5215>

Commit(s) tested:
	f124168208a5927e9f1b9843094ec2bf2aad2edf

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix bug with cmn/adds where C flag was incorrectly set.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f1/f124168208a5927e9f1b9843094ec2bf2aad2edf/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 17:14 [binutils-gdb] Remove MAX_REGISTER_SIZE from target.c sergiodj+buildbot
@ 2017-06-13 11:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-13 11:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5214>

Commit(s) tested:
	ed771251e16c8c66cbdd03738135e76caef6937e

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove MAX_REGISTER_SIZE from target.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ed/ed771251e16c8c66cbdd03738135e76caef6937e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 15:38 [binutils-gdb] Avoid segfault on invalid directory table sergiodj+buildbot
@ 2017-06-12 15:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-12 15:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5213>

Commit(s) tested:
	568c1b9f503649d19ed1d17e6970f212e6b6317d

Author(s) (in the same order as the commits):
	Pádraig Brady <pbrady@fb.com>

Subject:
	Avoid segfault on invalid directory table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/56/568c1b9f503649d19ed1d17e6970f212e6b6317d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-25 10:49 [binutils-gdb] Remove some unnecessary inferior_ptid setting/restoring when fetching/storing registers sergiodj+buildbot
@ 2017-06-11 17:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-11 17:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5212>

Commit(s) tested:
	3e00d44febb8093d8dc0e6842b975afb194c4fd1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove some unnecessary inferior_ptid setting/restoring when fetching/storing registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3e/3e00d44febb8093d8dc0e6842b975afb194c4fd1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23 16:19 [binutils-gdb] Remove MAX_REGISTER_SIZE from sol-thread.c sergiodj+buildbot
@ 2017-06-10 20:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-10 20:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5211>

Commit(s) tested:
	077ae656a69fcf144f68848a3f6f2cb559b62987

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove MAX_REGISTER_SIZE from sol-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/07/077ae656a69fcf144f68848a3f6f2cb559b62987/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23 15:36 [binutils-gdb] Handle PRFM in AArch64 process record sergiodj+buildbot
@ 2017-06-09 20:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-09 20:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5210>

Commit(s) tested:
	1e2b521d987a34898ca959a33972be8912511ba0

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Handle PRFM in AArch64 process record

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1e/1e2b521d987a34898ca959a33972be8912511ba0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23 15:19 [binutils-gdb] Fix code indentation sergiodj+buildbot
@ 2017-06-08 23:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-08 23:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5209>

Commit(s) tested:
	338771252e913f82df8a445cb3e748a791b1cba8

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix code indentation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/33/338771252e913f82df8a445cb3e748a791b1cba8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23 15:04 [binutils-gdb] Remove AARCH64_RECORD_FAILURE sergiodj+buildbot
@ 2017-06-08  1:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-08  1:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5208>

Commit(s) tested:
	a0eef9404b0fcfc8b0fbe7511d094a419ac631e9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove AARCH64_RECORD_FAILURE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a0/a0eef9404b0fcfc8b0fbe7511d094a419ac631e9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23 12:14 [binutils-gdb] Remove constness of libdir in do_start_initialization sergiodj+buildbot
@ 2017-06-07  4:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-07  4:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5207>

Commit(s) tested:
	1a5e158b68d0fb3b1ba3d038e87c841239572a35

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Remove constness of libdir in do_start_initialization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a5e158b68d0fb3b1ba3d038e87c841239572a35/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23 11:28 [binutils-gdb] Fix memory leak in python.c:do_start_initialization sergiodj+buildbot
@ 2017-06-06  7:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-06  7:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5206>

Commit(s) tested:
	3f2a3564b1c3872e4a380f2484d40ce2495a4835

Author(s) (in the same order as the commits):
	Philipp Rudo <prudo@linux.vnet.ibm.com>

Subject:
	Fix memory leak in python.c:do_start_initialization

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3f2a3564b1c3872e4a380f2484d40ce2495a4835/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-25  4:31 [binutils-gdb] Remove lwp -> pid conversion in linux_nat_xfer_partial sergiodj+buildbot
@ 2017-06-05 11:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-05 11:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5205>

Commit(s) tested:
	b67aeab02c05fdd654f132a550dd4f196cb1f6d3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove lwp -> pid conversion in linux_nat_xfer_partial

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b6/b67aeab02c05fdd654f132a550dd4f196cb1f6d3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  6:29 [binutils-gdb] Sync top level config files with master versions in the FSF config project sergiodj+buildbot
@ 2017-06-04 13:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-04 13:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5204>

Commit(s) tested:
	11997a83a040245406b6e2e9978c6720f17e80c4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync top level config files with master versions in the FSF config project.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/11/11997a83a040245406b6e2e9978c6720f17e80c4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  6:14 [binutils-gdb] Wrap locally used classes in anonymous namespace sergiodj+buildbot
@ 2017-06-03 17:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-03 17:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5203>

Commit(s) tested:
	ffdbe8642e74527795b695988a176f0920d58f96

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wrap locally used classes in anonymous namespace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/ffdbe8642e74527795b695988a176f0920d58f96/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-25  1:28 [binutils-gdb] Import sys in gdb/python/lib/gdb/printer/bound_registers.py sergiodj+buildbot
@ 2017-06-02 20:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-02 20:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5202>

Commit(s) tested:
	9d736fbf01d20bc03804fa0cb49d99fdf6628fab

Author(s) (in the same order as the commits):
	Jonah Graham <jonah@kichwacoders.com>

Subject:
	Import sys in gdb/python/lib/gdb/printer/bound_registers.py

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9d/9d736fbf01d20bc03804fa0cb49d99fdf6628fab/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  5:45 [binutils-gdb] windows: Use ptid from regcache in register fetch/store sergiodj+buildbot
@ 2017-06-02  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-02  0:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5201>

Commit(s) tested:
	3de88e9afbf0d8d10a8c4ce1415c219120e0a0c1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	windows: Use ptid from regcache in register fetch/store

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3d/3de88e9afbf0d8d10a8c4ce1415c219120e0a0c1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  5:30 [binutils-gdb] Remove remaining reference to struct serial::current_timeout sergiodj+buildbot
@ 2017-06-01  2:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-06-01  2:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5200>

Commit(s) tested:
	0e7b8f61069f1219ca53a9dd927ba55c9a7eefd4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove remaining reference to struct serial::current_timeout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0e/0e7b8f61069f1219ca53a9dd927ba55c9a7eefd4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  5:15 [binutils-gdb] S/390: Remove vx2 facility flag sergiodj+buildbot
@ 2017-05-31  6:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-31  6:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5199>

Commit(s) tested:
	2253c8f089193b90141e08436417bc8ea1dd6015

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.vnet.ibm.com>

Subject:
	S/390: Remove vx2 facility flag

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/22/2253c8f089193b90141e08436417bc8ea1dd6015/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 21:27 [binutils-gdb] arc/nps400: Add cp16/cp32 instructions to opcodes library sergiodj+buildbot
@ 2017-05-30  7:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-30  7:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5198>

Commit(s) tested:
	645d3342ba2b920722991255513030bb903b794e

Author(s) (in the same order as the commits):
	Rinat Zelig <rinat@mellanox.com>

Subject:
	arc/nps400: Add cp16/cp32 instructions to opcodes library

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/645d3342ba2b920722991255513030bb903b794e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  4:21 [binutils-gdb] Decode properly flags of %ccr register on sparc64 sergiodj+buildbot
@ 2017-05-29  8:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-29  8:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5197>

Commit(s) tested:
	5badf10a18af78c57dd4ce8e6a6ead7f46e1a878

Author(s) (in the same order as the commits):
	Ivo Raisr <ivo.raisr@oracle.com>

Subject:
	Decode properly flags of %ccr register on sparc64.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5b/5badf10a18af78c57dd4ce8e6a6ead7f46e1a878/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  4:06 [binutils-gdb] Fix break on Python 2 sergiodj+buildbot
@ 2017-05-28 10:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-28 10:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5196>

Commit(s) tested:
	cee59b3feac9a8f6300a5b788e3db4e15af2a894

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	Fix break on Python 2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ce/cee59b3feac9a8f6300a5b788e3db4e15af2a894/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 18:26 [binutils-gdb] spu: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-27 14:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-27 14:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5195>

Commit(s) tested:
	639a9038c9f4fc50b6a57c18fe84db4559367a96

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	spu: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/63/639a9038c9f4fc50b6a57c18fe84db4559367a96/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  3:08 [binutils-gdb] Use ptid from regcache in almost all remaining nat files sergiodj+buildbot
@ 2017-05-26 18:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-26 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5194>

Commit(s) tested:
	bcc0c096d5b0f77482cdb3154acd2515a0ca832f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use ptid from regcache in almost all remaining nat files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bc/bcc0c096d5b0f77482cdb3154acd2515a0ca832f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 16:24 [binutils-gdb] Add rvalue reference tests and docs sergiodj+buildbot
@ 2017-05-25 22:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-25 22:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5193>

Commit(s) tested:
	c0f55cc689a57deb342b988b8f0ecb908f0a76e1

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Add rvalue reference tests and docs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c0f55cc689a57deb342b988b8f0ecb908f0a76e1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  1:42 [binutils-gdb] Add rvalue references to overloading resolution sergiodj+buildbot
@ 2017-05-25  2:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-25  2:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5192>

Commit(s) tested:
	15c0a2a9305648095f5586a02b5a5017e1643e99

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Add rvalue references to overloading resolution

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/15/15c0a2a9305648095f5586a02b5a5017e1643e99/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 14:23 [binutils-gdb] Convert lvalue reference type check to general reference type check sergiodj+buildbot
@ 2017-05-24  6:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-24  6:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5191>

Commit(s) tested:
	aa0061181ab00081e9907447561e589d6edee9f2

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Convert lvalue reference type check to general reference type check

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/aa/aa0061181ab00081e9907447561e589d6edee9f2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 13:22 [binutils-gdb] Support rvalue references in the gdb python module (includes doc/) sergiodj+buildbot
@ 2017-05-23  8:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-23  8:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5190>

Commit(s) tested:
	3fcf899da106890f3948093c2424f9dff67d6fe0

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Support rvalue references in the gdb python module (includes doc/)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3fcf899da106890f3948093c2424f9dff67d6fe0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  0:29 [binutils-gdb] Support DW_TAG_rvalue_reference type sergiodj+buildbot
@ 2017-05-22  7:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-22  7:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5189>

Commit(s) tested:
	4297a3f0029974c62628d69b6f3f9ef25f01ea7d

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Support DW_TAG_rvalue_reference type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/42/4297a3f0029974c62628d69b6f3f9ef25f01ea7d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24 11:12 [binutils-gdb] Implement printing of rvalue reference types and values sergiodj+buildbot
@ 2017-05-21  9:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-21  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5188>

Commit(s) tested:
	e1cb3213476485a01aa11ecedfa186e386cb4bdb

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Implement printing of rvalue reference types and values

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e1/e1cb3213476485a01aa11ecedfa186e386cb4bdb/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 23:58 [binutils-gdb] Implement demangling for rvalue reference type names sergiodj+buildbot
@ 2017-05-20 12:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-20 12:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5187>

Commit(s) tested:
	e4347c89f3a14b480fc88581d1363835f7b99b68

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Implement demangling for rvalue reference type names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e4/e4347c89f3a14b480fc88581d1363835f7b99b68/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24  9:10 [binutils-gdb] Support rvalue reference type in parser sergiodj+buildbot
@ 2017-05-19 13:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-19 13:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5186>

Commit(s) tested:
	53cc15f5fe1f5e2358994d4f60f1c2aa9115004d

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Support rvalue reference type in parser

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/53/53cc15f5fe1f5e2358994d4f60f1c2aa9115004d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 23:28 [binutils-gdb] Add ability to return rvalue reference values from value_ref sergiodj+buildbot
@ 2017-05-18 15:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-18 15:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5185>

Commit(s) tested:
	a65cfae5f8b268158c23a862e7a996d15bbcef0e

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Add ability to return rvalue reference values from value_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a6/a65cfae5f8b268158c23a862e7a996d15bbcef0e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24  7:12 [binutils-gdb] Change {lookup,make}_reference_type API sergiodj+buildbot
@ 2017-05-17 18:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-17 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5184>

Commit(s) tested:
	3b22433085e4cfee83f5c52f3baa8fb9bc67f8dd

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Change {lookup,make}_reference_type API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3b22433085e4cfee83f5c52f3baa8fb9bc67f8dd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 22:25 [binutils-gdb] Add definitions for rvalue reference types sergiodj+buildbot
@ 2017-05-16 19:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-16 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5183>

Commit(s) tested:
	f9aeb8d499fa12610610dc19618230304c698f6c

Author(s) (in the same order as the commits):
	Artemiy Volkov <artemiyv@acm.org>

Subject:
	Add definitions for rvalue reference types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f9aeb8d499fa12610610dc19618230304c698f6c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 21:43 [binutils-gdb] Add -file-list-shared-libraries MI command sergiodj+buildbot
@ 2017-05-15 23:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-15 23:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5182>

Commit(s) tested:
	51457a05780da82b5321a1574caed95ac0e6923e

Author(s) (in the same order as the commits):
	Marc-Andre Laperle <marc-andre.laperle@ericsson.com>

Subject:
	Add -file-list-shared-libraries MI command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/51/51457a05780da82b5321a1574caed95ac0e6923e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 21:28 [binutils-gdb] Add a better diagnostic message in mi_gdb_test sergiodj+buildbot
@ 2017-05-15  2:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-15  2:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5181>

Commit(s) tested:
	5b291c049658614196197e4ea4bb42bcc176b876

Author(s) (in the same order as the commits):
	Marc-Andre Laperle <marc-andre.laperle@ericsson.com>

Subject:
	Add a better diagnostic message in mi_gdb_test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5b/5b291c049658614196197e4ea4bb42bcc176b876/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-24  3:12 [binutils-gdb] Remove unused parameter in solib_add and update_solib_list sergiodj+buildbot
@ 2017-05-14  6:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-14  6:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5180>

Commit(s) tested:
	e696b3ad342dde596dcdad4cff6b875c361ed6d0

Author(s) (in the same order as the commits):
	Marc-Andre Laperle <marc-andre.laperle@ericsson.com>

Subject:
	Remove unused parameter in solib_add and update_solib_list

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e6/e696b3ad342dde596dcdad4cff6b875c361ed6d0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 20:51 [binutils-gdb] Fix spurious FAILs with examine-backward.exp sergiodj+buildbot
@ 2017-05-13 10:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-13 10:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5179>

Commit(s) tested:
	59a561480d547d041127630b1ba17a284eef8225

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix spurious FAILs with examine-backward.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/59/59a561480d547d041127630b1ba17a284eef8225/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 20:36 [binutils-gdb] s390: Fix displaced-stepping certain relative branch insns sergiodj+buildbot
@ 2017-05-12 13:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-12 13:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5178>

Commit(s) tested:
	dcb84eda0c5f25835251a311c4d6704e70cfa498

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	s390: Fix displaced-stepping certain relative branch insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/dc/dcb84eda0c5f25835251a311c4d6704e70cfa498/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 19:52 [binutils-gdb] PR 21266, unstable qsort in bfd/elf64-ppc.c sergiodj+buildbot
@ 2017-05-11 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-11 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5177>

Commit(s) tested:
	aaed6f5be3a41a88cc13c744e88af78f5a42dd5b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR 21266, unstable qsort in bfd/elf64-ppc.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/aa/aaed6f5be3a41a88cc13c744e88af78f5a42dd5b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 19:37 [binutils-gdb] DT_TEXTREL vs IFUNC sergiodj+buildbot
@ 2017-05-10 15:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-10 15:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5176>

Commit(s) tested:
	82e66161e649e5e801c40a52cba759292a76a59a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	DT_TEXTREL vs IFUNC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/82/82e66161e649e5e801c40a52cba759292a76a59a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 19:22 [binutils-gdb] i386-gnu-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-09 19:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-09 19:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5175>

Commit(s) tested:
	d9cb6cdcfa12368f2f639f8cd06d18b94bd98a39

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	i386-gnu-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d9/d9cb6cdcfa12368f2f639f8cd06d18b94bd98a39/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 19:06 [binutils-gdb] i386-darwin-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-08 22:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 22:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5174>

Commit(s) tested:
	1afaf9f42fe201872d758214beceff85325a988a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	i386-darwin-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1afaf9f42fe201872d758214beceff85325a988a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 18:49 [binutils-gdb] i386-bsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-08  1:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-08  1:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5173>

Commit(s) tested:
	aac12e2497a42b47223680ab1b5924137de77c9a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	i386-bsd-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/aa/aac12e2497a42b47223680ab1b5924137de77c9a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 17:59 [binutils-gdb] hppa-obsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-07  6:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-07  6:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5172>

Commit(s) tested:
	bbe1eef1e585e19d5493882e55f2b7902df9827a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	hppa-obsd-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bb/bbe1eef1e585e19d5493882e55f2b7902df9827a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 17:03 [binutils-gdb] hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-06  9:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-06  9:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5171>

Commit(s) tested:
	10799020a9336b6a88c1ace53c601960b840d580

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/10/10799020a9336b6a88c1ace53c601960b840d580/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 16:39 [binutils-gdb] hppa-linux-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-05 14:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-05 14:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5170>

Commit(s) tested:
	00204cf7da01d99205aacc994e5c594ed12bba64

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	hppa-linux-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/00/00204cf7da01d99205aacc994e5c594ed12bba64/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 16:13 [binutils-gdb] corelow: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-04 10:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-04 10:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5169>

Commit(s) tested:
	11a3371447f15af26def26646ad2eb7a4386462d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	corelow: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/11/11a3371447f15af26def26646ad2eb7a4386462d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 15:22 [binutils-gdb] bsd-uthread: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-03 14:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-03 14:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5168>

Commit(s) tested:
	317cd4925a9d6ef6f8752a771cb56e85ddfb30f0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	bsd-uthread: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/31/317cd4925a9d6ef6f8752a771cb56e85ddfb30f0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 14:26 [binutils-gdb] arm-nbsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-02 13:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-02 13:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5167>

Commit(s) tested:
	9ac8a7c281aa949cf588cccb9977ea51eaff8130

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	arm-nbsd-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9a/9ac8a7c281aa949cf588cccb9977ea51eaff8130/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 14:08 [binutils-gdb] arm-linux-nat.c: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-05-01 17:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-05-01 17:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5166>

Commit(s) tested:
	4ac4bb6ad5ead16be5ca6996a3e325c26ddf71da

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	arm-linux-nat.c: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4a/4ac4bb6ad5ead16be5ca6996a3e325c26ddf71da/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 13:24 [binutils-gdb] PR remote/21188: Fix remote serial timeout sergiodj+buildbot
@ 2017-04-30 20:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-30 20:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5165>

Commit(s) tested:
	9bcbdca808b5f9fec6217d20bd4b48a56008c460

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	PR remote/21188: Fix remote serial timeout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9b/9bcbdca808b5f9fec6217d20bd4b48a56008c460/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 13:04 [binutils-gdb] Fix PR gdb/19637: bound_registers.py: Add support for Python 3 sergiodj+buildbot
@ 2017-04-30  0:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-30  0:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5164>

Commit(s) tested:
	7503099f3e29739d34cb1224d54fba96404e6e61

Author(s) (in the same order as the commits):
	Jonah Graham <jonah@kichwacoders.com>

Subject:
	Fix PR gdb/19637: bound_registers.py: Add support for Python 3

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/75/7503099f3e29739d34cb1224d54fba96404e6e61/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 12:43 [binutils-gdb] E6500 spr mnemonics sergiodj+buildbot
@ 2017-04-28 15:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-28 15:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5163>

Commit(s) tested:
	4b94dd2de12dd0389615700b13b63260e162ccf0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	E6500 spr mnemonics

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4b/4b94dd2de12dd0389615700b13b63260e162ccf0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  8:41 [binutils-gdb] Big-endian targets: Don't ignore offset into DW_OP_stack_value sergiodj+buildbot
@ 2017-04-27 17:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-27 17:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5162>

Commit(s) tested:
	7942e96e435d1cf4d4dbf58c47bb28d9f628c9e6

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Big-endian targets: Don't ignore offset into DW_OP_stack_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/79/7942e96e435d1cf4d4dbf58c47bb28d9f628c9e6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  7:41 [binutils-gdb] gdb.python/py-lazy-string (pointer): Really add new typedef sergiodj+buildbot
@ 2017-04-26 20:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-26 20:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5161>

Commit(s) tested:
	6ebac3fbacebaebd9e2c9393da3b612342d953a9

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	gdb.python/py-lazy-string (pointer): Really add new typedef.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6ebac3fbacebaebd9e2c9393da3b612342d953a9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 10:54 [binutils-gdb] Add support for a GNU BUILD note type to record the enum size sergiodj+buildbot
@ 2017-04-25 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-25 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5160>

Commit(s) tested:
	a8be5506b626a57f84771c5ddfaefabf2d61c017

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add support for a GNU BUILD note type to record the enum size.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a8/a8be5506b626a57f84771c5ddfaefabf2d61c017/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  5:40 [binutils-gdb] Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record sergiodj+buildbot
@ 2017-04-24 21:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-24 21:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5159>

Commit(s) tested:
	ba14f3792fe007bedd88b62e554c79258adc53d9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ba/ba14f3792fe007bedd88b62e554c79258adc53d9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 10:25 [binutils-gdb] Fix arm process record for some instructions sergiodj+buildbot
@ 2017-04-24  0:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-24  0:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5158>

Commit(s) tested:
	b121eeb9971ebfceffc38e6131fdc15ec4188599

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix arm process record for some instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b1/b121eeb9971ebfceffc38e6131fdc15ec4188599/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 10:10 [binutils-gdb] Add instruction_reader to arm process record sergiodj+buildbot
@ 2017-04-23  1:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-23  1:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5157>

Commit(s) tested:
	728a79135f51a1c20719ebaf3c98446d9ee248db

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Add instruction_reader to arm process record

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/72/728a79135f51a1c20719ebaf3c98446d9ee248db/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  2:39 [binutils-gdb] Copy lazy string handling fixes from Python sergiodj+buildbot
@ 2017-04-22  4:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-22  4:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5156>

Commit(s) tested:
	a7c0469f992721b30665ba92f4f2f74d29032a84

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Copy lazy string handling fixes from Python.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a7/a7c0469f992721b30665ba92f4f2f74d29032a84/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-23  1:38 [binutils-gdb] Fix various python lazy string bugs sergiodj+buildbot
@ 2017-04-21  8:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-21  8:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5155>

Commit(s) tested:
	34b433203b5f56149c27a8dfea21a921392cb158

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Fix various python lazy string bugs.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/34/34b433203b5f56149c27a8dfea21a921392cb158/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  8:23 [binutils-gdb] New function tyscm_scm_to_type sergiodj+buildbot
@ 2017-04-20 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-20 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5154>

Commit(s) tested:
	a3a5feccd26be653efbdf1408874b98962baaa50

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	New function tyscm_scm_to_type.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a3/a3a5feccd26be653efbdf1408874b98962baaa50/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  8:05 [binutils-gdb] [Patch] Fix variable type glitch in inf-ptrace.c sergiodj+buildbot
@ 2017-04-19 16:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-19 16:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5153>

Commit(s) tested:
	28f1c60507ad4ca2252cebada30d2f63ec3b772f

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[Patch] Fix variable type glitch in inf-ptrace.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/28/28f1c60507ad4ca2252cebada30d2f63ec3b772f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  7:47 [binutils-gdb] Fix expect for gdb.cp/m-static.exp sergiodj+buildbot
@ 2017-04-18 18:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-18 18:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5152>

Commit(s) tested:
	ec3b243d4308ee56c9e3c62470b10ed2a822eb51

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Fix expect for gdb.cp/m-static.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ec3b243d4308ee56c9e3c62470b10ed2a822eb51/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 22:07 [binutils-gdb] RISC-V: Fix assembler for c.li, c.andi and c.addiw sergiodj+buildbot
@ 2017-04-17 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-17 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5151>

Commit(s) tested:
	b416fe873ef44b2a613c9266c6462a481926d986

Author(s) (in the same order as the commits):
	Kito Cheng <kito.cheng@gmail.com>

Subject:
	RISC-V: Fix assembler for c.li, c.andi and c.addiw

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b4/b416fe873ef44b2a613c9266c6462a481926d986/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 20:41 [binutils-gdb] RISC-V: Fix assembler for c.addi, rd can be x0 sergiodj+buildbot
@ 2017-04-17  1:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-17  1:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5150>

Commit(s) tested:
	03b039a518fa0f89a9900a44a8b874cc91061305

Author(s) (in the same order as the commits):
	Kito Cheng <kito.cheng@gmail.com>

Subject:
	RISC-V: Fix assembler for c.addi, rd can be x0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/03/03b039a518fa0f89a9900a44a8b874cc91061305/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 20:08 [binutils-gdb] Add DW_OP_GNU_variable_value sergiodj+buildbot
@ 2017-04-16  4:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-16  4:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5149>

Commit(s) tested:
	c98763221af696a9e0c6686da7d65881bfd6bdd0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add DW_OP_GNU_variable_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c9/c98763221af696a9e0c6686da7d65881bfd6bdd0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  6:21 [binutils-gdb] inf-ptrace: Do not stop memory transfers after a single word sergiodj+buildbot
@ 2017-04-15  8:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-15  8:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5148>

Commit(s) tested:
	87c336f60eccc6506ff19369c29575f43fea02ea

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	inf-ptrace: Do not stop memory transfers after a single word

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/87/87c336f60eccc6506ff19369c29575f43fea02ea/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  6:11 [binutils-gdb] RISC-V: Fix [dis]assembly of srai/srli sergiodj+buildbot
@ 2017-04-14 12:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-14 12:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5147>

Commit(s) tested:
	2c232b8361a044d689d12161b7a645d238586f5e

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	RISC-V: Fix [dis]assembly of srai/srli

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2c/2c232b8361a044d689d12161b7a645d238586f5e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 16:41 [binutils-gdb] Make length_of_subexp static sergiodj+buildbot
@ 2017-04-13 15:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-13 15:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5146>

Commit(s) tested:
	cf81cf6081d1a8c15c477f903d15d7b88f31b686

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Make length_of_subexp static

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cf/cf81cf6081d1a8c15c477f903d15d7b88f31b686/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 15:42 [binutils-gdb] Add test name argument to get_valueof, get_integer_valueof and get_sizeof sergiodj+buildbot
@ 2017-04-12 18:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-12 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5145>

Commit(s) tested:
	0efcde634d45f4cda03fd18c43ff449103559d7a

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	Add test name argument to get_valueof, get_integer_valueof and get_sizeof

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0e/0efcde634d45f4cda03fd18c43ff449103559d7a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 14:42 [binutils-gdb] linux-nat: Exploit /proc/<pid>/mem for writing sergiodj+buildbot
@ 2017-04-11 21:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-11 21:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5144>

Commit(s) tested:
	a379284af268ed768674e7f452ca78dad2aaaf55

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	linux-nat: Exploit /proc/<pid>/mem for writing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a3/a379284af268ed768674e7f452ca78dad2aaaf55/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 13:41 [binutils-gdb] Restore test-cp-name-parser build sergiodj+buildbot
@ 2017-04-11  0:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-11  0:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5143>

Commit(s) tested:
	8a6200ba863f207d93467312431d107f50f0e2ab

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Restore test-cp-name-parser build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8a/8a6200ba863f207d93467312431d107f50f0e2ab/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22 12:42 [binutils-gdb] alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-04-10  4:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-10  4:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5142>

Commit(s) tested:
	f79ec2066662b2c32c9e62ee372c9c230d206b89

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f7/f79ec2066662b2c32c9e62ee372c9c230d206b89/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  3:39 [binutils-gdb] aix-thread: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-04-09  7:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-09  7:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5141>

Commit(s) tested:
	edb5fb00a6865884f99be01a9e97f44243a9deb9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	aix-thread: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ed/edb5fb00a6865884f99be01a9e97f44243a9deb9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  3:26 [binutils-gdb] aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-04-08 10:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-08 10:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5140>

Commit(s) tested:
	551196862e4e9dfda510f59c53b0a3ff3153e4ed

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/55/551196862e4e9dfda510f59c53b0a3ff3153e4ed/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  2:36 [binutils-gdb] amd64-linux-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
@ 2017-04-07 13:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-07 13:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5139>

Commit(s) tested:
	6a06fbb7b73fe55d6b9057f8154652e1ae8f883c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	amd64-linux-nat: Use ptid from regcache instead of inferior_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6a/6a06fbb7b73fe55d6b9057f8154652e1ae8f883c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  2:21 [binutils-gdb] Add asserts in target_fetch/store_registers sergiodj+buildbot
@ 2017-04-06 17:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-06 17:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5138>

Commit(s) tested:
	c6386875ba57a806c896ba097afef525671de4a0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add asserts in target_fetch/store_registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c6/c6386875ba57a806c896ba097afef525671de4a0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  2:06 [binutils-gdb] Introduce regcache_get_ptid sergiodj+buildbot
@ 2017-04-05 20:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-05 20:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5137>

Commit(s) tested:
	ddaaf0fb8605fced72e84410fc7ac834e529eb53

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Introduce regcache_get_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/dd/ddaaf0fb8605fced72e84410fc7ac834e529eb53/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  6:40 [binutils-gdb] gdbserver: Use pattern rule for the remaining %-ipa.o objects sergiodj+buildbot
@ 2017-04-05  0:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-05  0:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5136>

Commit(s) tested:
	1a01e7c6b0eaed1bfe70d48692e1103c6e9ee2d9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for the remaining %-ipa.o objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a01e7c6b0eaed1bfe70d48692e1103c6e9ee2d9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  1:03 [binutils-gdb] gdbserver: Use pattern rule for IPA objects from common/ sergiodj+buildbot
@ 2017-04-04  4:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-04  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5135>

Commit(s) tested:
	36bc18a810a13f884d826842abbdd6d744ff6481

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for IPA objects from common/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/36/36bc18a810a13f884d826842abbdd6d744ff6481/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  0:48 [binutils-gdb] gdbserver: Use pattern rule for IPA objects from gdbserver/ sergiodj+buildbot
@ 2017-04-03  8:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-03  8:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5134>

Commit(s) tested:
	a8ebe3d5f17f12490012a1a3c69d17b6e9362805

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for IPA objects from gdbserver/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a8/a8ebe3d5f17f12490012a1a3c69d17b6e9362805/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  3:38 [binutils-gdb] gdbserver: Use pattern rule for objects from arch/ sergiodj+buildbot
@ 2017-04-02 12:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-02 12:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5133>

Commit(s) tested:
	50cfacb78f3998e5ecc653090e4f1a11dfb3d8dd

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for objects from arch/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/50/50cfacb78f3998e5ecc653090e4f1a11dfb3d8dd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-21 23:46 [binutils-gdb] gdbserver: Use pattern rule for objects from nat/ sergiodj+buildbot
@ 2017-04-01 16:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-04-01 16:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5132>

Commit(s) tested:
	c5a22423d09e3bf670fb0de0a98e6feb6176eb3f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for objects from nat/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c5/c5a22423d09e3bf670fb0de0a98e6feb6176eb3f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  1:38 [binutils-gdb] gdbserver: Use pattern rule for objects from common/ sergiodj+buildbot
@ 2017-03-31 15:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-31 15:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5131>

Commit(s) tested:
	6bda016bec556855c6d4e191f360f921faa40ded

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for objects from common/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6b/6bda016bec556855c6d4e191f360f921faa40ded/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-22  0:39 [binutils-gdb] gdbserver: Use pattern rule for objects from target/ sergiodj+buildbot
@ 2017-03-30 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-30 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5130>

Commit(s) tested:
	21122961ecea30b3be7c788e09179d297e3233f0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for objects from target/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/21/21122961ecea30b3be7c788e09179d297e3233f0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-21 22:27 [binutils-gdb] gdbserver: Use pattern rule for regformats source file generation sergiodj+buildbot
@ 2017-03-29 23:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-29 23:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5129>

Commit(s) tested:
	c362e6217b556ce932250c340218f1ca16391070

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	gdbserver: Use pattern rule for regformats source file generation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c3/c362e6217b556ce932250c340218f1ca16391070/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-21 21:41 [binutils-gdb] testsuite: Disable backslash_in_multi_line_command_test for old DejaGnus sergiodj+buildbot
@ 2017-03-29  3:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-29  3:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5128>

Commit(s) tested:
	7978d7c385b072a344d969f71cdc68e1a1171ec2

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	testsuite: Disable backslash_in_multi_line_command_test for old DejaGnus

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/79/7978d7c385b072a344d969f71cdc68e1a1171ec2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-21 21:25 [binutils-gdb] testsuite: Introduce dejagnu_version sergiodj+buildbot
@ 2017-03-28  6:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-28  6:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5127>

Commit(s) tested:
	896c0c1edee117ea333c66b1adac8c6f4def3f2b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	testsuite: Introduce dejagnu_version

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/89/896c0c1edee117ea333c66b1adac8c6f4def3f2b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-13 20:46 [binutils-gdb] Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions sergiodj+buildbot
@ 2017-03-26 10:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-26 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5125>

Commit(s) tested:
	b9da89d161e3903faa335f444af2bf05e40f926e

Author(s) (in the same order as the commits):
	mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>

Subject:
	Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b9/b9da89d161e3903faa335f444af2bf05e40f926e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-13 18:10 [binutils-gdb] Sync libiberty sources with GCC sergiodj+buildbot
@ 2017-03-25 13:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-25 13:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5124>

Commit(s) tested:
	c793cac124dd2eb34042f2e43abb099a26e34cb0

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync libiberty sources with GCC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c7/c793cac124dd2eb34042f2e43abb099a26e34cb0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-13 10:26 [binutils-gdb] Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AARCH64_TLSDESC_ADD_LO12_NC to R_AARCH64_TLSDESC_ADD_LO12 sergiodj+buildbot
@ 2017-03-24 17:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-24 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5123>

Commit(s) tested:
	f955cccff399ccc4e16b8e90f140f2e9a785a07b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AARCH64_TLSDESC_ADD_LO12_NC to R_AARCH64_TLSDESC_ADD_LO12.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f955cccff399ccc4e16b8e90f140f2e9a785a07b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-11 13:40 [binutils-gdb] Remove bogus ATTRIBUTE_UNUSED sergiodj+buildbot
@ 2017-03-22 21:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-22 21:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5121>

Commit(s) tested:
	4aef764338ed40a7fa9573b0e6e2ade817acd688

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove bogus ATTRIBUTE_UNUSED

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4a/4aef764338ed40a7fa9573b0e6e2ade817acd688/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-10 18:58 [binutils-gdb] c++/8218: Destructors w/arguments sergiodj+buildbot
@ 2017-03-22  1:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-22  1:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5120>

Commit(s) tested:
	5f4d10850850cd95af5e95a16848c8c07a273d88

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	c++/8218: Destructors w/arguments.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5f/5f4d10850850cd95af5e95a16848c8c07a273d88/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-10 11:14 [binutils-gdb] Add basic recognition of new EM_ ELF machine numbers sergiodj+buildbot
@ 2017-03-17 17:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-17 17:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5119>

Commit(s) tested:
	55e22ca83ae50d6fe422cd0542f2a1a5934b2dd2

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add basic recognition of new EM_ ELF machine numbers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/55/55e22ca83ae50d6fe422cd0542f2a1a5934b2dd2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-09 18:26 [binutils-gdb] X86: Add pseudo prefixes to control encoding sergiodj+buildbot
@ 2017-03-16 20:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-16 20:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5118>

Commit(s) tested:
	86fa6981e7487e2c2df4337aa75ed2d93c32eaf2

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Add pseudo prefixes to control encoding

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/86/86fa6981e7487e2c2df4337aa75ed2d93c32eaf2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-09 16:53 [binutils-gdb] Fix compile time warnings about using possibly uninitialised variables in rs6000-core.c sergiodj+buildbot
@ 2017-03-16  1:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-16  1:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5117>

Commit(s) tested:
	f03265d9cda1f5f8df238efa9b7a20330e5711f1

Author(s) (in the same order as the commits):
	Sam Thursfield <sam.thursfield@codethink.co.uk>

Subject:
	Fix compile time warnings about using possibly uninitialised variables in rs6000-core.c.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f0/f03265d9cda1f5f8df238efa9b7a20330e5711f1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-09 16:05 [binutils-gdb] Use CpuCET on rdsspq sergiodj+buildbot
@ 2017-03-14 10:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-14 10:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5115>

Commit(s) tested:
	c1fe188b154a4e81372629316be3d3a7820efdac

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Use CpuCET on rdsspq

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c1/c1fe188b154a4e81372629316be3d3a7820efdac/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-09  3:06 [binutils-gdb] Update -maltivec and -mvsx options to only enable their oldest instructions sergiodj+buildbot
@ 2017-03-13 14:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-13 14:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5114>

Commit(s) tested:
	4b8b687e885287ed85dafffcebbb8d03d7ea2c38

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Update -maltivec and -mvsx options to only enable their oldest instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4b/4b8b687e885287ed85dafffcebbb8d03d7ea2c38/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 22:52 [binutils-gdb] Avoid unstable test message in gdb.base/step-over-exit.exp sergiodj+buildbot
@ 2017-03-12 18:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-12 18:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5113>

Commit(s) tested:
	1de05205afe1ecd1f1fa2befc6843d0dc70adefc

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Avoid unstable test message in gdb.base/step-over-exit.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1d/1de05205afe1ecd1f1fa2befc6843d0dc70adefc/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 20:33 [binutils-gdb] Add support for the new 'lnia' extended mnemonic sergiodj+buildbot
@ 2017-03-11 22:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-11 22:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5112>

Commit(s) tested:
	1437d0631b209500db8371c425e896deb66ec9f9

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Add support for the new 'lnia' extended mnemonic.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/14/1437d0631b209500db8371c425e896deb66ec9f9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 20:16 [binutils-gdb] Fix PR18360 - internal error when using "interrupt -a" sergiodj+buildbot
@ 2017-03-11  1:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-11  1:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5111>

Commit(s) tested:
	c65d6b55b3a592906c470c566f57ad8ceacc1605

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR18360 - internal error when using "interrupt -a"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c6/c65d6b55b3a592906c470c566f57ad8ceacc1605/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 17:58 [binutils-gdb] gdb: Fix ATTRIBUTE_NONNULL usage sergiodj+buildbot
@ 2017-03-10  5:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-10  5:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5110>

Commit(s) tested:
	15c22686d0e33d87262bc9075296eeddd7d955f7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix ATTRIBUTE_NONNULL usage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/15/15c22686d0e33d87262bc9075296eeddd7d955f7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 15:51 [binutils-gdb] gdb.arch/amd64-entry-value-param*.exp: Make sure test messages are unique sergiodj+buildbot
@ 2017-03-09 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-09 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5108>

Commit(s) tested:
	2e86a2830cfef688a27e17353b84f59f8147ab23

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb.arch/amd64-entry-value-param*.exp: Make sure test messages are unique

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2e/2e86a2830cfef688a27e17353b84f59f8147ab23/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 14:07 [binutils-gdb] gdb: Fix a few unstable test names sergiodj+buildbot
@ 2017-03-09 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-09 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5106>

Commit(s) tested:
	dc9366eb0592157e2125967690f0aed61b17bcf7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix a few unstable test names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/dc/dc9366eb0592157e2125967690f0aed61b17bcf7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08 13:00 [binutils-gdb] Fix PR 21218: GDB dumps core when escaping newline in multi-line command sergiodj+buildbot
@ 2017-03-09  8:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-09  8:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5105>

Commit(s) tested:
	6e5d74e74756fafe59e8198c4cc462cf7c57e12c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR 21218: GDB dumps core when escaping newline in multi-line command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6e5d74e74756fafe59e8198c4cc462cf7c57e12c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08  2:52 [binutils-gdb] Fix PR tui/21216: TUI line breaks regression sergiodj+buildbot
@ 2017-03-09  5:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-09  5:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5104>

Commit(s) tested:
	9753a2f6d74dc92d2ad94993a5479ee0edbc6887

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR tui/21216: TUI line breaks regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/97/9753a2f6d74dc92d2ad94993a5479ee0edbc6887/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08  1:27 [binutils-gdb] Move TUI completion tests to gdb.tui/completion.exp sergiodj+buildbot
@ 2017-03-09  1:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-09  1:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5103>

Commit(s) tested:
	1a4dd9ddae4ce51724b4e08c6304e7c64f8f916f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Move TUI completion tests to gdb.tui/completion.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a4dd9ddae4ce51724b4e08c6304e7c64f8f916f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-08  0:56 [binutils-gdb] Move TUI testcases to new gdb/testsuite/gdb.tui/ directory sergiodj+buildbot
@ 2017-03-08 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-08 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5102>

Commit(s) tested:
	7cbbff33a502dcba0264a1935840345274b8aee2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Move TUI testcases to new gdb/testsuite/gdb.tui/ directory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7c/7cbbff33a502dcba0264a1935840345274b8aee2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-07 21:08 [binutils-gdb] Share gdb/environ.[ch] with gdbserver sergiodj+buildbot
@ 2017-03-08 17:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-08 17:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5101>

Commit(s) tested:
	1672e0d98d88d11b5c7d5793bd2cf29cbb56696f

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Share gdb/environ.[ch] with gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/16/1672e0d98d88d11b5c7d5793bd2cf29cbb56696f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-07 18:49 [binutils-gdb] GDB: Fix some null pointer dereferences due to disassembler-options patch sergiodj+buildbot
@ 2017-03-08 12:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-08 12:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5100>

Commit(s) tested:
	f7bb4e3a0d3738e8cce3dcded6ef12c9949cb85f

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	GDB: Fix some null pointer dereferences due to disassembler-options patch.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f7/f7bb4e3a0d3738e8cce3dcded6ef12c9949cb85f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-07 17:42 [binutils-gdb] Remove use of the no longer needed -mminimal-toc option sergiodj+buildbot
@ 2017-03-08  8:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-08  8:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5099>

Commit(s) tested:
	e45ced6c5e06b0092ac9f5497aa580cfad0c953c

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Remove use of the no longer needed -mminimal-toc option.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e4/e45ced6c5e06b0092ac9f5497aa580cfad0c953c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-07 15:07 [binutils-gdb] Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.exp sergiodj+buildbot
@ 2017-03-07 23:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-07 23:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5097>

Commit(s) tested:
	44959fa81858df7d06fd83b0595b66709e344074

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/44/44959fa81858df7d06fd83b0595b66709e344074/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-07 13:27 [binutils-gdb] amd64-mpx: initialize BND register before performing inferior calls sergiodj+buildbot
@ 2017-03-07 15:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-07 15:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5095>

Commit(s) tested:
	4a612d6f67d605f480ce7eec7fd9ca1cd1087b35

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	amd64-mpx: initialize BND register before performing inferior calls.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4a/4a612d6f67d605f480ce7eec7fd9ca1cd1087b35/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-07  2:46 [binutils-gdb] PowerPC64 abort due to dynamic relocs on hidden undefweak sergiodj+buildbot
@ 2017-03-07  8:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-07  8:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5094>

Commit(s) tested:
	b1b07054c08eea65ba8d1a9f771796d686f337e5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 abort due to dynamic relocs on hidden undefweak

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b1/b1b07054c08eea65ba8d1a9f771796d686f337e5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-06 23:51 [binutils-gdb] Add support for Intel CET instructions sergiodj+buildbot
@ 2017-03-07  4:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-07  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5093>

Commit(s) tested:
	603555e563725616246912711419637add54c961

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add support for Intel CET instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/60/603555e563725616246912711419637add54c961/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-06 21:27 [binutils-gdb] Remove const in xtensa-linux-nat.c:fetch_gregs sergiodj+buildbot
@ 2017-03-07  0:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-07  0:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5092>

Commit(s) tested:
	d274ecf4ddf76768af57e27f654b9ce6784b391c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove const in xtensa-linux-nat.c:fetch_gregs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d2/d274ecf4ddf76768af57e27f654b9ce6784b391c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-06 11:56 [binutils-gdb] Don't decode powerpc insns with invalid fields sergiodj+buildbot
@ 2017-03-06 14:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-06 14:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5091>

Commit(s) tested:
	73f07bffaf8d423295a38dde51dfe6ec7b273280

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't decode powerpc insns with invalid fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/73/73f07bffaf8d423295a38dde51dfe6ec7b273280/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-05  4:44 [binutils-gdb] Align eh_frame FDEs according to their encoding sergiodj+buildbot
@ 2017-03-05  7:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-05  7:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5089>

Commit(s) tested:
	2e0ce1c84d328bde4dca24b7cfc8b9c033ed271c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Align eh_frame FDEs according to their encoding

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2e/2e0ce1c84d328bde4dca24b7cfc8b9c033ed271c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-03 21:27 [binutils-gdb] Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite sergiodj+buildbot
@ 2017-03-04  4:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-04  4:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5088>

Commit(s) tested:
	8ecbe595e69a84a0e3053884832d63af37113680

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix umulh and smulh bugs.  Fix bugs in last week's sumov.s testsuite.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8e/8ecbe595e69a84a0e3053884832d63af37113680/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-03 18:22 [binutils-gdb] Use range-based for loop in remote_add_target_side_commands sergiodj+buildbot
@ 2017-03-04  0:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-04  0:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5087>

Commit(s) tested:
	df97be551faa262732128493c8ac159ae4b7f6d3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use range-based for loop in remote_add_target_side_commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/df/df97be551faa262732128493c8ac159ae4b7f6d3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-03 17:35 [binutils-gdb] Fetch lazy value before calling val_print sergiodj+buildbot
@ 2017-03-03 20:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-03 20:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5086>

Commit(s) tested:
	7d45f3df96ca108f6d7d0c5e4279e22b820145fa

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fetch lazy value before calling val_print

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7d/7d45f3df96ca108f6d7d0c5e4279e22b820145fa/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-02 15:11 [binutils-gdb] Disable warning message about a program header with no associated sections when that header's file size is non-zero sergiodj+buildbot
@ 2017-03-02 22:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-02 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5085>

Commit(s) tested:
	f98450c6eee6878ebf5b052d231758026d250427

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Disable warning message about a program header with no associated sections when that header's file size is non-zero.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f98450c6eee6878ebf5b052d231758026d250427/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-02  0:24 [binutils-gdb] PowerPC VLE typo fix sergiodj+buildbot
@ 2017-03-02 18:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-02 18:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5084>

Commit(s) tested:
	673cff9b8b3105f74ce97c202a0727f9e83e56e6

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC VLE typo fix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/67/673cff9b8b3105f74ce97c202a0727f9e83e56e6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-03-01 11:25 [binutils-gdb] Add support for displaying and merging GNU_BUILD_NOTEs sergiodj+buildbot
@ 2017-03-02 10:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-02 10:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5082>

Commit(s) tested:
	9ef920e933bf2ea228c909cf81636e6d9577e51e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add support for displaying and merging GNU_BUILD_NOTEs.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9e/9ef920e933bf2ea228c909cf81636e6d9577e51e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28 18:48 [binutils-gdb] GDB: Add support for the new set/show disassembler-options commands sergiodj+buildbot
@ 2017-03-02  6:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-02  6:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5081>

Commit(s) tested:
	65b48a81404cb058c75c562f7dfdeb74f07eba72

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	GDB: Add support for the new set/show disassembler-options commands.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/65/65b48a81404cb058c75c562f7dfdeb74f07eba72/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28 14:32 [binutils-gdb] PowerPC addpcis fix again sergiodj+buildbot
@ 2017-03-02  3:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-02  3:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5080>

Commit(s) tested:
	3de43e7beb9839fa268a73be77de73a7b7cd97db

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC addpcis fix again

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3d/3de43e7beb9839fa268a73be77de73a7b7cd97db/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28 10:17 [binutils-gdb] x86: fix handling of 64-bit operand size VPCMPESTR{I, M} sergiodj+buildbot
@ 2017-03-01 23:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-01 23:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5079>

Commit(s) tested:
	15c7c1d8a535000e94ed36f4259d0ede32001408

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: fix handling of 64-bit operand size VPCMPESTR{I,M}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/15/15c7c1d8a535000e94ed36f4259d0ede32001408/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28  5:23 [binutils-gdb] Nios2 dynobj handling fixes sergiodj+buildbot
@ 2017-03-01 19:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-01 19:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5078>

Commit(s) tested:
	4ef97a1b459849ad190244c36b36d45bdd078030

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Nios2 dynobj handling fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4e/4ef97a1b459849ad190244c36b36d45bdd078030/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28  4:22 [binutils-gdb] PowerPC addpcis fix sergiodj+buildbot
@ 2017-03-01 15:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-01 15:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5077>

Commit(s) tested:
	7ba71655a425ac44721f97cc0ad7922ca15bce43

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC addpcis fix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7b/7ba71655a425ac44721f97cc0ad7922ca15bce43/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28  3:19 [binutils-gdb] Don't make dynamic .data.rel.ro SEC_READONLY sergiodj+buildbot
@ 2017-03-01 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-01 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5076>

Commit(s) tested:
	afbf7e8e3aa24152ad58e430c8d37d82e5751f1c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't make dynamic .data.rel.ro SEC_READONLY

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/af/afbf7e8e3aa24152ad58e430c8d37d82e5751f1c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-28  0:57 [binutils-gdb] MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR sergiodj+buildbot
@ 2017-03-01  7:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-01  7:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5075>

Commit(s) tested:
	0e39210161e7c547ab53afb86997303e24a42c0c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0e/0e39210161e7c547ab53afb86997303e24a42c0c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-27 19:30 [binutils-gdb] Remove struct keyword from range-based for loop sergiodj+buildbot
@ 2017-03-01  2:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-03-01  2:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5074>

Commit(s) tested:
	d538e36decd5628c084dbd5a7de13719b8b92121

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove struct keyword from range-based for loop

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d5/d538e36decd5628c084dbd5a7de13719b8b92121/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-27 18:58 [binutils-gdb] Use range-based for loop in remote_add_target_side_condition sergiodj+buildbot
@ 2017-02-28 22:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-28 22:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5073>

Commit(s) tested:
	8362122330c97c8c4a15da4e7ba8aa29f0c11157

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Use range-based for loop in remote_add_target_side_condition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/83/8362122330c97c8c4a15da4e7ba8aa29f0c11157/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-27 17:42 [binutils-gdb] Fix array out of bound access sergiodj+buildbot
@ 2017-02-28 18:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-28 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5072>

Commit(s) tested:
	2123df0ebfc7ade46784ef412226490d59f8ce05

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix array out of bound access

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/21/2123df0ebfc7ade46784ef412226490d59f8ce05/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-27 11:51 [binutils-gdb] Fix segfault in microblaze linker when garbage collection removes a symbol scheduled for a slot in the PLT sergiodj+buildbot
@ 2017-02-28 14:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-28 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5071>

Commit(s) tested:
	bd757ca7bf5886a4025ca02093fca1b8c5ce11a2

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix segfault in microblaze linker when garbage collection removes a symbol scheduled for a slot in the PLT.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bd/bd757ca7bf5886a4025ca02093fca1b8c5ce11a2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: no double prompt
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: set height unlimited
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-26 16:22 [binutils-gdb] DWARF-5: Initialization due to a false compiler warning sergiodj+buildbot
@ 2017-02-28  7:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-28  7:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5069>

Commit(s) tested:
	a49dd8dd482da6a8131752f8312a06aa6599063c

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	DWARF-5: Initialization due to a false compiler warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a4/a49dd8dd482da6a8131752f8312a06aa6599063c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-26  5:34 [binutils-gdb] Add missing smov support, and clean up existing umov support sergiodj+buildbot
@ 2017-02-27 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-27 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5067>

Commit(s) tested:
	152e1e1bc90030cec9ce8318ab982675b1e90a00

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Add missing smov support, and clean up existing umov support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/15/152e1e1bc90030cec9ce8318ab982675b1e90a00/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-26  4:21 [binutils-gdb] Add missing cnt (popcount) instruction support sergiodj+buildbot
@ 2017-02-27 14:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-27 14:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5066>

Commit(s) tested:
	ac189e7bf8865d61b4f5e89a530476f9e4c5c70b

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Add missing cnt (popcount) instruction support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ac/ac189e7bf8865d61b4f5e89a530476f9e4c5c70b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-25  9:00 [binutils-gdb] ARC naughtiness causing assertion fail at elf-strtab.c:302 sergiodj+buildbot
@ 2017-02-27 10:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-27 10:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5065>

Commit(s) tested:
	034fed0bbc3541d2a11a839faf4be521843ad954

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ARC naughtiness causing assertion fail at elf-strtab.c:302

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/03/034fed0bbc3541d2a11a839faf4be521843ad954/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24 19:30 [binutils-gdb] [AArch64] Additional SVE instructions sergiodj+buildbot
@ 2017-02-27  6:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-27  6:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5064>

Commit(s) tested:
	582e12bf7602bb62ecc234402eb54044e83065e2

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64] Additional SVE instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/58/582e12bf7602bb62ecc234402eb54044e83065e2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24 23:37 [binutils-gdb] [AArch64] Add a "compnum" feature sergiodj+buildbot
@ 2017-02-27  2:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-27  2:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5063>

Commit(s) tested:
	f482d3044722558c3b16f54b33b0855bfbae36b1

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64] Add a "compnum" feature

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f4/f482d3044722558c3b16f54b33b0855bfbae36b1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24 21:09 [binutils-gdb] symtab.c: Small refactor sergiodj+buildbot
@ 2017-02-26 22:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-26 22:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5062>

Commit(s) tested:
	34e4bae972e66c0bcbd382478bbcaffc9b45ac05

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	symtab.c: Small refactor

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/34/34e4bae972e66c0bcbd382478bbcaffc9b45ac05/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: no double prompt
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24 19:18 [binutils-gdb] Add new counter-enable CSRs sergiodj+buildbot
@ 2017-02-26 13:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-26 13:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5060>

Commit(s) tested:
	742d14b39b384e822fd2218cf1803aef68a95d99

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Add new counter-enable CSRs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/74/742d14b39b384e822fd2218cf1803aef68a95d99/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24 16:45 [binutils-gdb] Remove use of MAX_REGISTER_SIZE sergiodj+buildbot
@ 2017-02-26  9:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-26  9:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5059>

Commit(s) tested:
	b0e4b369d519f9c604bddd6305e64dbb9f794256

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove use of MAX_REGISTER_SIZE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b0/b0e4b369d519f9c604bddd6305e64dbb9f794256/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24 16:32 [binutils-gdb] Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE sergiodj+buildbot
@ 2017-02-26  5:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-26  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5058>

Commit(s) tested:
	975c21ab6d2f6e94fcd4723bcaada4015ce7b0cf

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/97/975c21ab6d2f6e94fcd4723bcaada4015ce7b0cf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24  9:18 [binutils-gdb] x86: also correctly support TEST opcode aliases sergiodj+buildbot
@ 2017-02-26  1:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-26  1:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5057>

Commit(s) tested:
	7db2c58848ca683f3b09e687a9b012dbb49316af

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: also correctly support TEST opcode aliases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7d/7db2c58848ca683f3b09e687a9b012dbb49316af/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24  1:21 [binutils-gdb] MIPS/BFD: Remove duplicate NewABI JALR relocation handling sergiodj+buildbot
@ 2017-02-25 21:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-25 21:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5056>

Commit(s) tested:
	5d58c7337972bb24caea7598d0ae4d461b0fc22b

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Remove duplicate NewABI JALR relocation handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5d/5d58c7337972bb24caea7598d0ae4d461b0fc22b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-24  0:15 [binutils-gdb] MIPS/BFD: Discard ineligible JALR relocations right away sergiodj+buildbot
@ 2017-02-25 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-25 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5055>

Commit(s) tested:
	c1556ecd7843912269aba283a0fd307729fa0c3a

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Discard ineligible JALR relocations right away

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c1/c1556ecd7843912269aba283a0fd307729fa0c3a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 21:46 [binutils-gdb] PR21166: Validate rdrand/rdseed support separately in gdb.reverse/insn-reverse-x86.c sergiodj+buildbot
@ 2017-02-25 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-25 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5054>

Commit(s) tested:
	17cd494709a60750234c7dbe4f1db2932f8a71c4

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	PR21166: Validate rdrand/rdseed support separately in gdb.reverse/insn-reverse-x86.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/17/17cd494709a60750234c7dbe4f1db2932f8a71c4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 20:15 [binutils-gdb] S/390: Add support for new cpu architecture - arch12 sergiodj+buildbot
@ 2017-02-25  9:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-25  9:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5053>

Commit(s) tested:
	64025b4ec97fe8e932c367c6cb719e5fcf2448e8

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.vnet.ibm.com>

Subject:
	S/390: Add support for new cpu architecture - arch12.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/64025b4ec97fe8e932c367c6cb719e5fcf2448e8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 19:28 [binutils-gdb] Use gdb::function_view in iterate_over_symtabs & co sergiodj+buildbot
@ 2017-02-25  5:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-25  5:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5052>

Commit(s) tested:
	14bc53a81471e0b550de1c24d4d5266f676aacc3

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use gdb::function_view in iterate_over_symtabs & co

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/14/14bc53a81471e0b550de1c24d4d5266f676aacc3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 19:06 [binutils-gdb] Introduce gdb::function_view sergiodj+buildbot
@ 2017-02-25  2:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-25  2:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5051>

Commit(s) tested:
	07e253aa3b7a530f22b84053e661842ccd9da2ea

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce gdb::function_view

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/07/07e253aa3b7a530f22b84053e661842ccd9da2ea/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 17:16 [binutils-gdb] opcodes, gas: associate SPARC ASIs with an architecture level sergiodj+buildbot
@ 2017-02-24 22:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-24 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5050>

Commit(s) tested:
	1e9d41d49f7f0b9e7381e8bf8ce848f8a33b8fde

Author(s) (in the same order as the commits):
	Sheldon Lobo <sheldon.lobo@oracle.com>

Subject:
	opcodes,gas: associate SPARC ASIs with an architecture level.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1e/1e9d41d49f7f0b9e7381e8bf8ce848f8a33b8fde/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 15:54 [binutils-gdb] Fix usage of inferior_ptid in two thread_alive implementations sergiodj+buildbot
@ 2017-02-24 18:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-24 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5049>

Commit(s) tested:
	8eaf53202ea60191162d5f1069cd08ebd9f38f6c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix usage of inferior_ptid in two thread_alive implementations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8e/8eaf53202ea60191162d5f1069cd08ebd9f38f6c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 12:12 [binutils-gdb] Use xfree rather than delete for varobj_iter sergiodj+buildbot
@ 2017-02-24 13:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-24 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5048>

Commit(s) tested:
	387687511347d5e978bb47d193fe67c25e0e10a6

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Use xfree rather than delete for varobj_iter

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/38/387687511347d5e978bb47d193fe67c25e0e10a6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 11:39 [binutils-gdb] Use delete instead of xfree for varobj_item sergiodj+buildbot
@ 2017-02-24  9:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-24  9:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5047>

Commit(s) tested:
	0a8beaba19a991bbfcf03756c4a150bf9512a164

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Use delete instead of xfree for varobj_item

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0a8beaba19a991bbfcf03756c4a150bf9512a164/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23 10:18 [binutils-gdb] x86: drop stray VEX opcode 82 references sergiodj+buildbot
@ 2017-02-24  5:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-24  5:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5046>

Commit(s) tested:
	53c4d625d70138fb5b75f0e2ebae8ff363ed3d46

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: drop stray VEX opcode 82 references

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/53/53c4d625d70138fb5b75f0e2ebae8ff363ed3d46/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-23  4:16 [binutils-gdb] Correct VLE 16D and SDAREL relocations sergiodj+buildbot
@ 2017-02-24  0:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-24  0:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5045>

Commit(s) tested:
	5499c7c71cc403a1deff90b79ab41d17efc5c4cc

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Correct VLE 16D and SDAREL relocations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/54/5499c7c71cc403a1deff90b79ab41d17efc5c4cc/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-22 19:04 [binutils-gdb] PR ld/20828: Move symbol version processing ahead of GC symbol sweep sergiodj+buildbot
@ 2017-02-23 20:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-23 20:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5044>

Commit(s) tested:
	902e9fc76a0ec9f642cefa71ef88cca1c675ad54

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	PR ld/20828: Move symbol version processing ahead of GC symbol sweep

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/90/902e9fc76a0ec9f642cefa71ef88cca1c675ad54/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-22 17:45 [binutils-gdb] Align .gnu_debuglink sections on a 4-byte boundary sergiodj+buildbot
@ 2017-02-23 17:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-23 17:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5043>

Commit(s) tested:
	758d96d834ba725461abf4be36df9f13e0815054

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Align .gnu_debuglink sections on a 4-byte boundary.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/75/758d96d834ba725461abf4be36df9f13e0815054/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-22  9:55 [binutils-gdb] aarch64: actually copy first operand in convert_bfc_to_bfm() sergiodj+buildbot
@ 2017-02-23 13:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-23 13:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5042>

Commit(s) tested:
	11648de5a91658326748dea1e4965559e9bd7a0f

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	aarch64: actually copy first operand in convert_bfc_to_bfm()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/11/11648de5a91658326748dea1e4965559e9bd7a0f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-22  0:26 [binutils-gdb] Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callback sergiodj+buildbot
@ 2017-02-23  9:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-23  9:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5041>

Commit(s) tested:
	58fdfd2c4a0d2a68c3c3cbe3a83a0386526a2b72

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callback

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/58/58fdfd2c4a0d2a68c3c3cbe3a83a0386526a2b72/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-21 23:12 [binutils-gdb] PowerPC ld segfault on script discarding dynamic sections sergiodj+buildbot
@ 2017-02-23  5:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-23  5:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5040>

Commit(s) tested:
	6528b6eba85f044667876a2ad77d4612a9e5fc65

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC ld segfault on script discarding dynamic sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/65/6528b6eba85f044667876a2ad77d4612a9e5fc65/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-21 17:22 [binutils-gdb] Default initialize enum flags to 0 sergiodj+buildbot
@ 2017-02-23  1:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-23  1:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5039>

Commit(s) tested:
	1b90b1390679473dd84416e462afa1587769ceec

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Default initialize enum flags to 0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1b/1b90b1390679473dd84416e462afa1587769ceec/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-21 15:39 [binutils-gdb] [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support sergiodj+buildbot
@ 2017-02-22 21:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-22 21:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5038>

Commit(s) tested:
	2039d74e780db6659c87cd3c426d526615cfe703

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	[ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/20/2039d74e780db6659c87cd3c426d526615cfe703/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-21 14:17 [binutils-gdb] Fix test names starting with uppercase in gdb.arch/ppc64-atomic-inst.exp sergiodj+buildbot
@ 2017-02-22 17:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-22 17:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5037>

Commit(s) tested:
	a51d7ecf3ddd64e0aec68e3c30913faba680b2cb

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	Fix test names starting with uppercase in gdb.arch/ppc64-atomic-inst.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a5/a51d7ecf3ddd64e0aec68e3c30913faba680b2cb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-21  8:59 [binutils-gdb] Fix recent compiler warnings sergiodj+buildbot
@ 2017-02-22 12:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-22 12:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5036>

Commit(s) tested:
	7814882a6534c100d8eba1a41588611a8b38c429

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Fix recent compiler warnings.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/78/7814882a6534c100d8eba1a41588611a8b38c429/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-20 22:02 [binutils-gdb] Code cleanup: Refactor abbrev_table_read_table cycle sergiodj+buildbot
@ 2017-02-22  6:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-22  6:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5029>

Commit(s) tested:
	22d2f3ab926890490deed2888f6f013031fa6a6e

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Code cleanup: Refactor abbrev_table_read_table cycle

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/22/22d2f3ab926890490deed2888f6f013031fa6a6e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-20 20:58 [binutils-gdb] Code cleanup: Split dwarf2_ranges_read to a callback sergiodj+buildbot
@ 2017-02-22  2:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-22  2:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5028>

Commit(s) tested:
	5f46c5a54825aabb3f30095c84ac30aff7400ac5

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Code cleanup: Split dwarf2_ranges_read to a callback

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5f/5f46c5a54825aabb3f30095c84ac30aff7400ac5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-20 20:29 [binutils-gdb] Code cleanup: Split create_debug_types_hash_table sergiodj+buildbot
@ 2017-02-21 22:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-21 22:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5027>

Commit(s) tested:
	78d4d2c538dd7975f0f130b2df842c4858c01fd3

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Code cleanup: Split create_debug_types_hash_table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/78/78d4d2c538dd7975f0f130b2df842c4858c01fd3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-20 13:23 [binutils-gdb] Fix thinko on last commit sergiodj+buildbot
@ 2017-02-21 17:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-21 17:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5026>

Commit(s) tested:
	1b076f2540e51055a7c6a4ee8fdfc604b54fb70a

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix thinko on last commit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1b/1b076f2540e51055a7c6a4ee8fdfc604b54fb70a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-20 10:47 [binutils-gdb] Alpha executables segfault when linked with -z,now sergiodj+buildbot
@ 2017-02-21 12:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-21 12:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5023>

Commit(s) tested:
	644877806ec0024d1df1dc29249b8e610202147b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Alpha executables segfault when linked with -z,now

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/644877806ec0024d1df1dc29249b8e610202147b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-19 21:43 [binutils-gdb] Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv sergiodj+buildbot
@ 2017-02-21  9:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-21  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5022>

Commit(s) tested:
	2e7e5e28909bcffe2267b417f9cff0441b576fba

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2e/2e7e5e28909bcffe2267b417f9cff0441b576fba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17 15:09 [binutils-gdb] Fix potential illegal memory access in ZLIB because of an erroneous declaration of the size of the input buffer sergiodj+buildbot
@ 2017-02-21  5:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-21  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5020>

Commit(s) tested:
	6438d1be9e9b6802a465c70c76b9cec7e23270f3

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix potential illegal memory access in ZLIB because of an erroneous declaration of the size of the input buffer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/6438d1be9e9b6802a465c70c76b9cec7e23270f3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17 11:43 [binutils-gdb] Add support for Intel PKRU register to GDB and GDBserver sergiodj+buildbot
@ 2017-02-21  1:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-21  1:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5019>

Commit(s) tested:
	51547df62c155231530ca502c485659f3d2b66cb

Author(s) (in the same order as the commits):
	Michael Sturm <michael.sturm@intel.com>

Subject:
	Add support for Intel PKRU register to GDB and GDBserver.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/51/51547df62c155231530ca502c485659f3d2b66cb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 eight
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17 13:45 [binutils-gdb] Add target description for avx-avx512 sergiodj+buildbot
@ 2017-02-20 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5018>

Commit(s) tested:
	a1fa17ee1556b0175afb081a7b8a13710246307a

Author(s) (in the same order as the commits):
	Michael Sturm <michael.sturm@intel.com>

Subject:
	Add target description for avx-avx512.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a1fa17ee1556b0175afb081a7b8a13710246307a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17 12:37 [binutils-gdb] Rename target descriptions to reflect actual content of description sergiodj+buildbot
@ 2017-02-20 17:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 17:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5017>

Commit(s) tested:
	22049425ce40324139be82d9a6ec518c46b65815

Author(s) (in the same order as the commits):
	Michael Sturm <michael.sturm@intel.com>

Subject:
	Rename target descriptions to reflect actual content of description.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/22/22049425ce40324139be82d9a6ec518c46b65815/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17 11:06 [binutils-gdb] Change xstate_bv handling to use 8 bytes of data sergiodj+buildbot
@ 2017-02-20 14:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 14:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5016>

Commit(s) tested:
	ff6527bb52e2938b53687a42d1bcda09300e9390

Author(s) (in the same order as the commits):
	Michael Sturm <michael.sturm@intel.com>

Subject:
	Change xstate_bv handling to use 8 bytes of data.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/ff6527bb52e2938b53687a42d1bcda09300e9390/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17 10:39 [binutils-gdb] Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch sergiodj+buildbot
@ 2017-02-20 10:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-20 10:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5015>

Commit(s) tested:
	1f85ef5042f0e021fb56b1364dddd92177073bf4

Author(s) (in the same order as the commits):
	Michael Sturm <michael.sturm@intel.com>

Subject:
	Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1f/1f85ef5042f0e021fb56b1364dddd92177073bf4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17  5:50 [binutils-gdb] bfd: Rename Chunk and S3Forced sergiodj+buildbot
@ 2017-02-20  6:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-20  6:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5014>

Commit(s) tested:
	4bc26c69597fea658dc9ce020b27e8d2ecdbe1a3

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd: Rename Chunk and S3Forced

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4b/4bc26c69597fea658dc9ce020b27e8d2ecdbe1a3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17  4:25 [binutils-gdb] bfd: Rename bsd_write_armap and coff_write_armap sergiodj+buildbot
@ 2017-02-20  2:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-20  2:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5013>

Commit(s) tested:
	7ec22e0f1e08e96718ac27ea57a1dca0707a8b02

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd: Rename bsd_write_armap and coff_write_armap

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7e/7ec22e0f1e08e96718ac27ea57a1dca0707a8b02/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17  3:05 [binutils-gdb] bfd: Rename warn_deprecated sergiodj+buildbot
@ 2017-02-19 22:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-19 22:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5012>

Commit(s) tested:
	8c8402ccf1e69a4b8971994deb19f9d88e665925

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd: Rename warn_deprecated

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8c8402ccf1e69a4b8971994deb19f9d88e665925/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-17  1:56 [binutils-gdb] bfd: Rename real_{ftell, fseek, fopen} sergiodj+buildbot
@ 2017-02-19 18:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-19 18:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5011>

Commit(s) tested:
	c7c3d11bead272b718bade379e3441ff239bbd16

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	bfd: Rename real_{ftell, fseek, fopen}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c7/c7c3d11bead272b718bade379e3441ff239bbd16/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-16 16:18 [binutils-gdb] bfd: Improve lookup of file / line information for errors sergiodj+buildbot
@ 2017-02-19 14:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-19 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5009>

Commit(s) tested:
	3239a4231ff79bf8b67b8faaf414b1667486167c

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	bfd: Improve lookup of file / line information for errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/32/3239a4231ff79bf8b67b8faaf414b1667486167c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-16 15:13 [binutils-gdb] bfd/dwarf: Improve use of previously loaded dwarf information sergiodj+buildbot
@ 2017-02-19 11:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-19 11:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5008>

Commit(s) tested:
	90ed9b8bc136c80116273d1aae5a31fbd415af27

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	bfd/dwarf: Improve use of previously loaded dwarf information

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/90/90ed9b8bc136c80116273d1aae5a31fbd415af27/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-16 13:04 [binutils-gdb] PR21132, hppa-linux pie support doesn't work sergiodj+buildbot
@ 2017-02-19  3:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-19  3:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5006>

Commit(s) tested:
	247d6c4c14769b7576d810a381a68e35388ee874

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR21132, hppa-linux pie support doesn't work

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/24/247d6c4c14769b7576d810a381a68e35388ee874/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-16 10:47 [binutils-gdb] [Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVED sergiodj+buildbot
@ 2017-02-18 23:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-18 23:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5005>

Commit(s) tested:
	905712060597d0c7a13ffccbca40330c7ad3e3a8

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVED

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/90/905712060597d0c7a13ffccbca40330c7ad3e3a8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-16  1:11 [binutils-gdb] PR gdb/21164: maint print {symbols, msymbols, psymbols} without args crash sergiodj+buildbot
@ 2017-02-18 20:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-18 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5004>

Commit(s) tested:
	99e8a4f9f8832da0f37c6f35b11629b01897800d

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crash

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/99/99e8a4f9f8832da0f37c6f35b11629b01897800d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15 21:34 [binutils-gdb] i386: Allow "lea foo@GOT, %reg" in PIC sergiodj+buildbot
@ 2017-02-18 15:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-18 15:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5003>

Commit(s) tested:
	2a5684011edabf5804abb9e11253a9747587b284

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386: Allow "lea foo@GOT, %reg" in PIC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2a/2a5684011edabf5804abb9e11253a9747587b284/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15 20:09 [binutils-gdb] Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error sergiodj+buildbot
@ 2017-02-18 11:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-18 11:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5002>

Commit(s) tested:
	a5def14f1ca70e14d9433cb229c9369fa3051598

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a5/a5def14f1ca70e14d9433cb229c9369fa3051598/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15 18:56 [binutils-gdb] Add SFENCE.VMA instruction sergiodj+buildbot
@ 2017-02-18  7:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-18  7:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5001>

Commit(s) tested:
	f98d33be3af3a8d788aaef37e8fef167b59c81b2

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Add SFENCE.VMA instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f98d33be3af3a8d788aaef37e8fef167b59c81b2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15 17:26 [binutils-gdb] [AArch64] Add SVE system registers sergiodj+buildbot
@ 2017-02-18  3:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-18  3:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/5000>

Commit(s) tested:
	773fb663445646ebe45298e255d263f9520b2e2e

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64] Add SVE system registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/773fb663445646ebe45298e255d263f9520b2e2e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15 14:09 [binutils-gdb] PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messages sergiodj+buildbot
@ 2017-02-17 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-17 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4999>

Commit(s) tested:
	174d0a74a2e631d7303fe00b517bcee75003a4a6

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/17/174d0a74a2e631d7303fe00b517bcee75003a4a6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15 11:36 [binutils-gdb] [ARC] Fix assembler relaxation sergiodj+buildbot
@ 2017-02-17 15:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-17 15:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4996>

Commit(s) tested:
	cc07cda69e26ef28895086e1f214ddd1d3cb939d

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] Fix assembler relaxation.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/cc07cda69e26ef28895086e1f214ddd1d3cb939d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15  9:17 [binutils-gdb] Distinguish some of the registers different on ARC700 and HS38 cpus sergiodj+buildbot
@ 2017-02-17 11:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-17 11:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4995>

Commit(s) tested:
	66a5a74065ac79b90618b02f4c550904b50a59f5

Author(s) (in the same order as the commits):
	Vineet Gupta <vgupta@synopsys.com>

Subject:
	Distinguish some of the registers different on ARC700 and HS38 cpus

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/66a5a74065ac79b90618b02f4c550904b50a59f5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15  3:18 [binutils-gdb] Add self to aarch64 maintainers. Fix mla instruction sergiodj+buildbot
@ 2017-02-17  7:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-17  7:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4994>

Commit(s) tested:
	742e3a7781c7f29136ccc36673ef2c887ba2860d

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Add self to aarch64 maintainers.  Fix mla instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/74/742e3a7781c7f29136ccc36673ef2c887ba2860d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15  2:56 [binutils-gdb] Fix bit/bif instructions sergiodj+buildbot
@ 2017-02-17  4:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-17  4:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4993>

Commit(s) tested:
	bf25e9a0f1315829defcb6ef36d8fef9d370e822

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix bit/bif instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bf/bf25e9a0f1315829defcb6ef36d8fef9d370e822/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-15  1:30 [binutils-gdb] Add ldn/stn single support, fix ldnr support sergiodj+buildbot
@ 2017-02-17  0:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-17  0:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4992>

Commit(s) tested:
	e8f42b5e36b2083e36855007442aff110291b6aa

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Add ldn/stn single support, fix ldnr support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e8/e8f42b5e36b2083e36855007442aff110291b6aa/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 23:42 [binutils-gdb] PR python/13598 - add before_prompt event sergiodj+buildbot
@ 2017-02-16 19:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-16 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4991>

Commit(s) tested:
	3f77c7691fc5ff92eef90f39bb972f25c7422fb0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR python/13598 - add before_prompt event

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3f77c7691fc5ff92eef90f39bb972f25c7422fb0/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 23:03 [binutils-gdb] Big-endian targets: Fix implptrpiece.exp sergiodj+buildbot
@ 2017-02-16 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-16 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4990>

Commit(s) tested:
	075beec08ae857d918890c30d290863abb3f7f57

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Big-endian targets: Fix implptrpiece.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/07/075beec08ae857d918890c30d290863abb3f7f57/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: add-inferior
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 20:47 [binutils-gdb] PowerPC register expression checks sergiodj+buildbot
@ 2017-02-16 12:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-16 12:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4989>

Commit(s) tested:
	7e0de605cbacbbbb2531bb70506c0843aea13111

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC register expression checks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7e/7e0de605cbacbbbb2531bb70506c0843aea13111/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 19:24 [binutils-gdb] Update ppc64_elf_gc_mark_dynamic_ref sergiodj+buildbot
@ 2017-02-16  8:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-16  8:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4988>

Commit(s) tested:
	e278ae05839ccffa234e0bfb4286b9f9a9dfbd28

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Update ppc64_elf_gc_mark_dynamic_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e2/e278ae05839ccffa234e0bfb4286b9f9a9dfbd28/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 19:15 [binutils-gdb] Add documentation for new record Python bindings sergiodj+buildbot
@ 2017-02-16  4:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-16  4:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4987>

Commit(s) tested:
	0a0faf9fc652903d6467fc2bc8609891be730bdb

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	Add documentation for new record Python bindings.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0a0faf9fc652903d6467fc2bc8609891be730bdb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 17:55 [binutils-gdb] python: Add tests for record Python bindings sergiodj+buildbot
@ 2017-02-16  0:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-16  0:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4985>

Commit(s) tested:
	714aa61c16ec17d75931ae2566acef61981b93ca

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	python: Add tests for record Python bindings

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/71/714aa61c16ec17d75931ae2566acef61981b93ca/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 17:02 [binutils-gdb] python: Implement btrace Python bindings for record history sergiodj+buildbot
@ 2017-02-15 20:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-15 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4984>

Commit(s) tested:
	75c0bdf484b7a949a53b04edd95edca5f4662184

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	python: Implement btrace Python bindings for record history.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/75/75c0bdf484b7a949a53b04edd95edca5f4662184/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 15:41 [binutils-gdb] python: Create Python bindings for record history sergiodj+buildbot
@ 2017-02-15 15:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-15 15:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4983>

Commit(s) tested:
	4726b2d82c89fe6f8e769d1ae9f9e5e528f91156

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	python: Create Python bindings for record history.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/47/4726b2d82c89fe6f8e769d1ae9f9e5e528f91156/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 14:37 [binutils-gdb] Add method to query current recording method to target_ops sergiodj+buildbot
@ 2017-02-15 11:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-15 11:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4982>

Commit(s) tested:
	b158a20f26f1d226088122e8c4fa5a23bb893a48

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	Add method to query current recording method to target_ops.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b1/b158a20f26f1d226088122e8c4fa5a23bb893a48/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 13:41 [binutils-gdb] Add record_start and record_stop functions sergiodj+buildbot
@ 2017-02-15  6:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-15  6:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4981>

Commit(s) tested:
	45b196c59065cd2c5b750b78a0329d42f6e924b1

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	Add record_start and record_stop functions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/45/45b196c59065cd2c5b750b78a0329d42f6e924b1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 12:24 [binutils-gdb] btrace: Use binary search to find instruction sergiodj+buildbot
@ 2017-02-15  2:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-15  2:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4980>

Commit(s) tested:
	fdd2bd920bd67e6a1e877baf52b9c138c00da13f

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	btrace: Use binary search to find instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fd/fdd2bd920bd67e6a1e877baf52b9c138c00da13f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 10:44 [binutils-gdb] btrace: Export btrace_decode_error function sergiodj+buildbot
@ 2017-02-14 22:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-14 22:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4979>

Commit(s) tested:
	508352a9bf3f84f2d731397bb0d9382c84f27f25

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	btrace: Export btrace_decode_error function.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/50/508352a9bf3f84f2d731397bb0d9382c84f27f25/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14 10:42 [binutils-gdb] btrace: Count gaps as one instruction explicitly sergiodj+buildbot
@ 2017-02-14 17:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-14 17:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4978>

Commit(s) tested:
	69090ceead6fa841669eea0c81b3e8e9695def5f

Author(s) (in the same order as the commits):
	Tim Wiederhake <tim.wiederhake@intel.com>

Subject:
	btrace: Count gaps as one instruction explicitly.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/69/69090ceead6fa841669eea0c81b3e8e9695def5f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-14  9:47 [binutils-gdb] btrace: preserve call stack on function switch sergiodj+buildbot
@ 2017-02-14 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-14 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4977>

Commit(s) tested:
	4c2c7ac69d7318d61a5c0e4f5ddcee1c1597f4e0

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: preserve call stack on function switch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4c/4c2c7ac69d7318d61a5c0e4f5ddcee1c1597f4e0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-13 18:49 [binutils-gdb] Fix invalid memory access in the BFD library's DWARF parser sergiodj+buildbot
@ 2017-02-14  5:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-14  5:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4975>

Commit(s) tested:
	d11135f55294d75099ad03f81bacbe8ae93a6b28

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix invalid memory access in the BFD library's DWARF parser.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d1/d11135f55294d75099ad03f81bacbe8ae93a6b28/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-13 15:27 [binutils-gdb] Improve load command's help text sergiodj+buildbot
@ 2017-02-14  0:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-14  0:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4974>

Commit(s) tested:
	5cf30ebf64d3c6da961094c615a94d2f1682a478

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Improve load command's help text

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5c/5cf30ebf64d3c6da961094c615a94d2f1682a478/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-13 14:23 [binutils-gdb] Fix gdb.linespec/explicit.exp sergiodj+buildbot
@ 2017-02-13 20:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-13 20:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4973>

Commit(s) tested:
	bf5f525c8908b03f4892433baa707310b0b9959d

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix gdb.linespec/explicit.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bf/bf5f525c8908b03f4892433baa707310b0b9959d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-13 13:29 [binutils-gdb] Make gdb.arch/i386-biarch-core.exp more robust sergiodj+buildbot
@ 2017-02-13 16:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-13 16:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4972>

Commit(s) tested:
	13a66184d0cb485907bfcad15aac0622fd86d25f

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Make gdb.arch/i386-biarch-core.exp more robust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/13/13a66184d0cb485907bfcad15aac0622fd86d25f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: no double prompt
PASS -> FAIL: gdb.base/signals-state-child.exp: signals states are identical
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-13  6:43 [binutils-gdb] sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations sergiodj+buildbot
@ 2017-02-13 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-13 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4971>

Commit(s) tested:
	13a590ca65f744c8fa55d6e0748cb12f443493f0

Author(s) (in the same order as the commits):
	Mike Frysinger <vapier@gentoo.org>

Subject:
	sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/13/13a590ca65f744c8fa55d6e0748cb12f443493f0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-11  7:43 [binutils-gdb] Fix use after free in cgen instruction lookup sergiodj+buildbot
@ 2017-02-12 22:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-12 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4969>

Commit(s) tested:
	54064fdb792313355c92d9880680fad825d71ebd

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix use after free in cgen instruction lookup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/54/54064fdb792313355c92d9880680fad825d71ebd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 23:51 [binutils-gdb] Do not send queries on secondary UIs sergiodj+buildbot
@ 2017-02-12 18:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-12 18:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4968>

Commit(s) tested:
	26a06916b684ceda25c2edb43141e1101bf337c6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Do not send queries on secondary UIs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/26/26a06916b684ceda25c2edb43141e1101bf337c6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-11  5:11 [binutils-gdb] Remove unused variable in rust-lang.c sergiodj+buildbot
@ 2017-02-12 10:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-12 10:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4966>

Commit(s) tested:
	0b145e37a29cd96e567293dc69c0fd4f8af243b9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unused variable in rust-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0b/0b145e37a29cd96e567293dc69c0fd4f8af243b9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-11  2:51 [binutils-gdb] Fix Python test to use lowercase command sergiodj+buildbot
@ 2017-02-12  6:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-12  6:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4965>

Commit(s) tested:
	b964bee0f058b8e63c9206a8862b2fc1253f1bbd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix Python test to use lowercase command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b9/b964bee0f058b8e63c9206a8862b2fc1253f1bbd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-11  0:55 [binutils-gdb] Remove unnecessary local variables sergiodj+buildbot
@ 2017-02-12  2:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-12  2:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4964>

Commit(s) tested:
	2d8365c48f797c7b947623eed8b1285d98323b68

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unnecessary local variables

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2d/2d8365c48f797c7b947623eed8b1285d98323b68/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-11  0:55 [binutils-gdb] Remove some gotos from Python sergiodj+buildbot
@ 2017-02-11 21:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-11 21:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4963>

Commit(s) tested:
	2bb8f231957e2beecfb689a896252b8d9fb67e23

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some gotos from Python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2b/2bb8f231957e2beecfb689a896252b8d9fb67e23/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 23:27 [binutils-gdb] Change one more spot to use gdbpy_ref sergiodj+buildbot
@ 2017-02-11 17:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-11 17:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4962>

Commit(s) tested:
	1bdfaf42ac152bb30e2b3ae3ab67b241835bba44

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change one more spot to use gdbpy_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1b/1bdfaf42ac152bb30e2b3ae3ab67b241835bba44/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 22:25 [binutils-gdb] Use gdbpy_ref to simplify some logic sergiodj+buildbot
@ 2017-02-11 14:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-11 14:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4961>

Commit(s) tested:
	88b6faea9953505e9e8a7a77995c7db5dfb6ac19

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref to simplify some logic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/88/88b6faea9953505e9e8a7a77995c7db5dfb6ac19/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 21:03 [binutils-gdb] Turn gdbpy_ref into a template sergiodj+buildbot
@ 2017-02-11  9:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-11  9:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4960>

Commit(s) tested:
	7780f18678aeb553778633aeb50f41694f55bf27

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Turn gdbpy_ref into a template

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/7780f18678aeb553778633aeb50f41694f55bf27/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 20:08 [binutils-gdb] Remove some ui_out-related cleanups from Python sergiodj+buildbot
@ 2017-02-11  5:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-11  5:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4959>

Commit(s) tested:
	d4b0bb186e204f77ed70bc719d16c6ca302094fd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some ui_out-related cleanups from Python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d4/d4b0bb186e204f77ed70bc719d16c6ca302094fd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 18:09 [binutils-gdb] gdb/MAINTAINERS: Update my e-mail address sergiodj+buildbot
@ 2017-02-11  0:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-11  0:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4958>

Commit(s) tested:
	f67f945cf2f6361d4c4997c487b174e396d23cd9

Author(s) (in the same order as the commits):
	Martin Galvan <martingalvan@sourceware.org>

Subject:
	gdb/MAINTAINERS: Update my e-mail address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f6/f67f945cf2f6361d4c4997c487b174e396d23cd9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10 16:54 [binutils-gdb] PR gdb/21122: Fix documentation mistakes for breakpoint commands sergiodj+buildbot
@ 2017-02-10 19:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-10 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4957>

Commit(s) tested:
	18da0c51da58527152e019924cc5105cd89765d6

Author(s) (in the same order as the commits):
	Martin Galvan <omgalvan.86@gmail.com>

Subject:
	PR gdb/21122: Fix documentation mistakes for breakpoint commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/18/18da0c51da58527152e019924cc5105cd89765d6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-10  8:52 [binutils-gdb] POWER9 add scv/rfscv instruction support sergiodj+buildbot
@ 2017-02-10 12:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-10 12:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4956>

Commit(s) tested:
	dce75bf9848c88583377c608e9734a2f8616d12b

Author(s) (in the same order as the commits):
	Nicholas Piggin <npiggin@gmail.com>

Subject:
	POWER9 add scv/rfscv instruction support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/dc/dce75bf9848c88583377c608e9734a2f8616d12b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-09 22:32 [binutils-gdb] Remove return in function returning void sergiodj+buildbot
@ 2017-02-10  1:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-10  1:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4955>

Commit(s) tested:
	62c14536e4df4c84d3ab72e5516c0189c32eb62f

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove return in function returning void

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/62/62c14536e4df4c84d3ab72e5516c0189c32eb62f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-09 15:56 [binutils-gdb] Fix NULL pointer dereference sergiodj+buildbot
@ 2017-02-09 19:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-09 19:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4954>

Commit(s) tested:
	ff6fa24786eb2c03c1af95e2559fa3fd0b2f3893

Author(s) (in the same order as the commits):
	Gary Benson <gbenson@redhat.com>

Subject:
	Fix NULL pointer dereference

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/ff6fa24786eb2c03c1af95e2559fa3fd0b2f3893/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-08 20:52 [binutils-gdb] Eliminate interp::quiet_p sergiodj+buildbot
@ 2017-02-09  5:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-09  5:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4953>

Commit(s) tested:
	a474bd8eeea16b2b6aa7089dedb142d86c22a4d7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate interp::quiet_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a4/a474bd8eeea16b2b6aa7089dedb142d86c22a4d7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-08 19:25 [binutils-gdb] Command abbreviation in define sergiodj+buildbot
@ 2017-02-09  1:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-09  1:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4952>

Commit(s) tested:
	604c4576fdcfc4e7c28f569b3748a1b6b4e0dbd4

Author(s) (in the same order as the commits):
	Jerome Guitton <guitton@adacore.com>

Subject:
	Command abbreviation in define

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/60/604c4576fdcfc4e7c28f569b3748a1b6b4e0dbd4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-08  2:16 [binutils-gdb] Fix segfault when .plt section does not exist sergiodj+buildbot
@ 2017-02-08  4:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-08  4:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4950>

Commit(s) tested:
	cc16242794b13a5f942badcfffb03be5d81f14f7

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Fix segfault when .plt section does not exist

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/cc16242794b13a5f942badcfffb03be5d81f14f7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-07 21:40 [binutils-gdb] gdb: fix ARI warning in sparc-tdep.c sergiodj+buildbot
@ 2017-02-08  0:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-08  0:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4949>

Commit(s) tested:
	1291063deab60b735429411b29eea9d7fd68d50e

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	gdb: fix ARI warning in sparc-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/12/1291063deab60b735429411b29eea9d7fd68d50e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-07 14:25 [binutils-gdb] bfd: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names sergiodj+buildbot
@ 2017-02-07 17:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-07 17:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4948>

Commit(s) tested:
	3d044c0c78c11968b4fe3c5c019523e3177b1710

Author(s) (in the same order as the commits):
	Sheldon Lobo <sheldon.lobo@oracle.com>

Subject:
	bfd: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3d/3d044c0c78c11968b4fe3c5c019523e3177b1710/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-06 10:53 [binutils-gdb] [ARC] Provide an interface to decode ARC instructions sergiodj+buildbot
@ 2017-02-07  4:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-07  4:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4947>

Commit(s) tested:
	6ec7c1ae19e9e1bf2edad5125941a2fd5fdfde0b

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] Provide an interface to decode ARC instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6ec7c1ae19e9e1bf2edad5125941a2fd5fdfde0b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-06  9:31 [binutils-gdb] [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay sergiodj+buildbot
@ 2017-02-07  0:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-07  0:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4946>

Commit(s) tested:
	20b477a75c00de06a92b9577fd74416699d2c37f

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	[BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/20/20b477a75c00de06a92b9577fd74416699d2c37f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-06  8:01 [binutils-gdb] gdb: provide and use sparc{32, 64} target description XML files sergiodj+buildbot
@ 2017-02-06 20:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-06 20:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4945>

Commit(s) tested:
	3f7b46f2daa6c396564d786bda9c81e66d4b9278

Author(s) (in the same order as the commits):
	Ivo Raisr <ivo.raisr@oracle.com>

Subject:
	gdb: provide and use sparc{32,64} target description XML files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3f7b46f2daa6c396564d786bda9c81e66d4b9278/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-04  6:28 [binutils-gdb] Fix ptype of single-member Rust enums sergiodj+buildbot
@ 2017-02-06  7:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-06  7:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4943>

Commit(s) tested:
	f0fd41c1926984fd1a524ff551286cba694539a0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix ptype of single-member Rust enums

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f0/f0fd41c1926984fd1a524ff551286cba694539a0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03 16:50 [binutils-gdb] C++-fy struct interp/cli_interp/tui_interp/mi_interp sergiodj+buildbot
@ 2017-02-06  3:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-06  3:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4942>

Commit(s) tested:
	d6f9b0fbc7998909712cbc1b194f1cbd4ae8b6fa

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	C++-fy struct interp/cli_interp/tui_interp/mi_interp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d6/d6f9b0fbc7998909712cbc1b194f1cbd4ae8b6fa/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  9:19 [binutils-gdb] Fix compile time warning messages when compiling binutils with gcc 7.0.1 sergiodj+buildbot
@ 2017-02-05 23:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-05 23:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4941>

Commit(s) tested:
	1b7e3d2fb7036ce6f9d74e32dc052518f5cd45b6

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compile time warning messages when compiling binutils with gcc 7.0.1.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1b/1b7e3d2fb7036ce6f9d74e32dc052518f5cd45b6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  5:37 [binutils-gdb] Use bool in Rust code sergiodj+buildbot
@ 2017-02-05 19:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-05 19:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4940>

Commit(s) tested:
	65c40c956fcd9443a5390d6cc36f84bd1bf77df4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use bool in Rust code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/65/65c40c956fcd9443a5390d6cc36f84bd1bf77df4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  4:54 [binutils-gdb] Reindent rust-lang.c sergiodj+buildbot
@ 2017-02-05 15:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-05 15:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4939>

Commit(s) tested:
	b50f188dfa065c9edfe82c874e2f8c179eb6d697

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Reindent rust-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b50f188dfa065c9edfe82c874e2f8c179eb6d697/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  6:34 [binutils-gdb] Use std::string in Rust code sergiodj+buildbot
@ 2017-02-05 11:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-05 11:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4938>

Commit(s) tested:
	03c85b11b07452f2d7341b405a7fe70c74226505

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in Rust code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/03/03c85b11b07452f2d7341b405a7fe70c74226505/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  0:38 [binutils-gdb] Fix "maintenance selftest" printing stray instructions sergiodj+buildbot
@ 2017-02-05  7:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-05  7:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4937>

Commit(s) tested:
	b1ace6bdc2063f3dcf46172db98bb3474b6e1121

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix "maintenance selftest" printing stray instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b1/b1ace6bdc2063f3dcf46172db98bb3474b6e1121/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  4:25 [binutils-gdb] struct mi_interp: Remove unused fields sergiodj+buildbot
@ 2017-02-05  2:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-05  2:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4936>

Commit(s) tested:
	ec4cb20ba971232450f3420d3c7c0c8bbecc1ace

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	struct mi_interp: Remove unused fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ec4cb20ba971232450f3420d3c7c0c8bbecc1ace/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  0:13 [binutils-gdb] MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement sergiodj+buildbot
@ 2017-02-04 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-04 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4935>

Commit(s) tested:
	e17b0c351f0b22fb42edf34e5a6e486d72e9ee05

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e1/e17b0c351f0b22fb42edf34e5a6e486d72e9ee05/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-03  2:37 [binutils-gdb] MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices sergiodj+buildbot
@ 2017-02-04 18:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-04 18:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4934>

Commit(s) tested:
	55f8b9d243dbd879ffa585f7e0c7d8b6b819302d

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/55/55f8b9d243dbd879ffa585f7e0c7d8b6b819302d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 23:37 [binutils-gdb] MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table' sergiodj+buildbot
@ 2017-02-04 10:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-04 10:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4932>

Commit(s) tested:
	17a80fa80adbe79df39ba1fc70e611dff92df197

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/17/17a80fa80adbe79df39ba1fc70e611dff92df197/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 23:22 [binutils-gdb] BFD: Wrap overlong error handler call line in `elf_gc_sweep' sergiodj+buildbot
@ 2017-02-04  6:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-04  6:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4931>

Commit(s) tested:
	8f56d4fd28b887cc709524b1993c9da4c64b0696

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	BFD: Wrap overlong error handler call line in `elf_gc_sweep'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8f/8f56d4fd28b887cc709524b1993c9da4c64b0696/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 22:23 [binutils-gdb] Move "tee" building down to interpreter::set_logging_proc sergiodj+buildbot
@ 2017-02-04  3:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-04  3:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4930>

Commit(s) tested:
	616268b639780e0819b51053c794037bcde3de16

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Move "tee" building down to interpreter::set_logging_proc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/61/616268b639780e0819b51053c794037bcde3de16/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 14:53 [binutils-gdb] Fix "-gdb-set logging redirect on" crash sergiodj+buildbot
@ 2017-02-03 22:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-03 22:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4929>

Commit(s) tested:
	5be5dbf0ce3d2eb20003fea3691eaa6bfa5710d2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix "-gdb-set logging redirect on" crash

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5b/5be5dbf0ce3d2eb20003fea3691eaa6bfa5710d2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 13:57 [binutils-gdb] Tweak pretty_print_disassembler's intro comment sergiodj+buildbot
@ 2017-02-03 19:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-03 19:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4928>

Commit(s) tested:
	c99cc448c805b6bd481603155078881a503cd64a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Tweak pretty_print_disassembler's intro comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c9/c99cc448c805b6bd481603155078881a503cd64a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 13:22 [binutils-gdb] Reuse buffers across gdb_pretty_print_insn calls sergiodj+buildbot
@ 2017-02-03 14:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-03 14:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4927>

Commit(s) tested:
	8b172ce7c9435095d14e0bd98cd431bb9584e95e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Reuse buffers across gdb_pretty_print_insn calls

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8b/8b172ce7c9435095d14e0bd98cd431bb9584e95e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 12:25 [binutils-gdb] Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy sergiodj+buildbot
@ 2017-02-03 11:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-03 11:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4926>

Commit(s) tested:
	d7e747318f4d04af033f16325f9b6d74f67079ec

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d7/d7e747318f4d04af033f16325f9b6d74f67079ec/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02 11:42 [binutils-gdb] Add back gdb_pretty_print_insn sergiodj+buildbot
@ 2017-02-03  6:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-03  6:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4925>

Commit(s) tested:
	187808b04f61df1c38fda0921e2d9eeb53e332ee

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Add back gdb_pretty_print_insn

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/18/187808b04f61df1c38fda0921e2d9eeb53e332ee/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-02  4:29 [binutils-gdb] Remove unused file_string parameter in gdb_disassembly sergiodj+buildbot
@ 2017-02-03  3:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-03  3:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4924>

Commit(s) tested:
	7a8eb317c5bce0f1ff290a9343777db74adec663

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove unused file_string parameter in gdb_disassembly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7a/7a8eb317c5bce0f1ff290a9343777db74adec663/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 16:25 [binutils-gdb] Big-endian targets: Don't ignore offset into DW_OP_implicit_value sergiodj+buildbot
@ 2017-02-02 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-02 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4923>

Commit(s) tested:
	7346ef59bb33e28161d78ab478c3476b3dab2e8e

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Big-endian targets: Don't ignore offset into DW_OP_implicit_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/73/7346ef59bb33e28161d78ab478c3476b3dab2e8e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 14:54 [binutils-gdb] testsuite: diagnose a running GDB in gdb_skip_xml_tests sergiodj+buildbot
@ 2017-02-02 19:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-02 19:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4922>

Commit(s) tested:
	787f00256b3eabe34b8599fca4df0243df80d5ca

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	testsuite: diagnose a running GDB in gdb_skip_xml_tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/78/787f00256b3eabe34b8599fca4df0243df80d5ca/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 16:37 [binutils-gdb] btrace, testsuite: fix extended-remote fail sergiodj+buildbot
@ 2017-02-02 15:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-02 15:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4921>

Commit(s) tested:
	68777c298919d6dbdb9537c92a64ed9440ef6f3c

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace, testsuite: fix extended-remote fail

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/68/68777c298919d6dbdb9537c92a64ed9440ef6f3c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 15:42 [binutils-gdb] btrace, testsuite: fix extended-remote non-stop test sergiodj+buildbot
@ 2017-02-02 11:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-02 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4920>

Commit(s) tested:
	0a1c7e2881226bb9734d7c31c9415c636f35921d

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace, testsuite: fix extended-remote non-stop test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0a1c7e2881226bb9734d7c31c9415c636f35921d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 15:06 [binutils-gdb] btrace: add unsupported/untested messages when skipping tests sergiodj+buildbot
@ 2017-02-02  7:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-02  7:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4919>

Commit(s) tested:
	b5ac99b0828d4e1dfa33540b428c0fc6c32eda67

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: add unsupported/untested messages when skipping tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b5ac99b0828d4e1dfa33540b428c0fc6c32eda67/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 14:07 [binutils-gdb] btrace: allow recording to be started (and stopped) for running threads sergiodj+buildbot
@ 2017-02-02  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-02  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4918>

Commit(s) tested:
	cd4007e43421a2f974f51574b6e2b52b9b1a7a50

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: allow recording to be started (and stopped) for running threads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cd/cd4007e43421a2f974f51574b6e2b52b9b1a7a50/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01 13:56 [binutils-gdb] thread: add can_access_registers_ptid sergiodj+buildbot
@ 2017-02-01 23:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-01 23:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4917>

Commit(s) tested:
	cf77c34ea71c27c3cb6dd31c9448249276e8a8a6

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	thread: add can_access_registers_ptid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cf/cf77c34ea71c27c3cb6dd31c9448249276e8a8a6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01  1:15 [binutils-gdb] gdb/mi/mi-interp.c: Fix typos sergiodj+buildbot
@ 2017-02-01 15:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-01 15:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4915>

Commit(s) tested:
	29b0b2512ff436c46a77db39317ff50c4bc93601

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/mi/mi-interp.c: Fix typos

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/29/29b0b2512ff436c46a77db39317ff50c4bc93601/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01  0:56 [binutils-gdb] gdb/stack.c: Remove unused mem_fileopen sergiodj+buildbot
@ 2017-02-01 11:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-01 11:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4914>

Commit(s) tested:
	289b5b2421ca79324b7374492ea652aceb869a1d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/stack.c: Remove unused mem_fileopen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/28/289b5b2421ca79324b7374492ea652aceb869a1d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-02-01  0:40 [binutils-gdb] gdb/varobj.c: Fix leak sergiodj+buildbot
@ 2017-02-01  7:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-01  7:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4913>

Commit(s) tested:
	b47413b47e103677fedb7cd1301c62fee01ac4ba

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/varobj.c: Fix leak

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b4/b47413b47e103677fedb7cd1301c62fee01ac4ba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-31 23:53 [binutils-gdb] gdb: make_scoped_restore and types convertible to T sergiodj+buildbot
@ 2017-02-01  3:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-02-01  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4912>

Commit(s) tested:
	60adb36c08942fd4a2f8bf598864254c043668a1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: make_scoped_restore and types convertible to T

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/60/60adb36c08942fd4a2f8bf598864254c043668a1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-30 17:32 [binutils-gdb] MIPS: Add options to control branch ISA checks sergiodj+buildbot
@ 2017-01-30 20:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-30 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4911>

Commit(s) tested:
	8b10b0b3e100c25322a083248c7a18bf5a1f3527

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS: Add options to control branch ISA checks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8b/8b10b0b3e100c25322a083248c7a18bf5a1f3527/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-27 16:49 [binutils-gdb] amd64-linux: expose system register FS_BASE and GS_BASE for Linux sergiodj+buildbot
@ 2017-01-28 17:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-28 17:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4909>

Commit(s) tested:
	2735833d5fb220983d09770087b573fed5bf93cd

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	amd64-linux: expose system register FS_BASE and GS_BASE for Linux.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/27/2735833d5fb220983d09770087b573fed5bf93cd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-27 16:10 [binutils-gdb] amd64: simplify addition of new general registers sergiodj+buildbot
@ 2017-01-28 13:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-28 13:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4908>

Commit(s) tested:
	8884e97e78f337bccb50df7682333db4e7ee1542

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	amd64: simplify addition of new general registers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/88/8884e97e78f337bccb50df7682333db4e7ee1542/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-27 14:35 [binutils-gdb] gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver sergiodj+buildbot
@ 2017-01-28  5:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-28  5:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4906>

Commit(s) tested:
	239b6d10954b18ce089e9c3a667e7f2df3655476

Author(s) (in the same order as the commits):
	Walfred Tedeschi <walfred.tedeschi@intel.com>

Subject:
	gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/23/239b6d10954b18ce089e9c3a667e7f2df3655476/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-27 12:25 [binutils-gdb] Fix disassembling of TIC6X parallel instructions where the previous fetch packet ended with a 32-bit insn sergiodj+buildbot
@ 2017-01-28  1:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-28  1:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4905>

Commit(s) tested:
	8ec5cf65a8213988a9f861e6a94d12311e9b04c3

Author(s) (in the same order as the commits):
	Alexis Deruell <alexis.deruelle@gmail.com>

Subject:
	Fix disassembling of TIC6X parallel instructions where the previous fetch packet ended with a 32-bit insn.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8e/8ec5cf65a8213988a9f861e6a94d12311e9b04c3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-27 11:41 [binutils-gdb] Fix PTRACE_GETREGSET failure for compat inferiors on arm64 sergiodj+buildbot
@ 2017-01-27 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-27 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4904>

Commit(s) tested:
	4bd2e1b2aee122b46e335d932f7833f9c86610d0

Author(s) (in the same order as the commits):
	Kees Cook <keescook@chromium.org>

Subject:
	Fix PTRACE_GETREGSET failure for compat inferiors on arm64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4b/4bd2e1b2aee122b46e335d932f7833f9c86610d0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-27  8:31 [binutils-gdb] Fix unused-but-set warning in elf32-cris.c:elf_cris_finish_dynamic_symbol sergiodj+buildbot
@ 2017-01-27 17:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-27 17:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4903>

Commit(s) tested:
	22d9a0dee3a69973858000b326cf8eaa14ce7180

Author(s) (in the same order as the commits):
	Hans-Peter Nilsson <hp@bitrange.com>

Subject:
	Fix unused-but-set warning in elf32-cris.c:elf_cris_finish_dynamic_symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/22/22d9a0dee3a69973858000b326cf8eaa14ce7180/>

*** Diff to previous build ***
============================
new FAIL: gdb.arch/altivec-abi.exp: generic ABI, forced: step into vec_fun
new FAIL: gdb.arch/altivec-regs.exp: info reg vscr
new FAIL: gdb.arch/altivec-regs.exp: print vscr
new FAIL: gdb.arch/altivec-regs.exp: info vector
new FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
new FAIL: gdb.base/all-architectures-6.exp: all passed
new FAIL: gdb.base/annota1.exp: run until main breakpoint
new FAIL: gdb.base/attach.exp: cmdline attach run: run to main
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: seen displacement message as NONZERO
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
new FAIL: gdb.base/checkpoint.exp: break1 five
new FAIL: gdb.base/checkpoint.exp: checkpoint
new FAIL: gdb.base/checkpoint.exp: break1 six
new FAIL: gdb.base/checkpoint.exp: break1 seven
new FAIL: gdb.base/checkpoint.exp: break1 eight
new FAIL: gdb.base/checkpoint.exp: break1 nine
new FAIL: gdb.base/checkpoint.exp: break1 ten
new FAIL: gdb.base/checkpoint.exp: info checkpoints one
new FAIL: gdb.base/checkpoint.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/checkpoint.exp: break2 one
new FAIL: gdb.base/checkpoint.exp: restart 1 one
new FAIL: gdb.base/checkpoint.exp: verify i 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 one
new FAIL: gdb.base/checkpoint.exp: verify lines 1 one
new FAIL: gdb.base/checkpoint.exp: restart 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 one
new FAIL: gdb.base/checkpoint.exp: verify i 2 one
new FAIL: gdb.base/checkpoint.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint.exp: restart 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 one
new FAIL: gdb.base/checkpoint.exp: verify i 3 one
new FAIL: gdb.base/checkpoint.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint.exp: restart 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 one
new FAIL: gdb.base/checkpoint.exp: verify i 4 one
new FAIL: gdb.base/checkpoint.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint.exp: restart 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 one
new FAIL: gdb.base/checkpoint.exp: verify i 5 one
new FAIL: gdb.base/checkpoint.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint.exp: restart 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 one
new FAIL: gdb.base/checkpoint.exp: verify i 6 one
new FAIL: gdb.base/checkpoint.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint.exp: restart 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 one
new FAIL: gdb.base/checkpoint.exp: verify i 7 one
new FAIL: gdb.base/checkpoint.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint.exp: restart 8 one
new FAIL: gdb.base/checkpoint.exp: step in 8 one
new FAIL: gdb.base/checkpoint.exp: verify i 8 one
new FAIL: gdb.base/checkpoint.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint.exp: restart 9 one
new FAIL: gdb.base/checkpoint.exp: step in 9 one
new FAIL: gdb.base/checkpoint.exp: verify i 9 one
new FAIL: gdb.base/checkpoint.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint.exp: restart 10 one
new FAIL: gdb.base/checkpoint.exp: step in 10 one
new FAIL: gdb.base/checkpoint.exp: verify i 10 one
new FAIL: gdb.base/checkpoint.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint.exp: restart 0 one
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint.exp: break3 one
new FAIL: gdb.base/checkpoint.exp: diff input and output one
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint.exp: restart 1 two
new FAIL: gdb.base/checkpoint.exp: continue
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 two
new FAIL: gdb.base/checkpoint.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint.exp: restart 2 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 two
new FAIL: gdb.base/checkpoint.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint.exp: restart 3 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 two
new FAIL: gdb.base/checkpoint.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint.exp: restart 4 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 two
new FAIL: gdb.base/checkpoint.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint.exp: restart 5 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 two
new FAIL: gdb.base/checkpoint.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint.exp: restart 6 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 two
new FAIL: gdb.base/checkpoint.exp: restart 7 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 two
new FAIL: gdb.base/checkpoint.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint.exp: diff input and output two
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 59
new FAIL: gdb.base/checkpoint.exp: break4 one
new FAIL: gdb.base/checkpoint.exp: delete copy1
new FAIL: gdb.base/checkpoint.exp: restart 1 three
new FAIL: gdb.base/checkpoint.exp: break2 1 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 1
new FAIL: gdb.base/checkpoint.exp: restart 2 three
new FAIL: gdb.base/checkpoint.exp: break2 2 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 2
new FAIL: gdb.base/checkpoint.exp: restart 3 three
new FAIL: gdb.base/checkpoint.exp: break2 3 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 3
new FAIL: gdb.base/checkpoint.exp: restart 4 three
new FAIL: gdb.base/checkpoint.exp: break2 4 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 4
new FAIL: gdb.base/checkpoint.exp: restart 5 three
new FAIL: gdb.base/checkpoint.exp: break2 5 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 5
new FAIL: gdb.base/checkpoint.exp: restart 6 three
new FAIL: gdb.base/checkpoint.exp: break2 6 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 6
new FAIL: gdb.base/checkpoint.exp: restart 7 three
new FAIL: gdb.base/checkpoint.exp: break2 7 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 7
new FAIL: gdb.base/checkpoint.exp: restart 8 three
new FAIL: gdb.base/checkpoint.exp: break2 8 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 8
new FAIL: gdb.base/checkpoint.exp: restart 9 three
new FAIL: gdb.base/checkpoint.exp: break2 9 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 9
new FAIL: gdb.base/checkpoint.exp: restart 10 three
new FAIL: gdb.base/checkpoint.exp: break2 10 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 10
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork two
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork three
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork four
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork five
new FAIL: gdb.base/checkpoint.exp: info checkpoints two
new FAIL: gdb.base/checkpoint.exp: kill all one
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 0
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 1
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 2
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 3
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 4
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 5
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 6
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 7
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 8
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 9
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: break1 six
new FAIL: gdb.base/checkpoint-ns.exp: checkpoint
new FAIL: gdb.base/checkpoint-ns.exp: break1 seven
new FAIL: gdb.base/checkpoint-ns.exp: break1 eight
new FAIL: gdb.base/checkpoint-ns.exp: break1 nine
new FAIL: gdb.base/checkpoint-ns.exp: break1 ten
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
new FAIL: gdb.base/checkpoint-ns.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/checkpoint-ns.exp: break2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 0 one
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint-ns.exp: break3 one
new FAIL: gdb.base/checkpoint-ns.exp: diff input and output one
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 two
new FAIL: gdb.base/checkpoint-ns.exp: continue
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint-ns.exp: diff input and output two
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 59
new FAIL: gdb.base/checkpoint-ns.exp: break4 one
new FAIL: gdb.base/checkpoint-ns.exp: delete copy1
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
new FAIL: gdb.base/checkpoint-ns.exp: kill all one
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 0
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 1
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 2
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 3
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 4
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 5
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 6
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 7
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 8
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 9
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/commands.exp: watchpoint_command_test: continue with watch
new FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.base/corefile.exp: run: core file is cleared
new FAIL: gdb.base/corefile.exp: attach: with core
new FAIL: gdb.base/corefile.exp: attach: core file is cleared
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/find-unmapped.exp: find global_var_0, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_1, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_2,
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/interrupt.exp: child died when we called func1, skipped rest of tests
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
new FAIL: gdb.base/pr11022.exp: breakpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: breakpoint hit 2
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib
new FAIL: gdb.base/print-symbol-loading.exp: shlib brief: load shared-lib
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to recurse
new FAIL: gdb.base/recurse.exp: next over b = 0 in second instance
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/solib-nodir.exp: library loaded
new FAIL: gdb.base/term.exp: info terminal at breakpoint
new FAIL: gdb.base/testenv.exp: test no TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with one TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with two TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with one TEST_GDB var, after unset
new FAIL: gdb.base/testenv.exp: test with TEST_GDB_GLOBAL
new FAIL: gdb.base/testenv.exp: test with TEST_GDB_GLOBAL unset
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: continue until exit
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint at func1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: back at main from marker1
new FAIL: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
new FAIL: gdb.base/watchpoint.exp: until to ival1 assignment
new FAIL: gdb.base/watchpoint.exp: until to ival3 assignment
new FAIL: gdb.base/watchpoint.exp: until out of loop
new FAIL: gdb.base/watchpoint.exp: step to ival2 assignment
new FAIL: gdb.base/watchpoint.exp: test complex watchpoint
new FAIL: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
new FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
new FAIL: gdb.base/watchpoint.exp: cont
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
new FAIL: gdb.base/watchpoint.exp: global_ptr next
new FAIL: gdb.base/watchpoint.exp: next over ptr init
new FAIL: gdb.base/watchpoint.exp: next over buffer set
new FAIL: gdb.base/watchpoint.exp: global_ptr_ptr next
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr init
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint-hw.exp: start
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on first read
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on read after value changed
new FAIL: gdb.base/watch-read.exp: write watchpoint triggers
new FAIL: gdb.base/watch-read.exp: only write watchpoint triggers when value changes
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes
new FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5
new FAIL: gdb.compile/compile.exp: test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: Test abbreviations and code collision
new FAIL: gdb.compile/compile.exp: test delimiter with -r
new FAIL: gdb.compile/compile.exp: test delimiter with -raw
new FAIL: gdb.compile/compile.exp: test delimiter with -r after it
new FAIL: gdb.compile/compile.exp: set variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: check variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: set variable from macro
new FAIL: gdb.compile/compile.exp: expect 23
new FAIL: gdb.compile/compile.exp: set variable from function-like macro
new FAIL: gdb.compile/compile.exp: expect -1
new FAIL: gdb.compile/compile.exp: set variable
new FAIL: gdb.compile/compile.exp: expect 42
new FAIL: gdb.compile/compile.exp: modify variable
new FAIL: gdb.compile/compile.exp: expect 84
new FAIL: gdb.compile/compile.exp: compile code multiline 4
new FAIL: gdb.compile/compile.exp: expect 20
new FAIL: gdb.compile/compile.exp: use external source file
new FAIL: gdb.compile/compile.exp: expect 7
new FAIL: gdb.compile/compile.exp: call static function
new FAIL: gdb.compile/compile.exp: expect 9
new FAIL: gdb.compile/compile.exp: call global function
new FAIL: gdb.compile/compile.exp: expect 8
new FAIL: gdb.compile/compile.exp: compute size of ulonger
new FAIL: gdb.compile/compile.exp: check size of ulonger
new FAIL: gdb.compile/compile.exp: compute size of longer
new FAIL: gdb.compile/compile.exp: check size of longer
new FAIL: gdb.compile/compile.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile.exp: check MINUS_1
new FAIL: gdb.compile/compile.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile.exp: check static_local
new FAIL: gdb.compile/compile.exp: do not keep jit in memory
new FAIL: gdb.compile/compile.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile.exp: compile code segfault first
new FAIL: gdb.compile/compile.exp: bt
new FAIL: gdb.compile/compile.exp: info sym found
new FAIL: gdb.compile/compile.exp: return
new FAIL: gdb.compile/compile.exp: info sym not found
new FAIL: gdb.compile/compile.exp: compile code segfault second
new FAIL: gdb.compile/compile.exp: set localvar
new FAIL: gdb.compile/compile.exp: expect 12
new FAIL: gdb.compile/compile.exp: modify localvar
new FAIL: gdb.compile/compile.exp: expect 24
new FAIL: gdb.compile/compile.exp: test shadowing
new FAIL: gdb.compile/compile.exp: expect 52
new FAIL: gdb.compile/compile.exp: compile code localvar = externed
new FAIL: gdb.compile/compile.exp: test extern in inner scope
new FAIL: gdb.compile/compile.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile.exp: p vla[2]
new FAIL: gdb.compile/compile.exp: compile code localvar =
new FAIL: gdb.compile/compile.exp: p localvar
new FAIL: gdb.compile/compile.exp: compile code struct_object.selffield = &struct_object
new FAIL: gdb.compile/compile.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.charfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile.exp: print struct_object.intfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile.exp: print struct_object.longfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile.exp: print union_object.intfield
new FAIL: gdb.compile/compile.exp: print unresolved value
new FAIL: gdb.compile/compile.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile.exp: print globalshadow
new FAIL: gdb.compile/compile.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile.exp: print 'compile.c'::globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow second time
new FAIL: gdb.compile/compile.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile.exp: print staticshadow
new FAIL: gdb.compile/compile.exp: compile code -r multiline 4
new FAIL: gdb.compile/compile.exp: check globalshadow with -r
new FAIL: gdb.compile/compile.exp: pointer to jit function
new FAIL: gdb.compile/compile.exp: set variable to 77
new FAIL: gdb.compile/compile.exp: expect 77
new FAIL: gdb.compile/compile.exp: call func_nodebug
new FAIL: gdb.compile/compile.exp: expect -75
new FAIL: gdb.compile/compile.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile.exp: expect -76
new FAIL: gdb.compile/compile.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile.exp: call shared library function
new FAIL: gdb.compile/compile.exp: expect 1
new FAIL: gdb.compile/compile.exp: modify shared library variable
new FAIL: gdb.compile/compile.exp: expect 15
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: compile code resultvar = gnu_ifunc
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: p resultvar
new FAIL: gdb.compile/compile-ifunc.exp: debug: compile code resultvar = gnu_ifunc_alias
new FAIL: gdb.compile/compile-ifunc.exp: debug: p resultvar
new FAIL: gdb.compile/compile-ops.exp: compile code
new FAIL: gdb.compile/compile-ops.exp: compile code optimized_out
new FAIL: gdb.compile/compile-print.exp: compile print varint
new FAIL: gdb.compile/compile-print.exp: compile print vararray
new FAIL: gdb.compile/compile-print.exp: compile print main
new FAIL: gdb.compile/compile-print.exp: compile print *vararray@3
new FAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3
new FAIL: gdb.compile/compile-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-print.exp: print $
new FAIL: gdb.compile/compile-print.exp: compile print varobject
new FAIL: gdb.compile/compile-setjmp.exp: compile file -r
new FAIL: gdb.compile/compile-setjmp.exp: p done
new FAIL: gdb.compile/compile-tls.exp: compile code local_scope = 1
new FAIL: gdb.compile/compile-tls.exp: print local_scope
new FAIL: gdb.compile/compile-tls.exp: compile code static_scope = 2
new FAIL: gdb.compile/compile-tls.exp: print static_scope
new FAIL: gdb.compile/compile-tls.exp: compile code global_scope = 3
new FAIL: gdb.compile/compile-tls.exp: print global_scope
new FAIL: gdb.cp/annota2.exp: continue until exit
new FAIL: gdb.cp/annota2.exp: delete bps
new FAIL: gdb.cp/annota2.exp: break at main
new FAIL: gdb.cp/annota2.exp: set watch on a.x
new FAIL: gdb.cp/annota2.exp: watch triggered on a.x
new FAIL: gdb.cp/annota2.exp: annotate-quit
new FAIL: gdb.cp/annota3.exp: continue to exit
new FAIL: gdb.cp/annota3.exp: watch triggered on a.x
new FAIL: gdb.cp/annota3.exp: annotate-quit
new FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler.
new FAIL: gdb.cp/gdb2495.exp: bt after returning from a popped frame
new FAIL: gdb.cp/gdb2495.exp: info breakpoints
new FAIL: gdb.cp/gdb2495.exp: set unwind-on-terminating-exception off
new FAIL: gdb.cp/gdb2495.exp: turn off unwind on terminating exception flag
new FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception with unwinding off..
new FAIL: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new FAIL: gdb.dwarf2/bad-regnum.exp: info addr foo1
new FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new FAIL: gdb.go/methods.exp: setting breakpoint at
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: test watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: test invisible watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: test watchpoint write
new FAIL: gdb.guile/scm-symtab.exp: test find-pc-line with resume address
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on console
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4
new FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: run to exit inferior 2
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: continue in inferior 1
new FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2
new FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: reverse-finish from void_func trips breakpoint at entry
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: no spurious proceed after breakpoint stop
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: void_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: char_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: short_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: int_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from int_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from short_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from char_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from void_func
new FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: reverse-next over call trips user breakpoint at function entry
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: stopped at the right callee call
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 2
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 3
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 4
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 2
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 3
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 4
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
new FAIL: gdb.threads/hand-call-in-threads.exp: all dummies popped
new FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: continue
new FAIL: gdb.threads/thread_events.exp: continue to after_join_func with messages enabled
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: no hardware watchpoints available
new FAIL: gdb.trace/collection.exp: collect register locals collectively: start trace experiment
new FAIL: gdb.trace/collection.exp: collect register locals collectively: tfind test frame
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #3
new FAIL: gdb.trace/collection.exp: collect register locals individually: define actions
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #3
new FAIL: gdb.trace/tspeed.exp: advance to trace begin
new FAIL: gdb.trace/tspeed.exp: start trace experiment
new FAIL: gdb.trace/tspeed.exp: advance through tracing
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: ctf: info locals
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 19:18 [binutils-gdb] Introduce gdbpy_enter_varobj and use it sergiodj+buildbot
@ 2017-01-16 23:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16 23:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4802>

Commit(s) tested:
	6cd67beaae58c9e870b79feea3cf74ffdf7a9b33

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce gdbpy_enter_varobj and use it

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6c/6cd67beaae58c9e870b79feea3cf74ffdf7a9b33/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 19:03 [binutils-gdb] Use gdbpy_enter in py-xmethod.c sergiodj+buildbot
@ 2017-01-16 20:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16 20:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4801>

Commit(s) tested:
	14b122bf1ce59f5f1b82f6e2a347f4ad89801f45

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-xmethod.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/14/14b122bf1ce59f5f1b82f6e2a347f4ad89801f45/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-12  5:21 [binutils-gdb] Use gdbpy_ref in invoke_match_method sergiodj+buildbot
@ 2017-01-16 16:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16 16:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4800>

Commit(s) tested:
	bf1ca3b9476185fb6e301d85e646f5d2af95e257

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in invoke_match_method

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bf/bf1ca3b9476185fb6e301d85e646f5d2af95e257/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 18:31 [binutils-gdb] Use gdbpy_enter in gdbpy_get_matching_xmethod_workers sergiodj+buildbot
@ 2017-01-16 12:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16 12:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4799>

Commit(s) tested:
	572a5524c1eb50d8064a44108fd0ef22a0e63bf8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in gdbpy_get_matching_xmethod_workers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/57/572a5524c1eb50d8064a44108fd0ef22a0e63bf8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 18:16 [binutils-gdb] Use gdbpy_enter in python_interactive_command sergiodj+buildbot
@ 2017-01-16  8:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16  8:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4798>

Commit(s) tested:
	396a78b6271c45410fc22c4bc7f8cff75da3d153

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in python_interactive_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/39/396a78b6271c45410fc22c4bc7f8cff75da3d153/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 17:26 [binutils-gdb] Use gdbpy_enter in gdbpy_before_prompt_hook sergiodj+buildbot
@ 2017-01-16  4:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16  4:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4797>

Commit(s) tested:
	a88b13c7e36e8eb0a3bf772d508380682536c0da

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in gdbpy_before_prompt_hook

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a8/a88b13c7e36e8eb0a3bf772d508380682536c0da/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 17:11 [binutils-gdb] Use gdbpy_enter in py-prettyprint.c sergiodj+buildbot
@ 2017-01-16  0:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-16  0:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4796>

Commit(s) tested:
	e9f0c3639f33dc76fcab1b9299209c29ef2ee26e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-prettyprint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e9/e9f0c3639f33dc76fcab1b9299209c29ef2ee26e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 16:56 [binutils-gdb] Introduce htab_up and use gdbpy_enter in py-framefilter.c sergiodj+buildbot
@ 2017-01-15 20:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-15 20:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4795>

Commit(s) tested:
	6349f452e01ddb7a1e64b8a63c93a9c9abc95725

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce htab_up and use gdbpy_enter in py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/63/6349f452e01ddb7a1e64b8a63c93a9c9abc95725/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 16:05 [binutils-gdb] Use gdbpy_enter in py-unwind.c sergiodj+buildbot
@ 2017-01-15 16:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-15 16:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4794>

Commit(s) tested:
	c0171de646ddd85bac9d4bb1ebdf601f7ba7eeab

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-unwind.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c0171de646ddd85bac9d4bb1ebdf601f7ba7eeab/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 15:49 [binutils-gdb] Use gdbpy_enter in py-xmethods.c sergiodj+buildbot
@ 2017-01-15 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-15 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4793>

Commit(s) tested:
	f18e226ff84f7fba9ce7197ed7a2969eba231b4d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-xmethods.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f1/f18e226ff84f7fba9ce7197ed7a2969eba231b4d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 14:59 [binutils-gdb] Use gdbpy_enter in py-type.c sergiodj+buildbot
@ 2017-01-15  9:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-15  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4792>

Commit(s) tested:
	c57af3f12b91ca49adc2e06056f794cb09514897

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-type.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c5/c57af3f12b91ca49adc2e06056f794cb09514897/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 14:43 [binutils-gdb] Use gdbpy_enter in python.c sergiodj+buildbot
@ 2017-01-15  5:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-15  5:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4791>

Commit(s) tested:
	60e600ec691255536ae53e365d0410ecf79bdea2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in python.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/60/60e600ec691255536ae53e365d0410ecf79bdea2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 21:38 [binutils-gdb] Use gdbpy_enter in py-progspace.c sergiodj+buildbot
@ 2017-01-15  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-15  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4790>

Commit(s) tested:
	bf7da5b06ffbbaa40c8a2900727a791265f897ea

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-progspace.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bf/bf7da5b06ffbbaa40c8a2900727a791265f897ea/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 14:12 [binutils-gdb] Use gdbpy_enter in py-objfile.c sergiodj+buildbot
@ 2017-01-14 21:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-14 21:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4789>

Commit(s) tested:
	2d38bcedc2f91692857d257e106dafc9269d8f1a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-objfile.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2d/2d38bcedc2f91692857d257e106dafc9269d8f1a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 13:22 [binutils-gdb] Use gdbpy_enter in py-inferior.c sergiodj+buildbot
@ 2017-01-14 16:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-14 16:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4788>

Commit(s) tested:
	07bc7329128028e6d3e2733c6d2ebd874367bcee

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-inferior.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/07/07bc7329128028e6d3e2733c6d2ebd874367bcee/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 19:07 [binutils-gdb] Use gdbpy_enter in py-finishbreakpoint.c sergiodj+buildbot
@ 2017-01-14 12:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-14 12:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4787>

Commit(s) tested:
	6e7c365ee0ea2551f9f840b71081fdf759088b5e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-finishbreakpoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6e7c365ee0ea2551f9f840b71081fdf759088b5e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 12:51 [binutils-gdb] Use gdbpy_enter in py-cmd.c sergiodj+buildbot
@ 2017-01-14  8:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-14  8:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4786>

Commit(s) tested:
	6ba0cd406511d3edbe643f5e599d79538febedc5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-cmd.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6b/6ba0cd406511d3edbe643f5e599d79538febedc5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 12:35 [binutils-gdb] Use gdbpy_enter in py-breakpoint.c sergiodj+buildbot
@ 2017-01-14  4:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-14  4:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4785>

Commit(s) tested:
	de2dc875c2ddb731741f3c326545ff91fd587dd5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-breakpoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/de/de2dc875c2ddb731741f3c326545ff91fd587dd5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 11:46 [binutils-gdb] Introduce gdbpy_enter sergiodj+buildbot
@ 2017-01-14  0:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-14  0:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4784>

Commit(s) tested:
	4ecee2c47da3e91c0571683acb5cfb8400402663

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce gdbpy_enter

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4e/4ecee2c47da3e91c0571683acb5cfb8400402663/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 11:29 [binutils-gdb] Use gdbpy_ref in gdbpy_lookup_symbol sergiodj+buildbot
@ 2017-01-13 20:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-13 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4783>

Commit(s) tested:
	37fce74fb42f45ec340962170a4b297beede733a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in gdbpy_lookup_symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/37/37fce74fb42f45ec340962170a4b297beede733a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 11:14 [binutils-gdb] Use gdbpy_ref in py-value.c sergiodj+buildbot
@ 2017-01-13 16:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-13 16:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4782>

Commit(s) tested:
	53a0cca3bd0f6ae80b2d6fc34b2873046965c7f0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in py-value.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/53/53a0cca3bd0f6ae80b2d6fc34b2873046965c7f0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 10:24 [binutils-gdb] Use gdbpy_ref in python.c sergiodj+buildbot
@ 2017-01-13 12:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-13 12:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4781>

Commit(s) tested:
	ff3724f5123b9d9c52a07f7c1a5d85852e666c48

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in python.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/ff3724f5123b9d9c52a07f7c1a5d85852e666c48/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 14:45 [binutils-gdb] Use gdbpy_ref in py-prettyprint.c sergiodj+buildbot
@ 2017-01-13  8:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-13  8:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4780>

Commit(s) tested:
	0700aea50c7a77d7908868373d0f9644b0ece29c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in py-prettyprint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/07/0700aea50c7a77d7908868373d0f9644b0ece29c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  9:54 [binutils-gdb] Use gdbpy_ref in call_doc_function sergiodj+buildbot
@ 2017-01-13  4:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-13  4:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4779>

Commit(s) tested:
	1bb44c9f567c75355c1b4417d88cda959e82a3a3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in call_doc_function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1b/1bb44c9f567c75355c1b4417d88cda959e82a3a3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 13:26 [binutils-gdb] Use gdbpy_ref in py-linetable.c sergiodj+buildbot
@ 2017-01-12 23:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-12 23:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4778>

Commit(s) tested:
	87ce03fdc5a94f48fe62580410a099c0a0f68ee0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in py-linetable.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/87/87ce03fdc5a94f48fe62580410a099c0a0f68ee0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  7:59 [binutils-gdb] Use gdbpy_ref in py-framefilter.c sergiodj+buildbot
@ 2017-01-12 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-12 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4777>

Commit(s) tested:
	ee0a3fb85b33b172f704796612c4487ea368d675

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in py-framefilter.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ee/ee0a3fb85b33b172f704796612c4487ea368d675/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  7:09 [binutils-gdb] Use gdbpy_ref in gdbpy_breakpoints sergiodj+buildbot
@ 2017-01-12 15:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-12 15:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4776>

Commit(s) tested:
	bf2a52fa2ac2c4486653993a765fd922b3cd64a6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in gdbpy_breakpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bf/bf2a52fa2ac2c4486653993a765fd922b3cd64a6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 11:23 [binutils-gdb] Use gdbpy_ref in gdbpy_inferiors sergiodj+buildbot
@ 2017-01-12 12:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-12 12:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4775>

Commit(s) tested:
	f59fe7f8e3e55472e6fcfb06677ff4925dad1f64

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in gdbpy_inferiors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f5/f59fe7f8e3e55472e6fcfb06677ff4925dad1f64/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11 10:38 [binutils-gdb] Use gdbpy_ref in py-function.c sergiodj+buildbot
@ 2017-01-12  8:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-12  8:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4774>

Commit(s) tested:
	80bd970a4b1388fc4373b3e087006e6c93d71f60

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in py-function.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/80/80bd970a4b1388fc4373b3e087006e6c93d71f60/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  8:42 [binutils-gdb] Use gdbpy_ref in gdbpy_string_to_argv sergiodj+buildbot
@ 2017-01-12  4:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-12  4:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4773>

Commit(s) tested:
	d1b3de2e43380a0c51772a40315cd2268573d985

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in gdbpy_string_to_argv

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d1/d1b3de2e43380a0c51772a40315cd2268573d985/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  6:08 [binutils-gdb] Use gdbpy_ref in py-type.c sergiodj+buildbot
@ 2017-01-11 23:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-11 23:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4772>

Commit(s) tested:
	3bb4338431288002c2225ff660e1500818684c16

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_ref in py-type.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3bb4338431288002c2225ff660e1500818684c16/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  7:18 [binutils-gdb] Change event code to use gdbpy_ref sergiodj+buildbot
@ 2017-01-11 19:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-11 19:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4771>

Commit(s) tested:
	abf5651e47c0396df58a37951bc03a349169c5f2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change event code to use gdbpy_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ab/abf5651e47c0396df58a37951bc03a349169c5f2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-11  5:41 [binutils-gdb] Introduce py-ref.h sergiodj+buildbot
@ 2017-01-11 15:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-11 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4770>

Commit(s) tested:
	a68ff33e0dcb4733584265088030d12a31e740e4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce py-ref.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a6/a68ff33e0dcb4733584265088030d12a31e740e4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-10 22:48 [binutils-gdb] i386/x32: Align .eh_frame section to 4 bytes sergiodj+buildbot
@ 2017-01-11 11:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-11 11:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4769>

Commit(s) tested:
	52b232b366355b1d0a9d2721e55a6b2b96789b00

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386/x32: Align .eh_frame section to 4 bytes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/52/52b232b366355b1d0a9d2721e55a6b2b96789b00/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-10 21:52 [binutils-gdb] i386/x86-64: Add unwind info for .plt.got section sergiodj+buildbot
@ 2017-01-11  7:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-11  7:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4768>

Commit(s) tested:
	fff53daefb7838b5718422c87946330e4a8288ce

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386/x86-64: Add unwind info for .plt.got section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/fff53daefb7838b5718422c87946330e4a8288ce/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-10 19:51 [binutils-gdb] Don't use elf_i386_eh_frame_plt directly sergiodj+buildbot
@ 2017-01-11  3:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-11  3:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4767>

Commit(s) tested:
	f129e49f4d07f4d36319ac757fdcf3a8ce7d605b

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Don't use elf_i386_eh_frame_plt directly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f1/f129e49f4d07f4d36319ac757fdcf3a8ce7d605b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-10 16:47 [binutils-gdb] Change return type of ui_out redirect to void sergiodj+buildbot
@ 2017-01-10 22:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-10 22:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4766>

Commit(s) tested:
	7becfd03bad526c02216eeb5ec2bebae694b1af1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Change return type of ui_out redirect to void

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7b/7becfd03bad526c02216eeb5ec2bebae694b1af1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-10 15:35 [binutils-gdb] Update help of the "frame" command sergiodj+buildbot
@ 2017-01-10 18:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-10 18:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4765>

Commit(s) tested:
	df2946549f60624503663cc6c28cd5a6ef0ab434

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Update help of the "frame" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/df/df2946549f60624503663cc6c28cd5a6ef0ab434/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-10  0:02 [binutils-gdb] Fix problems with the implementation of the uzp1 and uzp2 instructions sergiodj+buildbot
@ 2017-01-10  9:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-10  9:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4764>

Commit(s) tested:
	a4fb5981b7ec3d4006e93141afb1d0da566bb97b

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix problems with the implementation of the uzp1 and uzp2 instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a4/a4fb5981b7ec3d4006e93141afb1d0da566bb97b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-09 17:56 [binutils-gdb] Fix inferior memory reading in GDBServer for arm/aarch32 sergiodj+buildbot
@ 2017-01-10  5:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-10  5:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4763>

Commit(s) tested:
	694b382c67a4fc656f30acbc74776c5e9cb53622

Author(s) (in the same order as the commits):
	Antoine Tremblay <antoine.tremblay@ericsson.com>

Subject:
	Fix inferior memory reading in GDBServer for arm/aarch32

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/69/694b382c67a4fc656f30acbc74776c5e9cb53622/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-09  9:47 [binutils-gdb] Improve objdump's behaviour when it encounters a corrupt binary with an excessively large symbol table sergiodj+buildbot
@ 2017-01-09 22:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-09 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4761>

Commit(s) tested:
	98f02962fefbacf1b805e93fb7bddeb58ec6ff70

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Improve objdump's behaviour when it encounters a corrupt binary with an excessively large symbol table.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/98/98f02962fefbacf1b805e93fb7bddeb58ec6ff70/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: add-inferior
PASS -> FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: interrupt on the CLI
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-08 10:52 [binutils-gdb] [D] Fix crash when debug expression enabled sergiodj+buildbot
@ 2017-01-09 18:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-09 18:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4760>

Commit(s) tested:
	f5e6296e2194add209b546ad49039753a10242f5

Author(s) (in the same order as the commits):
	Iain Buclaw <ibuclaw@gdcproject.org>

Subject:
	[D] Fix crash when debug expression enabled.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f5/f5e6296e2194add209b546ad49039753a10242f5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-07 21:17 [binutils-gdb] S/390: Issue error for overflowing relocs sergiodj+buildbot
@ 2017-01-09  7:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-09  7:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4758>

Commit(s) tested:
	431e5de3f224e94fb0d061edb3a56d8e3c3f4403

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.vnet.ibm.com>

Subject:
	S/390: Issue error for overflowing relocs.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/43/431e5de3f224e94fb0d061edb3a56d8e3c3f4403/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 19:51 [binutils-gdb] Include serial.h in ser-base.h sergiodj+buildbot
@ 2017-01-08 23:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-08 23:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4756>

Commit(s) tested:
	44d6d3f93341387bd2c95ea4c941bf99127e7389

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include serial.h in ser-base.h.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/44/44d6d3f93341387bd2c95ea4c941bf99127e7389/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 19:22 [binutils-gdb] Include ppc-tdep.h in ppc-linux-tdep.h sergiodj+buildbot
@ 2017-01-08 19:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-08 19:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4755>

Commit(s) tested:
	656731fe0f5bae5bb788b0688cc36900128fcc2f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include ppc-tdep.h in ppc-linux-tdep.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/65/656731fe0f5bae5bb788b0688cc36900128fcc2f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 18:31 [binutils-gdb] Include signal.h in nat/amd64-linux-siginfo.h sergiodj+buildbot
@ 2017-01-08 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-08 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4754>

Commit(s) tested:
	1ca8f924a46c620c7a7ddbd156c3a623a5a6d1fb

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include signal.h in nat/amd64-linux-siginfo.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1c/1ca8f924a46c620c7a7ddbd156c3a623a5a6d1fb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/signals-state-child.exp: signals states are identical
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 17:58 [binutils-gdb] Include break-common.h in nat/aarch64-linux-hw-point.h sergiodj+buildbot
@ 2017-01-08 12:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-08 12:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4753>

Commit(s) tested:
	bc3008c48f17aa67d39e539737a999737cd697a7

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include break-common.h in nat/aarch64-linux-hw-point.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bc/bc3008c48f17aa67d39e539737a999737cd697a7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 17:08 [binutils-gdb] Include mi-cmds.h in mi-parse.h sergiodj+buildbot
@ 2017-01-08  8:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-08  8:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4752>

Commit(s) tested:
	66c80d03078b71470c66b8f00cab82d89daeea08

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include mi-cmds.h in mi-parse.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/66c80d03078b71470c66b8f00cab82d89daeea08/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 15:35 [binutils-gdb] Include doublest.h and expression.h in dfp.h sergiodj+buildbot
@ 2017-01-08  0:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-08  0:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4750>

Commit(s) tested:
	8018d34f1e5d94ffe1f12ac2455429c6f713c518

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include doublest.h and expression.h in dfp.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/80/8018d34f1e5d94ffe1f12ac2455429c6f713c518/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 15:00 [binutils-gdb] Include ax.h in ax-gdb.h sergiodj+buildbot
@ 2017-01-07 20:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-07 20:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4749>

Commit(s) tested:
	c0b8369c8aa4e05bf8f1b2ce4a79133cf1192a16

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Include ax.h in ax-gdb.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c0b8369c8aa4e05bf8f1b2ce4a79133cf1192a16/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-06 14:17 [binutils-gdb] Update gdb_ptrace.h in HFILES_NO_SRCDIR sergiodj+buildbot
@ 2017-01-07 17:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-07 17:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4748>

Commit(s) tested:
	ad5cba2adbdb8ec216d44515468bde8d96892c3d

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Update gdb_ptrace.h in HFILES_NO_SRCDIR

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ad/ad5cba2adbdb8ec216d44515468bde8d96892c3d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-05 15:02 [binutils-gdb] Fix ARI warning sergiodj+buildbot
@ 2017-01-07 12:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-07 12:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4747>

Commit(s) tested:
	1c33cd7f00c7b2d195cdb004559332c397663bae

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix ARI warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1c/1c33cd7f00c7b2d195cdb004559332c397663bae/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-05  9:19 [binutils-gdb] Prevent an abort in the FRV disassembler if the target bfd name is unknown sergiodj+buildbot
@ 2017-01-07  8:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-07  8:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4746>

Commit(s) tested:
	0ae60c3ef45d41b34d40ed5c7b4fdfea289530de

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent an abort in the FRV disassembler if the target bfd name is unknown.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0ae60c3ef45d41b34d40ed5c7b4fdfea289530de/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-05  0:23 [binutils-gdb] Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul sergiodj+buildbot
@ 2017-01-07  4:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-07  4:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4745>

Commit(s) tested:
	c0386d4d54d2cc33d6efc0b998fe6396bf92be15

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c0386d4d54d2cc33d6efc0b998fe6396bf92be15/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04 20:32 [binutils-gdb] Use correct OSABI constant for FreeBSD/mips binaries sergiodj+buildbot
@ 2017-01-07  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-07  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4744>

Commit(s) tested:
	c988ac1de5bc0efec2022fc6ce7d13b24e540099

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use correct OSABI constant for FreeBSD/mips binaries.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c9/c988ac1de5bc0efec2022fc6ce7d13b24e540099/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04 16:08 [binutils-gdb] [DWARF] Sync GCC dwarf.def change on AArch64 sergiodj+buildbot
@ 2017-01-06 20:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-06 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4741>

Commit(s) tested:
	8cf50cb070642d73acc537010d71c912f921861c

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[DWARF] Sync GCC dwarf.def change on AArch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8cf50cb070642d73acc537010d71c912f921861c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04 14:42 [binutils-gdb] Sync libiberty from gcc sergiodj+buildbot
@ 2017-01-06 11:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-06 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4739>

Commit(s) tested:
	e495212d229d58eb4d70c94d7f828a04c386c3b2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Sync libiberty from gcc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e4/e495212d229d58eb4d70c94d7f828a04c386c3b2/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04 13:51 [binutils-gdb] picflag.m4 high bit set in comment sergiodj+buildbot
@ 2017-01-06  8:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-06  8:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4738>

Commit(s) tested:
	0913ae5ad7ad465e36784ed7fcc8676f3e0e23b7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	picflag.m4 high bit set in comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/09/0913ae5ad7ad465e36784ed7fcc8676f3e0e23b7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04 12:49 [binutils-gdb] [AArch64] Add separate feature flag for weaker release consistent load insns sergiodj+buildbot
@ 2017-01-06  4:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-06  4:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4737>

Commit(s) tested:
	d74d4880e23263bac3690bcb641af56bd13036e6

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add separate feature flag for weaker release consistent load insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d7/d74d4880e23263bac3690bcb641af56bd13036e6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04 10:10 [binutils-gdb] Fix an internal error on writing pieced value sergiodj+buildbot
@ 2017-01-06  0:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-06  0:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4736>

Commit(s) tested:
	2aaaf250e80afb4a5c66fb0b7801e24cc5c4e680

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix an internal error on writing pieced value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2a/2aaaf250e80afb4a5c66fb0b7801e24cc5c4e680/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  3:56 [binutils-gdb] bfd: alpha: Fix crash caused by double free with --no-keep-memory sergiodj+buildbot
@ 2017-01-05 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-05 20:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4735>

Commit(s) tested:
	ae4fda663812129df67e3a70691787060242c0f9

Author(s) (in the same order as the commits):
	James Clarke <jrtc27@jrtc27.com>

Subject:
	bfd: alpha: Fix crash caused by double free with --no-keep-memory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ae/ae4fda663812129df67e3a70691787060242c0f9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  3:42 [binutils-gdb] Add support for the Q extension to the RISCV ISA sergiodj+buildbot
@ 2017-01-05 16:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-05 16:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4734>

Commit(s) tested:
	cc917fd93d2a836adfd61b91df021cf835e88fd1

Author(s) (in the same order as the commits):
	Kito Cheng <kito.cheng@gmail.com>

Subject:
	Add support for the Q extension to the RISCV ISA.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/cc917fd93d2a836adfd61b91df021cf835e88fd1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  5:38 [binutils-gdb] Fix generation of GOT table when only GOT-relative relocs are used sergiodj+buildbot
@ 2017-01-05 11:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-05 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4733>

Commit(s) tested:
	de1010f40884537cf0905ad134162cd2db71dc2a

Author(s) (in the same order as the commits):
	Rich Felker <bugdal@aerifal.cx>

Subject:
	Fix generation of GOT table when only GOT-relative relocs are used.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/de/de1010f40884537cf0905ad134162cd2db71dc2a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  3:11 [binutils-gdb] Add fall through comment sergiodj+buildbot
@ 2017-01-05  8:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-05  8:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4732>

Commit(s) tested:
	b52d3cfcfb472263eca181da37dfc0377978acba

Author(s) (in the same order as the commits):
	Dilyan Palauzov <dilyan.palauzov@aegee.org>

Subject:
	Add fall through comment.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b52d3cfcfb472263eca181da37dfc0377978acba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  2:25 [binutils-gdb] Add new Serbian translation for the opcodes library sergiodj+buildbot
@ 2017-01-05  4:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-05  4:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4731>

Commit(s) tested:
	f90c58d59339ae3e0593cd6e464775973b7c259c

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add new Serbian translation for the opcodes library.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f9/f90c58d59339ae3e0593cd6e464775973b7c259c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  1:38 [binutils-gdb] Fix compile time warning about using a possibly uninitialised variable sergiodj+buildbot
@ 2017-01-05  0:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-05  0:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4730>

Commit(s) tested:
	09fe2662a708aa4da665bcaf942b5529e6809220

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix compile time warning about using a possibly uninitialised variable.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/09/09fe2662a708aa4da665bcaf942b5529e6809220/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  1:22 [binutils-gdb] Sync dwarf headers with master versions in gcc repository sergiodj+buildbot
@ 2017-01-04 20:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-04 20:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4729>

Commit(s) tested:
	fb9b4b7e534c4df7e8e0cb60c180e61f27617f0a

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync dwarf headers with master versions in gcc repository.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fb/fb9b4b7e534c4df7e8e0cb60c180e61f27617f0a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  2:06 [binutils-gdb] Regen opcodes cgen files sergiodj+buildbot
@ 2017-01-04 17:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-04 17:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4728>

Commit(s) tested:
	f47b0d4a49facbfa5c2f0971474593df0a854547

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Regen opcodes cgen files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f4/f47b0d4a49facbfa5c2f0971474593df0a854547/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  1:22 [binutils-gdb] Don't make symbols dynamic other than undef weak sergiodj+buildbot
@ 2017-01-04 13:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-04 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4727>

Commit(s) tested:
	595e0a47f57b414843261303b8aa5036fd1fa1e3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't make symbols dynamic other than undef weak

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/59/595e0a47f57b414843261303b8aa5036fd1fa1e3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  1:00 [binutils-gdb] Set SHF_INFO_LINK for .PARISC.unwind sergiodj+buildbot
@ 2017-01-04  9:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-04  9:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4726>

Commit(s) tested:
	7bd9df3bcdb1f736b696566b6142cb94d6b9b0d9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Set SHF_INFO_LINK for .PARISC.unwind

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7b/7bd9df3bcdb1f736b696566b6142cb94d6b9b0d9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-04  0:14 [binutils-gdb] Update year range in copyright notice of all files sergiodj+buildbot
@ 2017-01-04  2:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-04  2:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4724>

Commit(s) tested:
	2571583aed598dd3f9651b53434e5f177a0e3cf7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Update year range in copyright notice of all files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/25/2571583aed598dd3f9651b53434e5f177a0e3cf7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-01  8:25 [binutils-gdb] update copyright year range in GDB files sergiodj+buildbot
@ 2017-01-01 14:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-01 14:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4721>

Commit(s) tested:
	61baf725eca99af2569262d10aca03dcde2698f6

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	update copyright year range in GDB files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/61/61baf725eca99af2569262d10aca03dcde2698f6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2017-01-01  7:09 [binutils-gdb] Rotate GDB main ChangeLog for 2017 sergiodj+buildbot
@ 2017-01-01 10:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2017-01-01 10:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4720>

Commit(s) tested:
	c113e7ff6176890ef6d73a23f0918aca98b8619f

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Rotate GDB main ChangeLog for 2017

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c1/c113e7ff6176890ef6d73a23f0918aca98b8619f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-31  9:11 [binutils-gdb] Create sdynrelro for elfn32 mips too sergiodj+buildbot
@ 2016-12-31 21:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-31 21:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4718>

Commit(s) tested:
	b7aba156196caf59117741eae5e93b578d0b59f4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Create sdynrelro for elfn32 mips too

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b7/b7aba156196caf59117741eae5e93b578d0b59f4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-31  4:19 [binutils-gdb] PRU Opcode Port sergiodj+buildbot
@ 2016-12-31 16:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-31 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4717>

Commit(s) tested:
	111468496477e97c9414d2d54f97bfdaa380f794

Author(s) (in the same order as the commits):
	Dimitar Dimitrov <dimitar@dinux.eu>

Subject:
	PRU Opcode Port

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/11/111468496477e97c9414d2d54f97bfdaa380f794/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-31  3:06 [binutils-gdb] PRU BFD support sergiodj+buildbot
@ 2016-12-31 11:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-31 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4716>

Commit(s) tested:
	889294f6ffb380eb37b1f1f3bd22807fa9204c14

Author(s) (in the same order as the commits):
	Dimitar Dimitrov <dimitar@dinux.eu>

Subject:
	PRU BFD support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/88/889294f6ffb380eb37b1f1f3bd22807fa9204c14/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-31  2:44 [binutils-gdb] Import config.sub sergiodj+buildbot
@ 2016-12-31  8:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-31  8:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4715>

Commit(s) tested:
	3f66c01be30edcfaedd11d475078f78e464ca4a0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Import config.sub

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3f66c01be30edcfaedd11d475078f78e464ca4a0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-29 16:30 [binutils-gdb] Return 'int' rather than 'unsigned short' in avrdis_opcode sergiodj+buildbot
@ 2016-12-31  1:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-31  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4714>

Commit(s) tested:
	0a7e10188e3c08403fb00b728644d7a95092c732

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Return 'int' rather than 'unsigned short' in avrdis_opcode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0a7e10188e3c08403fb00b728644d7a95092c732/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-29 14:37 [binutils-gdb] link_hash_copy_indirect and symbol flags sergiodj+buildbot
@ 2016-12-30 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-30 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4713>

Commit(s) tested:
	e81830c5c61a8665c098189d069cc68b0df113d3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	link_hash_copy_indirect and symbol flags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e8/e81830c5c61a8665c098189d069cc68b0df113d3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-28 13:44 [binutils-gdb] Check bfd support for bfd_mips_elf_get_abiflags in mips make rule sergiodj+buildbot
@ 2016-12-30 13:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-30 13:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4712>

Commit(s) tested:
	0fa6f7cee7dedb600799234b1e2d52c5b0da8f96

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Check bfd support for bfd_mips_elf_get_abiflags in mips make rule

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0f/0fa6f7cee7dedb600799234b1e2d52c5b0da8f96/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-28 12:52 [binutils-gdb] Use dynrelro for symbols in relro sections too sergiodj+buildbot
@ 2016-12-30  6:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-30  6:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4711>

Commit(s) tested:
	9acc85a62eb76c270724bba15c889d2d05567b6a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Use dynrelro for symbols in relro sections too

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9a/9acc85a62eb76c270724bba15c889d2d05567b6a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-26  6:54 [binutils-gdb] dynrelro section for read-only dynamic symbols copied into executable sergiodj+buildbot
@ 2016-12-30  4:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-30  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4710>

Commit(s) tested:
	5474d94f03aedba2f832006dc7d680cc15792a7b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	dynrelro section for read-only dynamic symbols copied into executable

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/54/5474d94f03aedba2f832006dc7d680cc15792a7b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-26  6:26 [binutils-gdb] Put .dynbss and .rel.bss shortcuts in main elf hash table sergiodj+buildbot
@ 2016-12-30  0:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-30  0:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4709>

Commit(s) tested:
	9d19e4fdb7c684329c8b1b72796a0071708dabc7

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Put .dynbss and .rel.bss shortcuts in main elf hash table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9d/9d19e4fdb7c684329c8b1b72796a0071708dabc7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-24  3:33 [binutils-gdb] MIPS/BFD: Remove EI_ABIVERSION 5 allocation for PT_GNU_STACK support sergiodj+buildbot
@ 2016-12-29 14:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-29 14:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4707>

Commit(s) tested:
	4d4f40e041ce7c8c7c8e50f957e0440b64ab7e95

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS/BFD: Remove EI_ABIVERSION 5 allocation for PT_GNU_STACK support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4d/4d4f40e041ce7c8c7c8e50f957e0440b64ab7e95/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-24  1:33 [binutils-gdb] MIPS16: Add ASMACRO instruction support sergiodj+buildbot
@ 2016-12-29  7:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-29  7:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4706>

Commit(s) tested:
	5284e471d53ccb7c7a1d140bd83098607ccf4b8a

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16: Add ASMACRO instruction support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/52/5284e471d53ccb7c7a1d140bd83098607ccf4b8a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 22:22 [binutils-gdb] MIPS16: Simplify extended operand handling sergiodj+buildbot
@ 2016-12-29  5:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-29  5:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4705>

Commit(s) tested:
	bdd152861ce75c36828904cf3d10f8ce14da6cf5

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16: Simplify extended operand handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bd/bdd152861ce75c36828904cf3d10f8ce14da6cf5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-24  0:33 [binutils-gdb] MIPS16: Reassign `0' and `4' operand codes sergiodj+buildbot
@ 2016-12-29  1:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-29  1:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4704>

Commit(s) tested:
	d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16: Reassign `0' and `4' operand codes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d8/d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 21:54 [binutils-gdb] MIPS16: Handle non-extensible instructions correctly sergiodj+buildbot
@ 2016-12-28 20:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-28 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4703>

Commit(s) tested:
	0674ee5dada21c8deec690ca66d5b2870f13ea49

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16: Handle non-extensible instructions correctly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/06/0674ee5dada21c8deec690ca66d5b2870f13ea49/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 22:25 [binutils-gdb] MIPS16: Remove "extended" BREAK/SDBBP handling sergiodj+buildbot
@ 2016-12-28 14:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-28 14:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4702>

Commit(s) tested:
	b2805ed55456cea2694d31fc8627cca17120267b

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16: Remove "extended" BREAK/SDBBP handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b2/b2805ed55456cea2694d31fc8627cca17120267b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 21:34 [binutils-gdb] MIPS16/GAS: Disallow EXTEND delay-slot scheduling sergiodj+buildbot
@ 2016-12-28 12:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-28 12:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4701>

Commit(s) tested:
	645c455650ed35460afdacb078c7c58308607fbe

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16/GAS: Disallow EXTEND delay-slot scheduling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/645c455650ed35460afdacb078c7c58308607fbe/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 21:30 [binutils-gdb] opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFD sergiodj+buildbot
@ 2016-12-28  7:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-28  7:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4700>

Commit(s) tested:
	9e76c212e6311abaee4d02473473f7d6dcad972f

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9e/9e76c212e6311abaee4d02473473f7d6dcad972f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 20:03 [binutils-gdb] Fix more cases of improper test names sergiodj+buildbot
@ 2016-12-28  5:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-28  5:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4699>

Commit(s) tested:
	5b362f04b2a56d446b024027963be52d61f939cb

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix more cases of improper test names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5b/5b362f04b2a56d446b024027963be52d61f939cb/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 18:37 [binutils-gdb] Fix incorrect reference to source files sergiodj+buildbot
@ 2016-12-27 23:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-27 23:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4698>

Commit(s) tested:
	7dc53023ec5d000b3b8d287720ed8d04d91e02ec

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix incorrect reference to source files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7d/7dc53023ec5d000b3b8d287720ed8d04d91e02ec/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 16:53 [binutils-gdb] Call target specific add_symbols function sergiodj+buildbot
@ 2016-12-27 19:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-27 19:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4697>

Commit(s) tested:
	6eda96bcf3a53843feb5d6d4441f0d9da7bc8a75

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Call target specific add_symbols function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6eda96bcf3a53843feb5d6d4441f0d9da7bc8a75/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 14:34 [binutils-gdb] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized sergiodj+buildbot
@ 2016-12-27 16:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-27 16:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4695>

Commit(s) tested:
	865422fafaf387745b2979d47b6f448d28e0edb8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/86/865422fafaf387745b2979d47b6f448d28e0edb8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23 12:50 [binutils-gdb] Updated email address sergiodj+buildbot
@ 2016-12-27  6:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-27  6:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4694>

Commit(s) tested:
	6096dda15babc5307b1a0e9624d4e0028fd429e1

Author(s) (in the same order as the commits):
	Bernhard Heckel <bernhard.heckel@intel.com>

Subject:
	Updated email address.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/60/6096dda15babc5307b1a0e9624d4e0028fd429e1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23  9:49 [binutils-gdb] Bump version to 2.28.51 sergiodj+buildbot
@ 2016-12-27  4:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-27  4:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4693>

Commit(s) tested:
	99b5dbf2e78a63ba4be067bfabb3bec1a6406f1c

Author(s) (in the same order as the commits):
	Tristan Gingold <gingold@adacore.com>

Subject:
	Bump version to 2.28.51

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/99/99b5dbf2e78a63ba4be067bfabb3bec1a6406f1c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23  9:35 [binutils-gdb] Regenerate pot files sergiodj+buildbot
@ 2016-12-27  0:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-27  0:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4690>

Commit(s) tested:
	e0e7a9d436cb3c97ae89c9b0d2750a006746b233

Author(s) (in the same order as the commits):
	Tristan Gingold <gingold@adacore.com>

Subject:
	Regenerate pot files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e0/e0e7a9d436cb3c97ae89c9b0d2750a006746b233/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23  1:16 [binutils-gdb] infrun.c (set_step_over_info): Add comment sergiodj+buildbot
@ 2016-12-26 16:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-26 16:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4689>

Commit(s) tested:
	ce0db13751aed2782c417bc4cf715313f9273e94

Author(s) (in the same order as the commits):
	Doug Evans <xdje42@gmail.com>

Subject:
	infrun.c (set_step_over_info): Add comment.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ce/ce0db13751aed2782c417bc4cf715313f9273e94/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 eight
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-23  0:18 [binutils-gdb] New syntax for mt print symbols,msymbols,psymbols sergiodj+buildbot
@ 2016-12-26  9:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-26  9:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4688>

Commit(s) tested:
	34c41c681f4a0a0dfe0405c7d2aecf458520557a

Author(s) (in the same order as the commits):
	Doug Evans <xdje42@gmail.com>

Subject:
	New syntax for mt print symbols,msymbols,psymbols.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/34/34c41c681f4a0a0dfe0405c7d2aecf458520557a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-22 22:01 [binutils-gdb] Class-ify ui_out sergiodj+buildbot
@ 2016-12-26  5:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-26  5:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4687>

Commit(s) tested:
	112e8700a6fd2fed65ca70132c9cbed4132e8bd4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Class-ify ui_out

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/11/112e8700a6fd2fed65ca70132c9cbed4132e8bd4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-21 21:24 [binutils-gdb] Fix bugs with float compare and Inf operands sergiodj+buildbot
@ 2016-12-26  1:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-26  1:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4686>

Commit(s) tested:
	87903eafb083abbf330c22fbf941fcbad700c098

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix bugs with float compare and Inf operands.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/87/87903eafb083abbf330c22fbf941fcbad700c098/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-21 15:21 [binutils-gdb] Don't make_bfd_vms_lib archive functions NULL sergiodj+buildbot
@ 2016-12-25 22:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-25 22:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4685>

Commit(s) tested:
	f0d19df99dfe1c63842206d15ae41dfd33d25bf0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't make_bfd_vms_lib archive functions NULL

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f0/f0d19df99dfe1c63842206d15ae41dfd33d25bf0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-21 14:46 [binutils-gdb] Avoid creating symbol table entries for registers sergiodj+buildbot
@ 2016-12-25 18:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-25 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4684>

Commit(s) tested:
	58a6d3c9d8d4d4be8f1dfc1a49fed264dceddaba

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Avoid creating symbol table entries for registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/58/58a6d3c9d8d4d4be8f1dfc1a49fed264dceddaba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-21 13:59 [binutils-gdb] bfd: aarch64: fix word and arrdess size declaration in ilp32 mode sergiodj+buildbot
@ 2016-12-25 14:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-25 14:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4683>

Commit(s) tested:
	3145b997151d2815065b5c880c1b0d63905d7630

Author(s) (in the same order as the commits):
	Yury Norov <ynorov@caviumnetworks.com>

Subject:
	bfd: aarch64: fix word and arrdess size declaration in ilp32 mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/31/3145b997151d2815065b5c880c1b0d63905d7630/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-21 11:51 [binutils-gdb] Remove high bit set characters sergiodj+buildbot
@ 2016-12-25 10:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-25 10:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4682>

Commit(s) tested:
	4e25adb3956f880efc28bfebabe79be7338b413f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove high bit set characters

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4e/4e25adb3956f880efc28bfebabe79be7338b413f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 2 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 19:34 [binutils-gdb] gdb: Constify solib_find sergiodj+buildbot
@ 2016-12-25  2:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-25  2:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4680>

Commit(s) tested:
	992f1ddc3be1f5195f18beaa801ac50f284b10c5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Constify solib_find

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/99/992f1ddc3be1f5195f18beaa801ac50f284b10c5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 17:00 [binutils-gdb] Fix longjmp across readline w/ --enable-sjlj-exceptions toolchains sergiodj+buildbot
@ 2016-12-24 21:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-24 21:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4678>

Commit(s) tested:
	2693a26216c329bd7ec2aae7743409f572de4fa5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix longjmp across readline w/ --enable-sjlj-exceptions toolchains

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/26/2693a26216c329bd7ec2aae7743409f572de4fa5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 16:15 [binutils-gdb] Set emacs default mode for the GDB directory to C++ sergiodj+buildbot
@ 2016-12-24 19:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-24 19:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4677>

Commit(s) tested:
	ff71884063d048e8f8c03de27d2bac343df4f77a

Author(s) (in the same order as the commits):
	Antoine Tremblay <antoine.tremblay@ericsson.com>

Subject:
	Set emacs default mode for the GDB directory to C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ff/ff71884063d048e8f8c03de27d2bac343df4f77a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 15:08 [binutils-gdb] MIPS16/opcodes: Respect ISA and ASE in disassembly sergiodj+buildbot
@ 2016-12-24 15:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-24 15:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4676>

Commit(s) tested:
	11dd08e9a0a2b7115aac32d9599f1bdb0ad12ea6

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16/opcodes: Respect ISA and ASE in disassembly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/11/11dd08e9a0a2b7115aac32d9599f1bdb0ad12ea6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: GDB accepts further input
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 14:32 [binutils-gdb] MIPS16: Switch to 32-bit opcode table interpretation sergiodj+buildbot
@ 2016-12-24 11:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-24 11:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4675>

Commit(s) tested:
	7fd5392005624f8b0522d881aa94bbb470d68cd7

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16: Switch to 32-bit opcode table interpretation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7f/7fd5392005624f8b0522d881aa94bbb470d68cd7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 14:09 [binutils-gdb] MIPS16/opcodes: Correct 64-bit macros' ISA membership sergiodj+buildbot
@ 2016-12-24  7:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-24  7:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4674>

Commit(s) tested:
	4ebce1a0a5911e71aa2d00932ffb2126ff1f3633

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16/opcodes: Correct 64-bit macros' ISA membership

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4e/4ebce1a0a5911e71aa2d00932ffb2126ff1f3633/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20 23:46 [binutils-gdb] MIPS16/opcodes: Correct I64/SDRASP opcode's ISA membership sergiodj+buildbot
@ 2016-12-24  2:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-24  2:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4673>

Commit(s) tested:
	c97dda72b905d5ba9b82004bf4e57dd4cf343147

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS16/opcodes: Correct I64/SDRASP opcode's ISA membership

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c9/c97dda72b905d5ba9b82004bf4e57dd4cf343147/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:06 [binutils-gdb] Correct assembler mnemonic for RISC-V aqrl AMOs sergiodj+buildbot
@ 2016-12-23 23:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-23 23:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4672>

Commit(s) tested:
	3e67a37820a2838cdbd50f3f697ddc929443ceaa

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Correct assembler mnemonic for RISC-V aqrl AMOs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3e/3e67a37820a2838cdbd50f3f697ddc929443ceaa/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:06 [binutils-gdb] Fix disassembly of RISC-V CSR instructions under -Mno-aliases sergiodj+buildbot
@ 2016-12-23 17:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-23 17:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4671>

Commit(s) tested:
	04386d9ed5f068b74757bfac01670576e4e59b8a

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Fix disassembly of RISC-V CSR instructions under -Mno-aliases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/04/04386d9ed5f068b74757bfac01670576e4e59b8a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:07 [binutils-gdb] Add canonical JALR for RISC-V sergiodj+buildbot
@ 2016-12-23 14:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-23 14:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4670>

Commit(s) tested:
	755c5297bdbca564e97040ce7f036ed02dc7fa4a

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Add canonical JALR for RISC-V

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/75/755c5297bdbca564e97040ce7f036ed02dc7fa4a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:07 [binutils-gdb] Re-work RISC-V gas flags: now we just support -mabi and -march sergiodj+buildbot
@ 2016-12-23  9:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-23  9:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4669>

Commit(s) tested:
	2922d21da14b4711872371abacb16e8ab7c70894

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Re-work RISC-V gas flags: now we just support -mabi and -march

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/29/2922d21da14b4711872371abacb16e8ab7c70894/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:03 [binutils-gdb] Fix an integer overflow in RISC-V relocation handling sergiodj+buildbot
@ 2016-12-23  6:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-23  6:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4668>

Commit(s) tested:
	1d61f7949f77796ee407466f3ca7f42dcde9251b

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Fix an integer overflow in RISC-V relocation handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1d/1d61f7949f77796ee407466f3ca7f42dcde9251b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:07 [binutils-gdb] Rework RISC-V relocations sergiodj+buildbot
@ 2016-12-23  1:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-23  1:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4667>

Commit(s) tested:
	45f764234a71431b581340957a3c8338e0593fdb

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Rework RISC-V relocations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/45/45f764234a71431b581340957a3c8338e0593fdb/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 2 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-20  2:03 [binutils-gdb] Formatting changes for RISC-V sergiodj+buildbot
@ 2016-12-22 21:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-22 21:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4666>

Commit(s) tested:
	1d65abb5e2cb1624b358dda27a53a070bec685cc

Author(s) (in the same order as the commits):
	Andrew Waterman <andrew@sifive.com>

Subject:
	Formatting changes for RISC-V

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1d/1d65abb5e2cb1624b358dda27a53a070bec685cc/>

*** Diff to previous build ***
============================
new FAIL: gdb.arch/altivec-abi.exp: generic ABI, forced: step into vec_fun
new FAIL: gdb.arch/altivec-regs.exp: info reg vscr
new FAIL: gdb.arch/altivec-regs.exp: print vscr
new FAIL: gdb.arch/altivec-regs.exp: info vector
new FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
new FAIL: gdb.base/annota1.exp: run until main breakpoint
new FAIL: gdb.base/attach.exp: cmdline attach run: run to main
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: seen displacement message as NONZERO
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
new FAIL: gdb.base/checkpoint.exp: break1 four
new FAIL: gdb.base/checkpoint.exp: checkpoint
new FAIL: gdb.base/checkpoint.exp: break1 five
new FAIL: gdb.base/checkpoint.exp: break1 six
new FAIL: gdb.base/checkpoint.exp: break1 seven
new FAIL: gdb.base/checkpoint.exp: break1 eight
new FAIL: gdb.base/checkpoint.exp: break1 nine
new FAIL: gdb.base/checkpoint.exp: break1 ten
new FAIL: gdb.base/checkpoint.exp: info checkpoints one
new FAIL: gdb.base/checkpoint.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/checkpoint.exp: break2 one
new FAIL: gdb.base/checkpoint.exp: restart 1 one
new FAIL: gdb.base/checkpoint.exp: verify i 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 one
new FAIL: gdb.base/checkpoint.exp: verify lines 1 one
new FAIL: gdb.base/checkpoint.exp: restart 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 one
new FAIL: gdb.base/checkpoint.exp: verify i 2 one
new FAIL: gdb.base/checkpoint.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint.exp: restart 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 one
new FAIL: gdb.base/checkpoint.exp: verify i 3 one
new FAIL: gdb.base/checkpoint.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint.exp: restart 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 one
new FAIL: gdb.base/checkpoint.exp: verify i 4 one
new FAIL: gdb.base/checkpoint.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint.exp: restart 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 one
new FAIL: gdb.base/checkpoint.exp: verify i 5 one
new FAIL: gdb.base/checkpoint.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint.exp: restart 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 one
new FAIL: gdb.base/checkpoint.exp: verify i 6 one
new FAIL: gdb.base/checkpoint.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint.exp: restart 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 one
new FAIL: gdb.base/checkpoint.exp: verify i 7 one
new FAIL: gdb.base/checkpoint.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint.exp: restart 8 one
new FAIL: gdb.base/checkpoint.exp: step in 8 one
new FAIL: gdb.base/checkpoint.exp: verify i 8 one
new FAIL: gdb.base/checkpoint.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint.exp: restart 9 one
new FAIL: gdb.base/checkpoint.exp: step in 9 one
new FAIL: gdb.base/checkpoint.exp: verify i 9 one
new FAIL: gdb.base/checkpoint.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint.exp: restart 10 one
new FAIL: gdb.base/checkpoint.exp: step in 10 one
new FAIL: gdb.base/checkpoint.exp: verify i 10 one
new FAIL: gdb.base/checkpoint.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint.exp: restart 0 one
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint.exp: break3 one
new FAIL: gdb.base/checkpoint.exp: diff input and output one
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint.exp: restart 1 two
new FAIL: gdb.base/checkpoint.exp: continue
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 two
new FAIL: gdb.base/checkpoint.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint.exp: restart 2 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 two
new FAIL: gdb.base/checkpoint.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint.exp: restart 3 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 two
new FAIL: gdb.base/checkpoint.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint.exp: restart 4 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 two
new FAIL: gdb.base/checkpoint.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint.exp: restart 5 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 two
new FAIL: gdb.base/checkpoint.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint.exp: restart 6 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 two
new FAIL: gdb.base/checkpoint.exp: restart 7 two
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 two
new FAIL: gdb.base/checkpoint.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint.exp: diff input and output two
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 59
new FAIL: gdb.base/checkpoint.exp: break4 one
new FAIL: gdb.base/checkpoint.exp: delete copy1
new FAIL: gdb.base/checkpoint.exp: restart 1 three
new FAIL: gdb.base/checkpoint.exp: break2 1 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 1
new FAIL: gdb.base/checkpoint.exp: restart 2 three
new FAIL: gdb.base/checkpoint.exp: break2 2 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 2
new FAIL: gdb.base/checkpoint.exp: restart 3 three
new FAIL: gdb.base/checkpoint.exp: break2 3 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 3
new FAIL: gdb.base/checkpoint.exp: restart 4 three
new FAIL: gdb.base/checkpoint.exp: break2 4 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 4
new FAIL: gdb.base/checkpoint.exp: restart 5 three
new FAIL: gdb.base/checkpoint.exp: break2 5 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 5
new FAIL: gdb.base/checkpoint.exp: restart 6 three
new FAIL: gdb.base/checkpoint.exp: break2 6 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 6
new FAIL: gdb.base/checkpoint.exp: restart 7 three
new FAIL: gdb.base/checkpoint.exp: break2 7 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 7
new FAIL: gdb.base/checkpoint.exp: restart 8 three
new FAIL: gdb.base/checkpoint.exp: break2 8 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 8
new FAIL: gdb.base/checkpoint.exp: restart 9 three
new FAIL: gdb.base/checkpoint.exp: break2 9 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 9
new FAIL: gdb.base/checkpoint.exp: restart 10 three
new FAIL: gdb.base/checkpoint.exp: break2 10 one
new FAIL: gdb.base/checkpoint.exp: outfile still open 10
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork two
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork three
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork four
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork five
new FAIL: gdb.base/checkpoint.exp: info checkpoints two
new FAIL: gdb.base/checkpoint.exp: kill all one
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 0
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 1
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 2
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 3
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 4
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 5
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 6
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 7
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 8
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 9
new FAIL: gdb.base/checkpoint.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: break1 seven
new FAIL: gdb.base/checkpoint-ns.exp: checkpoint
new FAIL: gdb.base/checkpoint-ns.exp: break1 eight
new FAIL: gdb.base/checkpoint-ns.exp: break1 nine
new FAIL: gdb.base/checkpoint-ns.exp: break1 ten
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
new FAIL: gdb.base/checkpoint-ns.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/checkpoint-ns.exp: break2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint-ns.exp: restart 0 one
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint-ns.exp: break3 one
new FAIL: gdb.base/checkpoint-ns.exp: diff input and output one
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 two
new FAIL: gdb.base/checkpoint-ns.exp: continue
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 two
new FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
new FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
new FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint-ns.exp: diff input and output two
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 59
new FAIL: gdb.base/checkpoint-ns.exp: break4 one
new FAIL: gdb.base/checkpoint-ns.exp: delete copy1
new FAIL: gdb.base/checkpoint-ns.exp: restart 1 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
new FAIL: gdb.base/checkpoint-ns.exp: restart 2 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
new FAIL: gdb.base/checkpoint-ns.exp: restart 3 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
new FAIL: gdb.base/checkpoint-ns.exp: restart 4 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
new FAIL: gdb.base/checkpoint-ns.exp: restart 5 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
new FAIL: gdb.base/checkpoint-ns.exp: restart 6 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
new FAIL: gdb.base/checkpoint-ns.exp: restart 7 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
new FAIL: gdb.base/checkpoint-ns.exp: restart 8 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
new FAIL: gdb.base/checkpoint-ns.exp: restart 9 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
new FAIL: gdb.base/checkpoint-ns.exp: restart 10 three
new FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
new FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
new FAIL: gdb.base/checkpoint-ns.exp: kill all one
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 0
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 1
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 2
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 3
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 4
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 5
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 6
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 7
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 8
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 9
new FAIL: gdb.base/checkpoint-ns.exp: no more checkpoint 10
new FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/commands.exp: watchpoint_command_test: continue with watch
new FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.base/corefile.exp: run: core file is cleared
new FAIL: gdb.base/corefile.exp: attach: with core
new FAIL: gdb.base/corefile.exp: attach: core file is cleared
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/find-unmapped.exp: find global_var_0, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_1, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_2,
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/interrupt.exp: child died when we called func1, skipped rest of tests
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
new FAIL: gdb.base/pr11022.exp: breakpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: breakpoint hit 2
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new FAIL: gdb.base/print-symbol-loading.exp: shlib off: load shared-lib
new FAIL: gdb.base/print-symbol-loading.exp: shlib brief: load shared-lib
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to recurse
new FAIL: gdb.base/recurse.exp: next over b = 0 in second instance
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/solib-nodir.exp: library loaded
new FAIL: gdb.base/store.exp: var doublest l; setting l to 4
new FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
new FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
new FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
new FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
new FAIL: gdb.base/term.exp: info terminal at breakpoint
new FAIL: gdb.base/testenv.exp: test no TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with one TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with two TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with one TEST_GDB var, after unset
new FAIL: gdb.base/testenv.exp: test with TEST_GDB_GLOBAL
new FAIL: gdb.base/testenv.exp: test with TEST_GDB_GLOBAL unset
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: continue until exit
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint at func1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: back at main from marker1
new FAIL: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
new FAIL: gdb.base/watchpoint.exp: until to ival1 assignment
new FAIL: gdb.base/watchpoint.exp: until to ival3 assignment
new FAIL: gdb.base/watchpoint.exp: until out of loop
new FAIL: gdb.base/watchpoint.exp: step to ival2 assignment
new FAIL: gdb.base/watchpoint.exp: test complex watchpoint
new FAIL: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
new FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
new FAIL: gdb.base/watchpoint.exp: cont
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
new FAIL: gdb.base/watchpoint.exp: global_ptr next
new FAIL: gdb.base/watchpoint.exp: next over ptr init
new FAIL: gdb.base/watchpoint.exp: next over buffer set
new FAIL: gdb.base/watchpoint.exp: global_ptr_ptr next
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr init
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint-hw.exp: start
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on first read
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on read after value changed
new FAIL: gdb.base/watch-read.exp: write watchpoint triggers
new FAIL: gdb.base/watch-read.exp: only write watchpoint triggers when value changes
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes
new FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5
new FAIL: gdb.compile/compile.exp: test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: Test abbreviations and code collision
new FAIL: gdb.compile/compile.exp: test delimiter with -r
new FAIL: gdb.compile/compile.exp: test delimiter with -raw
new FAIL: gdb.compile/compile.exp: test delimiter with -r after it
new FAIL: gdb.compile/compile.exp: set variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: check variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: set variable from macro
new FAIL: gdb.compile/compile.exp: expect 23
new FAIL: gdb.compile/compile.exp: set variable from function-like macro
new FAIL: gdb.compile/compile.exp: expect -1
new FAIL: gdb.compile/compile.exp: set variable
new FAIL: gdb.compile/compile.exp: expect 42
new FAIL: gdb.compile/compile.exp: modify variable
new FAIL: gdb.compile/compile.exp: expect 84
new FAIL: gdb.compile/compile.exp: compile code multiline 4
new FAIL: gdb.compile/compile.exp: expect 20
new FAIL: gdb.compile/compile.exp: use external source file
new FAIL: gdb.compile/compile.exp: expect 7
new FAIL: gdb.compile/compile.exp: call static function
new FAIL: gdb.compile/compile.exp: expect 9
new FAIL: gdb.compile/compile.exp: call global function
new FAIL: gdb.compile/compile.exp: expect 8
new FAIL: gdb.compile/compile.exp: compute size of ulonger
new FAIL: gdb.compile/compile.exp: check size of ulonger
new FAIL: gdb.compile/compile.exp: compute size of longer
new FAIL: gdb.compile/compile.exp: check size of longer
new FAIL: gdb.compile/compile.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile.exp: check MINUS_1
new FAIL: gdb.compile/compile.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile.exp: check static_local
new FAIL: gdb.compile/compile.exp: do not keep jit in memory
new FAIL: gdb.compile/compile.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile.exp: compile code segfault first
new FAIL: gdb.compile/compile.exp: bt
new FAIL: gdb.compile/compile.exp: info sym found
new FAIL: gdb.compile/compile.exp: return
new FAIL: gdb.compile/compile.exp: info sym not found
new FAIL: gdb.compile/compile.exp: compile code segfault second
new FAIL: gdb.compile/compile.exp: set localvar
new FAIL: gdb.compile/compile.exp: expect 12
new FAIL: gdb.compile/compile.exp: modify localvar
new FAIL: gdb.compile/compile.exp: expect 24
new FAIL: gdb.compile/compile.exp: test shadowing
new FAIL: gdb.compile/compile.exp: expect 52
new FAIL: gdb.compile/compile.exp: compile code localvar = externed
new FAIL: gdb.compile/compile.exp: test extern in inner scope
new FAIL: gdb.compile/compile.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile.exp: p vla[2]
new FAIL: gdb.compile/compile.exp: compile code localvar =
new FAIL: gdb.compile/compile.exp: p localvar
new FAIL: gdb.compile/compile.exp: compile code struct_object.selffield = &struct_object
new FAIL: gdb.compile/compile.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.charfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile.exp: print struct_object.intfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile.exp: print struct_object.longfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile.exp: print union_object.intfield
new FAIL: gdb.compile/compile.exp: print unresolved value
new FAIL: gdb.compile/compile.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile.exp: print globalshadow
new FAIL: gdb.compile/compile.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile.exp: print 'compile.c'::globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow second time
new FAIL: gdb.compile/compile.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile.exp: print staticshadow
new FAIL: gdb.compile/compile.exp: compile code -r multiline 4
new FAIL: gdb.compile/compile.exp: check globalshadow with -r
new FAIL: gdb.compile/compile.exp: pointer to jit function
new FAIL: gdb.compile/compile.exp: set variable to 77
new FAIL: gdb.compile/compile.exp: expect 77
new FAIL: gdb.compile/compile.exp: call func_nodebug
new FAIL: gdb.compile/compile.exp: expect -75
new FAIL: gdb.compile/compile.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile.exp: expect -76
new FAIL: gdb.compile/compile.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile.exp: call shared library function
new FAIL: gdb.compile/compile.exp: expect 1
new FAIL: gdb.compile/compile.exp: modify shared library variable
new FAIL: gdb.compile/compile.exp: expect 15
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: compile code resultvar = gnu_ifunc
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: p resultvar
new FAIL: gdb.compile/compile-ifunc.exp: debug: compile code resultvar = gnu_ifunc_alias
new FAIL: gdb.compile/compile-ifunc.exp: debug: p resultvar
new FAIL: gdb.compile/compile-ops.exp: compile code
new FAIL: gdb.compile/compile-ops.exp: compile code optimized_out
new FAIL: gdb.compile/compile-print.exp: compile print varint
new FAIL: gdb.compile/compile-print.exp: compile print vararray
new FAIL: gdb.compile/compile-print.exp: compile print main
new FAIL: gdb.compile/compile-print.exp: compile print *vararray@3
new FAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3
new FAIL: gdb.compile/compile-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-print.exp: print $
new FAIL: gdb.compile/compile-print.exp: compile print varobject
new FAIL: gdb.compile/compile-setjmp.exp: compile file -r
new FAIL: gdb.compile/compile-setjmp.exp: p done
new FAIL: gdb.compile/compile-tls.exp: compile code local_scope = 1
new FAIL: gdb.compile/compile-tls.exp: print local_scope
new FAIL: gdb.compile/compile-tls.exp: compile code static_scope = 2
new FAIL: gdb.compile/compile-tls.exp: print static_scope
new FAIL: gdb.compile/compile-tls.exp: compile code global_scope = 3
new FAIL: gdb.compile/compile-tls.exp: print global_scope
new FAIL: gdb.cp/annota2.exp: continue until exit
new FAIL: gdb.cp/annota2.exp: delete bps
new FAIL: gdb.cp/annota2.exp: break at main
new FAIL: gdb.cp/annota2.exp: set watch on a.x
new FAIL: gdb.cp/annota2.exp: watch triggered on a.x
new FAIL: gdb.cp/annota2.exp: annotate-quit
new FAIL: gdb.cp/annota3.exp: continue to exit
new FAIL: gdb.cp/annota3.exp: watch triggered on a.x
new FAIL: gdb.cp/annota3.exp: annotate-quit
new FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler.
new FAIL: gdb.cp/gdb2495.exp: bt after returning from a popped frame
new FAIL: gdb.cp/gdb2495.exp: info breakpoints
new FAIL: gdb.cp/gdb2495.exp: set unwind-on-terminating-exception off
new FAIL: gdb.cp/gdb2495.exp: turn off unwind on terminating exception flag
new FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception with unwinding off..
new FAIL: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new FAIL: gdb.dwarf2/bad-regnum.exp: info addr foo1
new FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new FAIL: gdb.go/methods.exp: setting breakpoint at
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: test watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: test invisible watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: test watchpoint write
new FAIL: gdb.guile/scm-symtab.exp: test find-pc-line with resume address
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on console
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4
new FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: run to exit inferior 2
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: continue in inferior 1
new FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2
new FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
new FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
new FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: reverse-finish from void_func trips breakpoint at entry
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: no spurious proceed after breakpoint stop
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: void_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: char_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: short_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: int_func
new FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from int_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from short_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from char_func
new FAIL: gdb.reverse/finish-reverse.exp: reverse finish from void_func
new FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: reverse-next over call trips user breakpoint at function entry
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: stopped at the right callee call
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
new FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 4 of 100
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 2
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 3
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 4
new FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 2
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 3
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 4
new FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
new FAIL: gdb.threads/hand-call-in-threads.exp: all dummies popped
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: continue
new FAIL: gdb.threads/thread_events.exp: continue to after_join_func with messages enabled
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: no hardware watchpoints available
new FAIL: gdb.trace/collection.exp: collect register locals collectively: start trace experiment
new FAIL: gdb.trace/collection.exp: collect register locals collectively: tfind test frame
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #3
new FAIL: gdb.trace/collection.exp: collect register locals individually: define actions
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #3
new FAIL: gdb.trace/tspeed.exp: advance to trace begin
new FAIL: gdb.trace/tspeed.exp: start trace experiment
new FAIL: gdb.trace/tspeed.exp: advance through tracing
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: ctf: info locals
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-04  2:02 [binutils-gdb] Fix bugs with tbnz/tbz instructions sergiodj+buildbot
@ 2016-12-17 11:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-17 11:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4583>

Commit(s) tested:
	668650d58d61d9d170f3e5b5c1657ed1c3e2b34b

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix bugs with tbnz/tbz instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/668650d58d61d9d170f3e5b5c1657ed1c3e2b34b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-03 13:35 [binutils-gdb] PowerPC64 dot-symbol compatibility bugfixes sergiodj+buildbot
@ 2016-12-17  5:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-17  5:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4582>

Commit(s) tested:
	8c5b4e5228ec94923fbdfb0008926b0b2a3f51c2

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 dot-symbol compatibility bugfixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8c5b4e5228ec94923fbdfb0008926b0b2a3f51c2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-03 13:02 [binutils-gdb] Tidy ppc64_elf_hide_symbol sergiodj+buildbot
@ 2016-12-17  0:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-17  0:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4581>

Commit(s) tested:
	b8ac28419be22fe0cc72f6eaaba1ab029610fc71

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Tidy ppc64_elf_hide_symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b8/b8ac28419be22fe0cc72f6eaaba1ab029610fc71/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-03 12:21 [binutils-gdb] PowerPC64 add_symbol_adjust sergiodj+buildbot
@ 2016-12-16 21:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-16 21:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4580>

Commit(s) tested:
	35dc6e06960790cd60b890c14e45f82f110b898f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC64 add_symbol_adjust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/35/35dc6e06960790cd60b890c14e45f82f110b898f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-03 11:55 [binutils-gdb] Indirect and warning symbols sergiodj+buildbot
@ 2016-12-16 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-16 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4579>

Commit(s) tested:
	8400d40d954ec3b4a3fe9200645a1b6e90ba46f4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Indirect and warning symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/84/8400d40d954ec3b4a3fe9200645a1b6e90ba46f4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-03 11:13 [binutils-gdb] ppc64_elf_copy_indirect_symbol versioned_hidden fix sergiodj+buildbot
@ 2016-12-16 15:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-16 15:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4578>

Commit(s) tested:
	474436e67c72d2426e79e600d725812514db0dbe

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ppc64_elf_copy_indirect_symbol versioned_hidden fix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/47/474436e67c72d2426e79e600d725812514db0dbe/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 21:50 [binutils-gdb] Remove unneeded pattern matching in gdb.base/maint.exp sergiodj+buildbot
@ 2016-12-16  9:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-16  9:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4576>

Commit(s) tested:
	107c2d628b924de1854d6d254d60e97e1887ce4a

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Remove unneeded pattern matching in gdb.base/maint.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/10/107c2d628b924de1854d6d254d60e97e1887ce4a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 21:13 [binutils-gdb] Support an "unlimited" number of user-defined arguments sergiodj+buildbot
@ 2016-12-16  6:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-16  6:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4575>

Commit(s) tested:
	df3ee9ca894f7e831713c332aa7820a6463c2435

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Support an "unlimited" number of user-defined arguments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/df/df3ee9ca894f7e831713c332aa7820a6463c2435/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 20:34 [binutils-gdb] Test user-defined gdb commands and arguments stack sergiodj+buildbot
@ 2016-12-16  2:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-16  2:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4574>

Commit(s) tested:
	ec835369f121c11d6e9484ed8c6c11097ad545c5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Test user-defined gdb commands and arguments stack

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ec835369f121c11d6e9484ed8c6c11097ad545c5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 18:56 [binutils-gdb] Fix seg-fault in linker when passed a corrupt binary input file sergiodj+buildbot
@ 2016-12-15 20:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-15 20:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4572>

Commit(s) tested:
	d7f399a8de4c55eb841db6493597a587fac002de

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix seg-fault in linker when passed a corrupt binary input file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d7/d7f399a8de4c55eb841db6493597a587fac002de/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 18:11 [binutils-gdb] Revert change to gdb.cp/ovldbreak.exp sergiodj+buildbot
@ 2016-12-15 18:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-15 18:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4571>

Commit(s) tested:
	008459ea88ad4fdcb7da37dad7f68888ef6ecc47

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Revert change to gdb.cp/ovldbreak.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/00/008459ea88ad4fdcb7da37dad7f68888ef6ecc47/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 16:48 [binutils-gdb] PR symtab/16264 - support DW_AT_main_subprogram sergiodj+buildbot
@ 2016-12-15 13:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-15 13:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4569>

Commit(s) tested:
	0c1b455e294c6debb4efedc7f1346f3c43249f15

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR symtab/16264 - support DW_AT_main_subprogram

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0c/0c1b455e294c6debb4efedc7f1346f3c43249f15/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 16:03 [binutils-gdb] Rename some trace functions sergiodj+buildbot
@ 2016-12-15 10:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-15 10:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4568>

Commit(s) tested:
	e5a873b7071d74320d4e0cbbc2f358dcf2322557

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Rename some trace functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e5/e5a873b7071d74320d4e0cbbc2f358dcf2322557/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 2 of 100
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 15:26 [binutils-gdb] Remove mi_out_data::suppress_output sergiodj+buildbot
@ 2016-12-15  6:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-15  6:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4567>

Commit(s) tested:
	233c8c27eb81b0a3ab5182dcb59c7306ba9bd3f3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove mi_out_data::suppress_output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/23/233c8c27eb81b0a3ab5182dcb59c7306ba9bd3f3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 12:02 [binutils-gdb] Always pass a valid section header offset to elf_parse_notes sergiodj+buildbot
@ 2016-12-15  3:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-15  3:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4566>

Commit(s) tested:
	08698b7b46c9c932530dcbcd7e851d27a7d2c503

Author(s) (in the same order as the commits):
	Gary Benson <gbenson@redhat.com>

Subject:
	Always pass a valid section header offset to elf_parse_notes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/08/08698b7b46c9c932530dcbcd7e851d27a7d2c503/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vscr
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vscr
PASS -> FAIL: gdb.arch/altivec-regs.exp: info vector
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 11:30 [binutils-gdb] Add support for Fushia OS sergiodj+buildbot
@ 2016-12-14 23:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14 23:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4565>

Commit(s) tested:
	d5451cd45325d12b2cc3d10ffe67f09b0e26b967

Author(s) (in the same order as the commits):
	Josh Conner <joshconner@google.com>

Subject:
	Add support for Fushia OS.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d5/d5451cd45325d12b2cc3d10ffe67f09b0e26b967/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 10:50 [binutils-gdb] [AArch64] Recognize STR instruction in prologue sergiodj+buildbot
@ 2016-12-14 21:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14 21:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4564>

Commit(s) tested:
	432ec0814b01a93b88eddf13092ea6abef34652d

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[AArch64] Recognize STR instruction in prologue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/43/432ec0814b01a93b88eddf13092ea6abef34652d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02 10:11 [binutils-gdb] Add unit test to aarch64 prologue analyzer sergiodj+buildbot
@ 2016-12-14 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4563>

Commit(s) tested:
	4d9a9006139d1ceea787cdda871dff8943e493f0

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Add unit test to aarch64 prologue analyzer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4d/4d9a9006139d1ceea787cdda871dff8943e493f0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  6:01 [binutils-gdb] Don't handle timeout inside gdb_test_multiple sergiodj+buildbot
@ 2016-12-14 14:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14 14:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4562>

Commit(s) tested:
	018572b88885ae67d22612937fa1e4fd98d5f5ad

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Don't handle timeout inside gdb_test_multiple

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/01/018572b88885ae67d22612937fa1e4fd98d5f5ad/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  5:34 [binutils-gdb] Class-ify ui_out_table sergiodj+buildbot
@ 2016-12-14 11:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14 11:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4561>

Commit(s) tested:
	36d18bc526b055be896d8dc319cb3ade42238534

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Class-ify ui_out_table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/36/36d18bc526b055be896d8dc319cb3ade42238534/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  5:00 [binutils-gdb] ui_out_table: Replace boolean flag with enum sergiodj+buildbot
@ 2016-12-14  8:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14  8:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4560>

Commit(s) tested:
	77a179e77b38161e461f5e37512f0b3fc3582181

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	ui_out_table: Replace boolean flag with enum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/77a179e77b38161e461f5e37512f0b3fc3582181/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  4:41 [binutils-gdb] Simplify ui-out level code sergiodj+buildbot
@ 2016-12-14  5:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14  5:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4559>

Commit(s) tested:
	33b2fac610fff1255a24763277a4bf77f1b59ef1

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Simplify ui-out level code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/33/33b2fac610fff1255a24763277a4bf77f1b59ef1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  3:57 [binutils-gdb] Class-ify ui_out_level sergiodj+buildbot
@ 2016-12-14  3:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14  3:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4558>

Commit(s) tested:
	909c0aa5824080c287b390f82726cf5bfb7011e3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Class-ify ui_out_level

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/90/909c0aa5824080c287b390f82726cf5bfb7011e3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  2:49 [binutils-gdb] Class-ify ui_out_hdr sergiodj+buildbot
@ 2016-12-14  0:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-14  0:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4557>

Commit(s) tested:
	37e20dd6599203c4e261fc3a2e86711c90cbbed9

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Class-ify ui_out_hdr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/37/37e20dd6599203c4e261fc3a2e86711c90cbbed9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  2:11 [binutils-gdb] Replace hand-made linked list of ui_out_hdr by vector and iterator sergiodj+buildbot
@ 2016-12-13 17:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-13 17:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4555>

Commit(s) tested:
	78afa7f8599e46eb94a93510b383dfb35e549f7e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Replace hand-made linked list of ui_out_hdr by vector and iterator

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/78/78afa7f8599e46eb94a93510b383dfb35e549f7e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  1:27 [binutils-gdb] Fixup testcases outputting own name as a test name and standardize failed compilation messages sergiodj+buildbot
@ 2016-12-13 15:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-13 15:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4554>

Commit(s) tested:
	84c93cd5f1ff869eb8c04314738eaa2cddb3c29e

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fixup testcases outputting own name as a test name and standardize failed compilation messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/84/84c93cd5f1ff869eb8c04314738eaa2cddb3c29e/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/checkpoint.exp: diff input and output one
new FAIL: gdb.base/checkpoint.exp: diff input and output two
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork two
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork three
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork four
new FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork five
new FAIL: gdb.base/checkpoint-ns.exp: diff input and output one
new FAIL: gdb.base/checkpoint-ns.exp: diff input and output two
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork two
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork three
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork four
new FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork five
new FAIL: gdb.base/testenv.exp: test no TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with one TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with two TEST_GDB var
new FAIL: gdb.base/testenv.exp: test with one TEST_GDB var, after unset
new FAIL: gdb.base/testenv.exp: test with TEST_GDB_GLOBAL
new FAIL: gdb.base/testenv.exp: test with TEST_GDB_GLOBAL unset
new FAIL: gdb.compile/compile.exp: test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: test delimiter with -r
new FAIL: gdb.compile/compile.exp: test delimiter with -raw
new FAIL: gdb.compile/compile.exp: test delimiter with -r after it
new FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler.
new FAIL: gdb.cp/gdb2495.exp: set unwind-on-terminating-exception off
new FAIL: gdb.cp/gdb2495.exp: turn off unwind on terminating exception flag
new FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception with unwinding off..
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  0:34 [binutils-gdb] Fix test names starting with uppercase using multi-line gdb_test_multiple sergiodj+buildbot
@ 2016-12-13 12:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-13 12:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4553>

Commit(s) tested:
	fb9feb35913d4cf26baf01e1638b18af301f5387

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase using multi-line gdb_test_multiple

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fb/fb9feb35913d4cf26baf01e1638b18af301f5387/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-02  0:06 [binutils-gdb] Fix test names starting with uppercase using multi-line gdb_test_no_output sergiodj+buildbot
@ 2016-12-13  9:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-13  9:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4552>

Commit(s) tested:
	cd2ddb6cde55a20d191e1002dbe1977df695cda9

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase using multi-line gdb_test_no_output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cd/cd2ddb6cde55a20d191e1002dbe1977df695cda9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 23:25 [binutils-gdb] Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test sergiodj+buildbot
@ 2016-12-13  6:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-13  6:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4551>

Commit(s) tested:
	bb95117e107fe58ecd35683bf0e8da3b414378ff

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bb/bb95117e107fe58ecd35683bf0e8da3b414378ff/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 23:01 [binutils-gdb] Fix test names starting with uppercase using gdb_test_multiple sergiodj+buildbot
@ 2016-12-13  4:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-13  4:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4550>

Commit(s) tested:
	de97fdd4a05cd7ad0b05444f1721f26c1ad9322f

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase using gdb_test_multiple

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/de/de97fdd4a05cd7ad0b05444f1721f26c1ad9322f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 22:09 [binutils-gdb] Fix test names starting with uppercase using gdb_test_no_output sergiodj+buildbot
@ 2016-12-12 23:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12 23:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4549>

Commit(s) tested:
	9f058c10cef5987ee1f1cb28c9a8cf5ef1ec4d11

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase using gdb_test_no_output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9f/9f058c10cef5987ee1f1cb28c9a8cf5ef1ec4d11/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 21:50 [binutils-gdb] Fix test names starting with uppercase using gdb_test on a single line sergiodj+buildbot
@ 2016-12-12 21:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12 21:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4548>

Commit(s) tested:
	cdc7edd7b17dddd3558bd04d9b2fb5a73dc75f1c

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase using gdb_test on a single line.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cd/cdc7edd7b17dddd3558bd04d9b2fb5a73dc75f1c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: test complex watchpoint
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 5
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
new FAIL: gdb.threads/wp-replication.exp: no hardware watchpoints available
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 21:12 [binutils-gdb] Fix test names starting with uppercase output by basic functions sergiodj+buildbot
@ 2016-12-12 18:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12 18:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4547>

Commit(s) tested:
	bc6c7af4a2f23c48a38139fc7e0ed2ac7b12bb69

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fix test names starting with uppercase output by basic functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bc/bc6c7af4a2f23c48a38139fc7e0ed2ac7b12bb69/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 17:48 [binutils-gdb] Fix bug with FP stur instructions sergiodj+buildbot
@ 2016-12-12 16:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12 16:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4546>

Commit(s) tested:
	88ddd4a1ef8818984f87f574b424ccdc7db19660

Author(s) (in the same order as the commits):
	Jim Wilson <jim.wilson@linaro.org>

Subject:
	Fix bug with FP stur instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/88/88ddd4a1ef8818984f87f574b424ccdc7db19660/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 14:12 [binutils-gdb] Fix accesses to the GOT for AARCH64 operating in 32-bit mode sergiodj+buildbot
@ 2016-12-12 11:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12 11:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4545>

Commit(s) tested:
	5cd1d8bcc24e948e86a636161e6d72f6316545a7

Author(s) (in the same order as the commits):
	Yury Norov <ynorov@caviumnetworks.com>

Subject:
	Fix accesses to the GOT for AARCH64 operating in 32-bit mode.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5c/5cd1d8bcc24e948e86a636161e6d72f6316545a7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 13:18 [binutils-gdb] Fix handling of MIPS16 HI16 relocs sergiodj+buildbot
@ 2016-12-12  9:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12  9:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4544>

Commit(s) tested:
	40a0bfddf07620f5321927b3231502debb3b73bc

Author(s) (in the same order as the commits):
	Ma Jiang <ma.jiang@zte.com.cn>

Subject:
	Fix handling of MIPS16 HI16 relocs.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/40/40a0bfddf07620f5321927b3231502debb3b73bc/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 12:29 [binutils-gdb] Fix a seg-fault disassembling a corrupt binary sergiodj+buildbot
@ 2016-12-12  6:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12  6:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4543>

Commit(s) tested:
	e82ab856bb4689330c29fb9f1c57a8555b26380e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix a seg-fault disassembling a corrupt binary.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e8/e82ab856bb4689330c29fb9f1c57a8555b26380e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 12:11 [binutils-gdb] Fix abort in x86 disassembler sergiodj+buildbot
@ 2016-12-12  3:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12  3:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4542>

Commit(s) tested:
	a37a2806e3289294ed214aed3c8a45db46026b39

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix abort in x86 disassembler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a3/a37a2806e3289294ed214aed3c8a45db46026b39/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01 10:32 [binutils-gdb] Fix seg-fault running addr2line on a corrupt binary sergiodj+buildbot
@ 2016-12-12  0:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-12  0:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4541>

Commit(s) tested:
	50455f1ab2935f7321215dfa681745c9b1cb5b19

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix seg-fault running addr2line on a corrupt binary.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/50/50455f1ab2935f7321215dfa681745c9b1cb5b19/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01  5:58 [binutils-gdb] Use std::string in ui_out_table sergiodj+buildbot
@ 2016-12-11 20:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-11 20:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4540>

Commit(s) tested:
	95a23284a3db0ec85bb0b11c70e6b5acf00563f6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use std::string in ui_out_table

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/95/95a23284a3db0ec85bb0b11c70e6b5acf00563f6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
@ 2016-12-11 20:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-11 20:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4539>

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use std::vector for cli_ui_out_data::streams

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b9/b9b118c3bb29052ee76c6bf32b99962cda5113ba/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01  4:21 [binutils-gdb] Use std::vector for mi_ui_out_data::streams sergiodj+buildbot
@ 2016-12-11 16:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-11 16:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4538>

Commit(s) tested:
	4a9d4ea535a6c9b8c2e7cdf91377abe284d0b277

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use std::vector for mi_ui_out_data::streams

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4a/4a9d4ea535a6c9b8c2e7cdf91377abe284d0b277/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01  3:47 [binutils-gdb] Use std::vector for ui_out::levels sergiodj+buildbot
@ 2016-12-11 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-11 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4537>

Commit(s) tested:
	56df3084847984aeddd8c24ca997242ec8c5a369

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use std::vector for ui_out::levels

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/56/56df3084847984aeddd8c24ca997242ec8c5a369/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01  3:08 [binutils-gdb] Use new/delete instead of malloc/free-based functions sergiodj+buildbot
@ 2016-12-11  9:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-11  9:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4536>

Commit(s) tested:
	5486f16481dffa1c1a0d1fd9e38b97e3678078ed

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Use new/delete instead of malloc/free-based functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/54/5486f16481dffa1c1a0d1fd9e38b97e3678078ed/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-30 21:56 [binutils-gdb] Makefiles: Disable suffix rules and implicit rules sergiodj+buildbot
@ 2016-12-11  6:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-11  6:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4535>

Commit(s) tested:
	ad02e4fe877f3a874145dd045626501245e65624

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Makefiles: Disable suffix rules and implicit rules

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ad/ad02e4fe877f3a874145dd045626501245e65624/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-30 12:13 [binutils-gdb] Revert accidental elf.c change sergiodj+buildbot
@ 2016-12-10 22:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10 22:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4533>

Commit(s) tested:
	e9a38e0f5287ce7b4629f5f923191e38dd7355c0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Revert accidental elf.c change

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e9/e9a38e0f5287ce7b4629f5f923191e38dd7355c0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-30  7:01 [binutils-gdb] PR20886, looping in ppc64_elf_size_stubs sergiodj+buildbot
@ 2016-12-10 18:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10 18:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4532>

Commit(s) tested:
	ea3d7d1cab4221ab729327bb4d957352c79d05f0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR20886, looping in ppc64_elf_size_stubs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ea/ea3d7d1cab4221ab729327bb4d957352c79d05f0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-29 12:01 [binutils-gdb] [ARC] Add checking for LP_COUNT reg usage, improve error reporting sergiodj+buildbot
@ 2016-12-10 16:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10 16:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4531>

Commit(s) tested:
	abe7c33b45288b407e6d001aad713183d4bab5c6

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] Add checking for LP_COUNT reg usage, improve error reporting.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ab/abe7c33b45288b407e6d001aad713183d4bab5c6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 eight
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-29 11:20 [binutils-gdb] [ARC] Fix disassembler option sergiodj+buildbot
@ 2016-12-10 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4530>

Commit(s) tested:
	ee881e5d3312ea5396bddc37e8673b77bf549b4b

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] Fix disassembler option.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ee/ee881e5d3312ea5396bddc37e8673b77bf549b4b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-29  3:18 [binutils-gdb] Fix debug output in record_full_open_1 sergiodj+buildbot
@ 2016-12-10  9:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10  9:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4529>

Commit(s) tested:
	0a0640e3ba9a668c4c317520c48246e1cc8d75ca

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix debug output in record_full_open_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0a/0a0640e3ba9a668c4c317520c48246e1cc8d75ca/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-28 20:51 [binutils-gdb] Partially revert patch for PR 20815 - do not sort the PT_LOAD segments. Non-ordered segments are needed by the Linux kernel sergiodj+buildbot
@ 2016-12-10  6:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10  6:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4528>

Commit(s) tested:
	cd58485720b47d80fed0b281d15a9198f43eaf0c

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Partially revert patch for PR 20815 - do not sort the PT_LOAD segments.  Non-ordered segments are needed by the Linux kernel.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cd/cd58485720b47d80fed0b281d15a9198f43eaf0c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-28 21:09 [binutils-gdb] X86: Ignore REX_B bit for 32-bit XOP instructions sergiodj+buildbot
@ 2016-12-10  4:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10  4:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4527>

Commit(s) tested:
	abfcb414b9900ef996b1665323a950610dbdca43

Author(s) (in the same order as the commits):
	Amit Pawar <Amit.Pawar@amd.com>

Subject:
	X86: Ignore REX_B bit for 32-bit XOP instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ab/abfcb414b9900ef996b1665323a950610dbdca43/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-28 19:38 [binutils-gdb] Restrict checking value.lval on using address sergiodj+buildbot
@ 2016-12-10  0:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-10  0:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4526>

Commit(s) tested:
	1a0884415891b197972f8acf59131c3c9376807f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Restrict checking value.lval on using address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a0884415891b197972f8acf59131c3c9376807f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-28 19:26 [binutils-gdb] Adjust Value.location for lval_register sergiodj+buildbot
@ 2016-12-09 22:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-09 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4525>

Commit(s) tested:
	7dc54575d91a2b41f6c3e838eec44a7017a24436

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Adjust Value.location for lval_register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7d/7dc54575d91a2b41f6c3e838eec44a7017a24436/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
PASS -> FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
PASS -> FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-28 17:50 [binutils-gdb] Move computed value's frame id to piece_closure sergiodj+buildbot
@ 2016-12-09 19:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-09 19:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4524>

Commit(s) tested:
	ee40d8d45213caf0cfb63e603f0fd5a58532e751

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Move computed value's frame id to piece_closure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ee/ee40d8d45213caf0cfb63e603f0fd5a58532e751/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-28 16:35 [binutils-gdb] Properly hide hidden versioned symbol in executable sergiodj+buildbot
@ 2016-12-09 15:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-09 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4523>

Commit(s) tested:
	4deb8f714d555a2f530e37c3e7af32bc42fdda58

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Properly hide hidden versioned symbol in executable

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4d/4deb8f714d555a2f530e37c3e7af32bc42fdda58/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-27  8:30 [binutils-gdb] Remove verbosity from ui_out_message and friends sergiodj+buildbot
@ 2016-12-09  6:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-09  6:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4521>

Commit(s) tested:
	7fb048a2ee38bbc85ba0e96e2932cb0cb1f7381e

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove verbosity from ui_out_message and friends

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7f/7fb048a2ee38bbc85ba0e96e2932cb0cb1f7381e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-27  8:16 [binutils-gdb] Constify wrap_here/wrap_hint code path sergiodj+buildbot
@ 2016-12-09  3:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-09  3:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4520>

Commit(s) tested:
	d2c0eef48a1bb331ca08f8f26ff82c5d4086ba0c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Constify wrap_here/wrap_hint code path

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d2/d2c0eef48a1bb331ca08f8f26ff82c5d4086ba0c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-27  5:56 [binutils-gdb] Fix return value of uo_redirect sergiodj+buildbot
@ 2016-12-08 23:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08 23:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4519>

Commit(s) tested:
	82bbe65a43015a753bec8c64869679a699331a5b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix return value of uo_redirect

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/82/82bbe65a43015a753bec8c64869679a699331a5b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-27  5:37 [binutils-gdb] Remove ui_out_destroy sergiodj+buildbot
@ 2016-12-08 20:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08 20:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4518>

Commit(s) tested:
	e4975d6a9cd8aaf3fb14135b36850964def131d7

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove ui_out_destroy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e4/e4975d6a9cd8aaf3fb14135b36850964def131d7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-27  4:20 [binutils-gdb] Remove unused functions and declarations sergiodj+buildbot
@ 2016-12-08 14:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08 14:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4516>

Commit(s) tested:
	7f904c28f5cd2dc91a118ae6169d6993aaf71f63

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove unused functions and declarations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7f/7f904c28f5cd2dc91a118ae6169d6993aaf71f63/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/signals-state-child.exp: signals states are identical
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-26 15:59 [binutils-gdb] Remove stale comments sergiodj+buildbot
@ 2016-12-08 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4515>

Commit(s) tested:
	59b21252a88aa6ba488cfb19686d9cbad2577e76

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove stale comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/59/59b21252a88aa6ba488cfb19686d9cbad2577e76/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-25 21:27 [binutils-gdb] Remove check requiring void argument to functions with no parameters sergiodj+buildbot
@ 2016-12-08  8:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08  8:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4514>

Commit(s) tested:
	8227ffad95fcd835dd5fcb3e4915159e4552b397

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Remove check requiring void argument to functions with no parameters.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/82/8227ffad95fcd835dd5fcb3e4915159e4552b397/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-25 17:47 [binutils-gdb] Fix typo in Makefile sergiodj+buildbot
@ 2016-12-08  6:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08  6:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4513>

Commit(s) tested:
	50cc587fe49621a87283f06655fe922d45095076

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix typo in Makefile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/50/50cc587fe49621a87283f06655fe922d45095076/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-25 15:36 [binutils-gdb] Fix typos in comment sergiodj+buildbot
@ 2016-12-08  3:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08  3:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4512>

Commit(s) tested:
	8ce9efb079b6e7b3ab2e795db9477656375d7204

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix typos in comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8ce9efb079b6e7b3ab2e795db9477656375d7204/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 2 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-25 16:29 [binutils-gdb] Fix typo in comment sergiodj+buildbot
@ 2016-12-08  0:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-08  0:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4511>

Commit(s) tested:
	17e5269b995b0560dc74af78ba134cf1fcd9d56a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix typo in comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/17/17e5269b995b0560dc74af78ba134cf1fcd9d56a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-25 10:36 [binutils-gdb] Prevent problems with section alignment by not shrinking the .rsrc section sergiodj+buildbot
@ 2016-12-07 21:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07 21:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4510>

Commit(s) tested:
	ec8f76882145c71bef81a9cadf0bf51ff9fa5b35

Author(s) (in the same order as the commits):
	Jon Turney <jon.turney@dronecode.org.uk>

Subject:
	Prevent problems with section alignment by not shrinking the .rsrc section.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ec8f76882145c71bef81a9cadf0bf51ff9fa5b35/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 21:27 [binutils-gdb] Do not use std::move when assigning an anonymous object to a unique_ptr sergiodj+buildbot
@ 2016-12-07 16:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07 16:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4509>

Commit(s) tested:
	036e657b48144d7449ddfcfcf9214bcd7bcf268b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Do not use std::move when assigning an anonymous object to a unique_ptr.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/03/036e657b48144d7449ddfcfcf9214bcd7bcf268b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 21:00 [binutils-gdb] Add noexcept to custom non-throwing new operators sergiodj+buildbot
@ 2016-12-07 14:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4508>

Commit(s) tested:
	bbe910e6e1140cb484a74911f3cea854cf9e7e2a

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add noexcept to custom non-throwing new operators.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bb/bbe910e6e1140cb484a74911f3cea854cf9e7e2a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 19:17 [binutils-gdb] Optimize byte-aligned copies in copy_bitwise() sergiodj+buildbot
@ 2016-12-07 11:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07 11:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4507>

Commit(s) tested:
	793c128d03113816db85e8d1fa0bcd4982e246ee

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Optimize byte-aligned copies in copy_bitwise()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/79/793c128d03113816db85e8d1fa0bcd4982e246ee/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 19:13 [binutils-gdb] Add unit test for copy_bitwise sergiodj+buildbot
@ 2016-12-07  9:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07  9:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4506>

Commit(s) tested:
	ad06383f106ccfa299a6c7ac9720178d2d3d583f

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Add unit test for copy_bitwise

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ad/ad06383f106ccfa299a6c7ac9720178d2d3d583f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 18:47 [binutils-gdb] Fix copy_bitwise() sergiodj+buildbot
@ 2016-12-07  6:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07  6:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4505>

Commit(s) tested:
	22347e554cd7ba2a0bf36dc81ebfcbe2e2fd74af

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix copy_bitwise()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/22/22347e554cd7ba2a0bf36dc81ebfcbe2e2fd74af/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 17:53 [binutils-gdb] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset sergiodj+buildbot
@ 2016-12-07  3:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07  3:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4504>

Commit(s) tested:
	da5b30da2d1167591aa8d71b543f97bfdc2ec2a2

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix PR12616 - gdb does not implement DW_AT_data_bit_offset

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/da/da5b30da2d1167591aa8d71b543f97bfdc2ec2a2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24 14:48 [binutils-gdb] [ARM] Bind defined symbol locally in PIE sergiodj+buildbot
@ 2016-12-07  0:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-07  0:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4503>

Commit(s) tested:
	1dcb9720d62cd053a72c31881b7724ce9f74332c

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[ARM] Bind defined symbol locally in PIE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1d/1dcb9720d62cd053a72c31881b7724ce9f74332c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 eight
new FAIL: gdb.base/checkpoint-ns.exp: checkpoint
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 ten
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-24  3:59 [binutils-gdb] RISC-V/bfd: Fix bitsize of R_RISCV_ADD8 sergiodj+buildbot
@ 2016-12-06 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4502>

Commit(s) tested:
	0b14696aedc2b56291bc98d62fe232c8dceb1385

Author(s) (in the same order as the commits):
	Kuan-Lin Chen <kuanlinchentw@gmail.com>

Subject:
	RISC-V/bfd: Fix bitsize of R_RISCV_ADD8.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0b/0b14696aedc2b56291bc98d62fe232c8dceb1385/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23 17:24 [binutils-gdb] gdb: Use C++11 std::chrono sergiodj+buildbot
@ 2016-12-06 17:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06 17:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4501>

Commit(s) tested:
	dcb07cfa156a8e9f768c7f2b5d32f27b6dfe939f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Use C++11 std::chrono

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/dc/dcb07cfa156a8e9f768c7f2b5d32f27b6dfe939f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23 17:10 [binutils-gdb] Minor formatting fixups in Makefiles sergiodj+buildbot
@ 2016-12-06 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4500>

Commit(s) tested:
	8629c02c0db6ff3f7444397567a57dd36a3eed41

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Minor formatting fixups in Makefiles

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/86/8629c02c0db6ff3f7444397567a57dd36a3eed41/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23 16:36 [binutils-gdb] Normalize names of some source files sergiodj+buildbot
@ 2016-12-06 12:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06 12:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4499>

Commit(s) tested:
	03b62bbbce3dc5f15131d9e78f77d035cd1cffb3

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Normalize names of some source files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/03/03b62bbbce3dc5f15131d9e78f77d035cd1cffb3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23 15:19 [binutils-gdb] Makefiles: Flatten and sort file lists sergiodj+buildbot
@ 2016-12-06  7:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06  7:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4498>

Commit(s) tested:
	b593ecca856860a8b38deb808493bba4beef3aee

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Makefiles: Flatten and sort file lists

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b5/b593ecca856860a8b38deb808493bba4beef3aee/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23 11:55 [binutils-gdb] Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries sergiodj+buildbot
@ 2016-12-06  6:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06  6:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4497>

Commit(s) tested:
	1a9ccd70f9a75dc6b48d340059f28ef3550c107b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix the linker so that it will not silently generate ELF binaries with invalid program headers.  Fix readelf to report such invalid binaries.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a9ccd70f9a75dc6b48d340059f28ef3550c107b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  9:06 [binutils-gdb] elf_backend_dtrel_excludes_plt sergiodj+buildbot
@ 2016-12-06  3:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06  3:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4496>

Commit(s) tested:
	64f52338e924cce3a205527136e145da660a4686

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	elf_backend_dtrel_excludes_plt

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/64f52338e924cce3a205527136e145da660a4686/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  8:40 [binutils-gdb] Delete duplicate target short-cuts to dynamic sections sergiodj+buildbot
@ 2016-12-06  0:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-06  0:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4495>

Commit(s) tested:
	ce558b89b15a18fd67fdc02a4d410a6d92d2ba63

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Delete duplicate target short-cuts to dynamic sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ce/ce558b89b15a18fd67fdc02a4d410a6d92d2ba63/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  7:46 [binutils-gdb] Regen POTFILES.in sergiodj+buildbot
@ 2016-12-05 20:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-05 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4494>

Commit(s) tested:
	3ae0486cdce5d2ed4c922c598a3258fcbd9c8f29

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Regen POTFILES.in

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3a/3ae0486cdce5d2ed4c922c598a3258fcbd9c8f29/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  1:51 [binutils-gdb] gdbserver: Use debug_printf for debug output sergiodj+buildbot
@ 2016-12-05 14:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-05 14:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4492>

Commit(s) tested:
	4eefa7bcf286b879f61b9e1ec1c97230f5345104

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdbserver: Use debug_printf for debug output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4e/4eefa7bcf286b879f61b9e1ec1c97230f5345104/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  3:21 [binutils-gdb] Fix spelling mistakes in comments in configure scripts sergiodj+buildbot
@ 2016-12-05  9:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-05  9:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4490>

Commit(s) tested:
	96fe45624e51f1bb747e36cf8bdaab216f31c5ec

Author(s) (in the same order as the commits):
	Ambrogino Modigliani <ambrogino.modigliani@gmail.com>

Subject:
	Fix spelling mistakes in comments in configure scripts

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/96/96fe45624e51f1bb747e36cf8bdaab216f31c5ec/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  0:03 [binutils-gdb] Change gdbarch software_single_step frame_info to regcache sergiodj+buildbot
@ 2016-12-05  5:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-05  5:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4489>

Commit(s) tested:
	f5ea389ac78ccd7c426a93f43e6117dad9ce0878

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Change gdbarch software_single_step frame_info to regcache

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f5/f5ea389ac78ccd7c426a93f43e6117dad9ce0878/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 22:40 [binutils-gdb] gdbarch software_single_step frame_info to regcache: spu sergiodj+buildbot
@ 2016-12-05  3:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-05  3:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4488>

Commit(s) tested:
	b2260160f8cde8de118914ddeaf797bea42e65ce

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: spu

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b2/b2260160f8cde8de118914ddeaf797bea42e65ce/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-23  0:36 [binutils-gdb] gdbarch software_single_step frame_info to regcache: tic6x sergiodj+buildbot
@ 2016-12-05  2:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-05  2:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4487>

Commit(s) tested:
	fb090cfa157e35fac1c10c062fd005e38b894ea4

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: tic6x

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fb/fb090cfa157e35fac1c10c062fd005e38b894ea4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 21:00 [binutils-gdb] gdbarch software_single_step frame_info to regcache: rs6000 sergiodj+buildbot
@ 2016-12-04 23:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04 23:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4486>

Commit(s) tested:
	41e26ad32d17ee35f79f629654811f5e8656cab8

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: rs6000

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/41/41e26ad32d17ee35f79f629654811f5e8656cab8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 20:47 [binutils-gdb] gdbarch software_single_step frame_info to regcache: s390 sergiodj+buildbot
@ 2016-12-04 18:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04 18:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4485>

Commit(s) tested:
	ad76968956f30bed6d120e0dfd247034e0855fea

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: s390

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ad/ad76968956f30bed6d120e0dfd247034e0855fea/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 20:15 [binutils-gdb] gdbarch software_single_step frame_info to regcache: sparc sergiodj+buildbot
@ 2016-12-04 15:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04 15:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4484>

Commit(s) tested:
	cd76b525eda02c30c4412698a2ff309b975d417a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: sparc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cd/cd76b525eda02c30c4412698a2ff309b975d417a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 19:25 [binutils-gdb] gdbarch software_single_step frame_info to regcache: nios2 sergiodj+buildbot
@ 2016-12-04 12:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04 12:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4483>

Commit(s) tested:
	3889f4909e0db5f5ca8ca043ef9825f0ad971fd6

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: nios2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/38/3889f4909e0db5f5ca8ca043ef9825f0ad971fd6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 18:47 [binutils-gdb] gdbarch software_single_step frame_info to regcache: moxie sergiodj+buildbot
@ 2016-12-04 10:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04 10:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4482>

Commit(s) tested:
	a8f341826d63a5c216c41e10bf1e4e6c3db3ce65

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: moxie

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a8/a8f341826d63a5c216c41e10bf1e4e6c3db3ce65/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 17:49 [binutils-gdb] gdbarch software_single_step frame_info to regcache: mips sergiodj+buildbot
@ 2016-12-04  6:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04  6:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4481>

Commit(s) tested:
	7113a196bac7f1134bcdd79ad3e6badcb5d77f95

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: mips

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/71/7113a196bac7f1134bcdd79ad3e6badcb5d77f95/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 17:26 [binutils-gdb] gdbarch software_single_step frame_info to regcache: cris sergiodj+buildbot
@ 2016-12-04  3:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04  3:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4480>

Commit(s) tested:
	5b6e2eee087cf206d5c2bf1f9523217aaf5938aa

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: cris

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5b/5b6e2eee087cf206d5c2bf1f9523217aaf5938aa/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 16:56 [binutils-gdb] gdbarch software_single_step frame_info to regcache: alpha sergiodj+buildbot
@ 2016-12-04  1:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-04  1:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4479>

Commit(s) tested:
	7ab2d0874025af6ee858b32c576f2461c0a1df3d

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: alpha

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7a/7ab2d0874025af6ee858b32c576f2461c0a1df3d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 15:55 [binutils-gdb] gdbarch software_single_step frame_info to regcache: aarch64 sergiodj+buildbot
@ 2016-12-03 22:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03 22:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4478>

Commit(s) tested:
	0187a92f57b516f7171e70bec46701cfdaa6c6bd

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step frame_info to regcache: aarch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/01/0187a92f57b516f7171e70bec46701cfdaa6c6bd/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 15:10 [binutils-gdb] New regcache_raw_get_signed sergiodj+buildbot
@ 2016-12-03 18:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03 18:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4477>

Commit(s) tested:
	9fd15b2e80452f03edb3fb36c2b4c36d05f4ef4e

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	New regcache_raw_get_signed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9f/9fd15b2e80452f03edb3fb36c2b4c36d05f4ef4e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 13:53 [binutils-gdb] gas, opcodes: fix hardware capabilities bumping in the sparc assembler sergiodj+buildbot
@ 2016-12-03 15:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03 15:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4476>

Commit(s) tested:
	6884417a0ff3555b192d4aceeacc5e7232cad207

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	gas,opcodes: fix hardware capabilities bumping in the sparc assembler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/68/6884417a0ff3555b192d4aceeacc5e7232cad207/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 14:50 [binutils-gdb] [ARC] Fix printing 'b' mnemonics sergiodj+buildbot
@ 2016-12-03 12:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03 12:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4475>

Commit(s) tested:
	c4b943d7aed5edbfc31aa1e9dc9e7bcf108d76a0

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] Fix printing 'b' mnemonics.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c4/c4b943d7aed5edbfc31aa1e9dc9e7bcf108d76a0/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 11:18 [binutils-gdb] PR20744, Incorrect PowerPC VLE relocs sergiodj+buildbot
@ 2016-12-03 10:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03 10:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4474>

Commit(s) tested:
	08dc996fedde9143cda25720961684087b133640

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR20744, Incorrect PowerPC VLE relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/08/08dc996fedde9143cda25720961684087b133640/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 10:39 [binutils-gdb] Use input_bfd in relocate_section sergiodj+buildbot
@ 2016-12-03  8:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03  8:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4473>

Commit(s) tested:
	95f0d0d2338f8eba18d2b3c8cbe15b1d584b885c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Use input_bfd in relocate_section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/95/95f0d0d2338f8eba18d2b3c8cbe15b1d584b885c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-22 10:10 [binutils-gdb] Use VALUE_NEXT_FRAME_ID in value_from_component sergiodj+buildbot
@ 2016-12-03  5:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03  5:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4472>

Commit(s) tested:
	c5acd8159633cfde315b01431099e1ce5b23dcf7

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Use VALUE_NEXT_FRAME_ID in value_from_component

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c5/c5acd8159633cfde315b01431099e1ce5b23dcf7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-21 21:38 [binutils-gdb] Add missing POSTCOMPILE step to mi/ file generation rules sergiodj+buildbot
@ 2016-12-03  1:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-03  1:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4471>

Commit(s) tested:
	d0de53e251ce60057d91536a4c71740b047be040

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add missing POSTCOMPILE step to mi/ file generation rules

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d0/d0de53e251ce60057d91536a4c71740b047be040/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-21 17:38 [binutils-gdb] BFD/DWARF2: Correct an `index' global shadowing error sergiodj+buildbot
@ 2016-12-02 22:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-02 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4470>

Commit(s) tested:
	b6ddcd85e3c0ae1f12af60efd6d1b97ac4bfa771

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	BFD/DWARF2: Correct an `index' global shadowing error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b6/b6ddcd85e3c0ae1f12af60efd6d1b97ac4bfa771/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr0
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr1
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr2
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr3
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr4
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr5
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr6
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr7
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr8
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr9
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr10
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr11
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr12
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr13
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr14
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr15
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr16
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr17
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr18
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr19
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr20
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr21
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr22
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr23
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr24
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr25
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr26
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr27
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr28
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr29
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr30
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vr31
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr0
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr1
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr2
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr3
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr4
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr5
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr6
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr7
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr8
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr9
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr10
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr11
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr12
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr13
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr14
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr15
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr16
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr17
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr18
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr19
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr20
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr21
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr22
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr23
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr24
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr25
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr26
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr27
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr28
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr29
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr30
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vr31
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs0
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs1
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs2
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs3
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs4
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs5
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs6
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs7
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs8
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs9
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs10
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs11
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs12
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs13
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs14
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs15
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs16
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs17
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs18
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs19
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs20
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs21
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs22
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs23
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs24
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs25
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs26
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs27
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs28
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs29
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs30
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs31
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs0.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs0.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs0.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs0.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs1.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs1.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs1.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs1.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs2.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs2.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs2.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs2.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs3.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs3.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs3.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs3.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs4.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs4.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs4.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs4.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs5.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs5.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs5.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs5.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs6.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs6.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs6.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs6.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs7.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs7.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs7.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs7.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs8.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs8.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs8.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs8.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs9.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs9.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs9.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs9.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs10.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs10.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs10.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs10.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs11.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs11.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs11.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs11.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs12.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs12.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs12.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs12.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs13.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs13.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs13.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs13.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs14.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs14.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs14.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs14.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs15.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs15.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs15.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs15.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs16.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs16.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs16.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs16.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs17.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs17.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs17.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs17.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs18.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs18.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs18.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs18.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs19.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs19.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs19.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs19.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs20.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs20.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs20.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs20.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs21.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs21.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs21.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs21.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs22.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs22.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs22.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs22.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs23.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs23.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs23.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs23.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs24.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs24.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs24.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs24.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs25.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs25.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs25.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs25.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs26.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs26.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs26.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs26.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs27.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs27.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs27.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs27.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs28.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs28.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs28.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs28.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs29.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs29.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs29.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs29.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs30.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs30.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs30.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs30.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs31.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs31.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs31.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs31.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f0
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f1
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f2
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f3
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f4
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f5
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f6
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f7
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f8
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f9
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f10
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f11
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f12
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f13
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f14
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f15
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f16
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f17
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f18
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f19
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f20
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f21
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f22
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f23
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f24
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f25
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f26
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f27
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f28
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f29
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f30
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f31
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs32
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs33
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs34
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs35
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs36
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs37
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs38
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs39
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs40
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs41
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs42
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs43
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs44
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs45
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs46
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs47
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs48
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs49
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs50
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs51
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs52
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs53
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs54
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs55
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs56
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs57
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs58
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs59
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs60
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs61
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs62
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vs63
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs32.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs32.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs32.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs32.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs33.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs33.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs33.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs33.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs34.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs34.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs34.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs34.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs35.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs35.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs35.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs35.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs36.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs36.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs36.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs36.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs37.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs37.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs37.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs37.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs38.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs38.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs38.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs38.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs39.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs39.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs39.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs39.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs40.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs40.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs40.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs40.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs41.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs41.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs41.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs41.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs42.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs42.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs42.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs42.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs43.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs43.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs43.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs43.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs44.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs44.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs44.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs44.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs45.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs45.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs45.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs45.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs46.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs46.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs46.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs46.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs47.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs47.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs47.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs47.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs48.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs48.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs48.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs48.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs49.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs49.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs49.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs49.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs50.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs50.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs50.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs50.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs51.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs51.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs51.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs51.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs52.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs52.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs52.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs52.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs53.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs53.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs53.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs53.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs54.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs54.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs54.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs54.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs55.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs55.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs55.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs55.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs56.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs56.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs56.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs56.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs57.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs57.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs57.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs57.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs58.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs58.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs58.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs58.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs59.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs59.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs59.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs59.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs60.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs60.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs60.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs60.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs61.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs61.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs61.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs61.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs62.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs62.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs62.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs62.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs63.v4_int32[0] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs63.v4_int32[1] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs63.v4_int32[2] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vs63.v4_int32[3] = 1
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr0
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr1
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr2
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr3
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr4
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr5
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr6
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr7
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr8
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr9
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr10
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr11
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr12
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr13
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr14
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr15
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr16
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr17
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr18
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr19
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr20
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr21
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr22
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr23
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr24
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr25
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr26
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr27
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr28
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr29
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr30
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg vr31
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr0.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr1.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr2.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr3.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr4.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr5.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr6.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr7.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr8.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr9.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr10.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr11.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr12.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr13.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr14.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr15.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr16.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr17.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr18.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr19.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr20.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr21.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr22.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr23.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr24.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr25.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr26.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr27.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr28.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr29.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr30.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[0] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[1] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[2] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: set $vr31.v4_int32[3] = 0xdeadbeef
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f32
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f33
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f34
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f35
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f36
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f37
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f38
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f39
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f40
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f41
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f42
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f43
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f44
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f45
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f46
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f47
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f48
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f49
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f50
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f51
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f52
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f53
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f54
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f55
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f56
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f57
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f58
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f59
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f60
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f61
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f62
PASS -> FAIL: gdb.arch/vsx-regs.exp: info reg f63
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs0 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs1 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs2 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs3 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs4 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs5 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs6 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs7 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs8 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs9 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs10 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs11 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs12 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs13 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs14 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs15 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs16 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs17 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs18 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs19 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs20 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs21 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs22 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs23 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs24 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs25 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs26 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs27 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs28 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs29 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs30 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs31 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs32 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs33 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs34 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs35 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs36 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs37 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs38 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs39 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs40 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs41 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs42 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs43 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs44 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs45 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs46 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs47 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs48 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs49 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs50 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs51 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs52 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs53 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs54 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs55 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs56 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs57 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs58 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs59 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs60 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs61 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs62 from core file
PASS -> FAIL: gdb.arch/vsx-regs.exp: Restore vs63 from core file
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-21 14:37 [binutils-gdb] Create subobject value in pretty printer sergiodj+buildbot
@ 2016-12-02 19:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-02 19:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4469>

Commit(s) tested:
	3fff9862d5229def9318912c2de64a03dab74532

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Create subobject value in pretty printer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3fff9862d5229def9318912c2de64a03dab74532/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-19 19:14 [binutils-gdb] ARI: Add detection of printf_vma and sprintf_vma sergiodj+buildbot
@ 2016-12-02 10:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-02 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4467>

Commit(s) tested:
	cc188e5fd6d4f8d3061ed6c58c432a150f7966e9

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	ARI: Add detection of printf_vma and sprintf_vma

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/cc188e5fd6d4f8d3061ed6c58c432a150f7966e9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-19 13:29 [binutils-gdb] Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC" sergiodj+buildbot
@ 2016-12-02  7:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-02  7:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4466>

Commit(s) tested:
	0fc9967d0b28a1e037233d49cec479d3ab1e9e59

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0f/0fc9967d0b28a1e037233d49cec479d3ab1e9e59/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-19  3:34 [binutils-gdb] Makefile: fix typo sergiodj+buildbot
@ 2016-12-02  3:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-02  3:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4465>

Commit(s) tested:
	ef787763b9495913d5be90bcdedcecb553cbf308

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Makefile: fix typo

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ef/ef787763b9495913d5be90bcdedcecb553cbf308/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-19  0:43 [binutils-gdb] bfd: fix negative GOT offsets for non-local references on sparc64 sergiodj+buildbot
@ 2016-12-02  1:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-02  1:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4464>

Commit(s) tested:
	cc133f9f118ef4afd93da0ecba48151488c41c74

Author(s) (in the same order as the commits):
	James Clarke <jrtc27@jrtc27.com>

Subject:
	bfd: fix negative GOT offsets for non-local references on sparc64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/cc133f9f118ef4afd93da0ecba48151488c41c74/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 19:31 [binutils-gdb] libiberty: Add Rust symbol demangling sergiodj+buildbot
@ 2016-12-01 22:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4463>

Commit(s) tested:
	535aade664ac4170fe82e52c9addd686156220a1

Author(s) (in the same order as the commits):
	David Tolnay <dtolnay@gmail.com>

Subject:
	libiberty: Add Rust symbol demangling.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/53/535aade664ac4170fe82e52c9addd686156220a1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-19  1:25 [binutils-gdb] libiberty: demangler crash with missing :? or fold expression component sergiodj+buildbot
@ 2016-12-01 20:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01 20:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4462>

Commit(s) tested:
	ddc5804ebd4b2be29ad4e3e259f5c6e907f34f26

Author(s) (in the same order as the commits):
	Mark Wielaard <mark@klomp.org>

Subject:
	libiberty: demangler crash with missing :? or fold expression component.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/dd/ddc5804ebd4b2be29ad4e3e259f5c6e907f34f26/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 18:18 [binutils-gdb] libiberty: Fix some demangler crashes caused by reading past end of input sergiodj+buildbot
@ 2016-12-01 16:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01 16:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4461>

Commit(s) tested:
	1706852c3c6c1d39f949c933d37647d02509b9cb

Author(s) (in the same order as the commits):
	Mark Wielaard <mark@klomp.org>

Subject:
	libiberty: Fix some demangler crashes caused by reading past end of input.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/17/1706852c3c6c1d39f949c933d37647d02509b9cb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 18:01 [binutils-gdb] libiberty: Add -Wshadow=local to warning flags (if supported) sergiodj+buildbot
@ 2016-12-01 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4460>

Commit(s) tested:
	59d2699cfd30f9defc454be17415c0a518ece32b

Author(s) (in the same order as the commits):
	Mark Wielaard <mark@klomp.org>

Subject:
	libiberty: Add -Wshadow=local to warning flags (if supported).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/59/59d2699cfd30f9defc454be17415c0a518ece32b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 16:45 [binutils-gdb] Implement P0012R1, Make exception specifications part of the type system sergiodj+buildbot
@ 2016-12-01 10:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01 10:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4459>

Commit(s) tested:
	a4ddf8dc72f0ac10c3459a91949eb1bdb07ed10d

Author(s) (in the same order as the commits):
	Jason Merrill <jason@redhat.com>

Subject:
	Implement P0012R1, Make exception specifications part of the type system.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a4/a4ddf8dc72f0ac10c3459a91949eb1bdb07ed10d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 16:06 [binutils-gdb] Implement P0136R1, Rewording inheriting constructors sergiodj+buildbot
@ 2016-12-01  4:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  4:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4457>

Commit(s) tested:
	ef0f5d7cc3b2082c94beffa7c9c1a8acd8eaa427

Author(s) (in the same order as the commits):
	Jason Merrill <jason@redhat.com>

Subject:
	Implement P0136R1, Rewording inheriting constructors.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ef/ef0f5d7cc3b2082c94beffa7c9c1a8acd8eaa427/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 16:19 [binutils-gdb] libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled sergiodj+buildbot
@ 2016-12-01  1:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4456>

Commit(s) tested:
	aba19b625f34fb3d61263fe8044cf0c6d8804570

Author(s) (in the same order as the commits):
	Mark Wielaard <mjw@redhat.com>

Subject:
	libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ab/aba19b625f34fb3d61263fe8044cf0c6d8804570/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 14:01 [binutils-gdb] PR c++/71696 testcase sergiodj+buildbot
@ 2016-11-30 22:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30 22:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4455>

Commit(s) tested:
	9d2cdc86574bda0f1013be8cdc166d86b6d032bc

Author(s) (in the same order as the commits):
	Marcel Böhme <boehme.marcel@gmail.com>

Subject:
	PR c++/71696 testcase.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9d/9d2cdc86574bda0f1013be8cdc166d86b6d032bc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 13:05 [binutils-gdb] [AArch64] Add ARMv8.3 FCMLA and FCADD instructions sergiodj+buildbot
@ 2016-11-30 20:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30 20:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4454>

Commit(s) tested:
	c2c4ff8d52a2cd3263a547b0384692498714aa1b

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 FCMLA and FCADD instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c2/c2c4ff8d52a2cd3263a547b0384692498714aa1b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 12:49 [binutils-gdb] [AArch64] Add ARMv8.3 weaker release consistency load instructions sergiodj+buildbot
@ 2016-11-30 17:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30 17:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4453>

Commit(s) tested:
	28617675c264213180a599bb4327bf162029636a

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 weaker release consistency load instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/28/28617675c264213180a599bb4327bf162029636a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: GDB accepts further input
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 11:34 [binutils-gdb] [AArch64] Add ARMv8.3 javascript floating-point conversion instruction sergiodj+buildbot
@ 2016-11-30 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4452>

Commit(s) tested:
	ccfc90a39b78b7bc4173cd9ead49d2aa59695378

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 javascript floating-point conversion instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/ccfc90a39b78b7bc4173cd9ead49d2aa59695378/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18 11:23 [binutils-gdb] [AArch64] Add ARMv8.3 combined pointer authentication load instructions sergiodj+buildbot
@ 2016-11-30 11:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30 11:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4451>

Commit(s) tested:
	3f06e55061d0d8f72dfd11f6c432c23f45d9b597

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 combined pointer authentication load instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3f/3f06e55061d0d8f72dfd11f6c432c23f45d9b597/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-18  9:59 [binutils-gdb] Help diagnose problems with the metag target when mixing static and shared binaries sergiodj+buildbot
@ 2016-11-30  8:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30  8:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4450>

Commit(s) tested:
	6ec49e7c0aeb6d98e379319b565aee2c89388615

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Help diagnose problems with the metag target when mixing static and shared binaries.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6e/6ec49e7c0aeb6d98e379319b565aee2c89388615/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 20:10 [binutils-gdb] Makefile: Replace explicit subdir rules with pattern rules sergiodj+buildbot
@ 2016-11-30  6:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30  6:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4449>

Commit(s) tested:
	470dd0a647c95a2e88c5b0f8df538826b08959a8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Makefile: Replace explicit subdir rules with pattern rules

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/47/470dd0a647c95a2e88c5b0f8df538826b08959a8/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 18:49 [binutils-gdb] Remove code that checks for GNU/non-GNU make sergiodj+buildbot
@ 2016-11-30  0:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-30  0:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4447>

Commit(s) tested:
	3b165252e882c05c8217f888194877224295592d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Remove code that checks for GNU/non-GNU make

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3b165252e882c05c8217f888194877224295592d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 18:31 [binutils-gdb] Document new hard requirement on GNU make sergiodj+buildbot
@ 2016-11-29 21:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 21:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4446>

Commit(s) tested:
	f2ff9acd32b4667ee16a03ca8d10fd8b99e22f46

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Document new hard requirement on GNU make

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f2/f2ff9acd32b4667ee16a03ca8d10fd8b99e22f46/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
@ 2016-11-29 17:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4445>

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 15:56 [binutils-gdb] gdb/ctf.c: Get rid of mkdir redefinition sergiodj+buildbot
@ 2016-11-29 15:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 15:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4444>

Commit(s) tested:
	7c2683c40f745397e80b6df4edf8265ecb6fd194

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/ctf.c: Get rid of mkdir redefinition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7c/7c2683c40f745397e80b6df4edf8265ecb6fd194/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 14:41 [binutils-gdb] gdb/ada-lang.c: one malloc -> unique_ptr<[]> sergiodj+buildbot
@ 2016-11-29 11:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 11:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4443>

Commit(s) tested:
	200069c74f42ffcc726b9995a46971a86286a256

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/ada-lang.c: one malloc -> unique_ptr<[]>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/20/200069c74f42ffcc726b9995a46971a86286a256/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17  1:28 [binutils-gdb] gdb/tracepoint.c: Don't use printf_vma sergiodj+buildbot
@ 2016-11-29  7:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29  7:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4442>

Commit(s) tested:
	19f1935d91bfabbe4176ffdaca95bc789b593153

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/tracepoint.c: Don't use printf_vma

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/19/19f1935d91bfabbe4176ffdaca95bc789b593153/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17  0:20 [binutils-gdb] Stash frame id of current frame before stashing frame id for previous frame sergiodj+buildbot
@ 2016-11-29  3:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29  3:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4441>

Commit(s) tested:
	256ae5dbc73d1348850f86ee77a0dc3b04bc7cc0

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Stash frame id of current frame before stashing frame id for previous frame

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/25/256ae5dbc73d1348850f86ee77a0dc3b04bc7cc0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vscr
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vscr
PASS -> FAIL: gdb.arch/altivec-regs.exp: info vector
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-16 22:59 [binutils-gdb] Make gdb.PendingFrame.read_register handle "user" registers sergiodj+buildbot
@ 2016-11-29  2:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-29  2:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4440>

Commit(s) tested:
	33cc7d368f420326606695daafd6292e2779c6af

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Make gdb.PendingFrame.read_register handle "user" registers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/33/33cc7d368f420326606695daafd6292e2779c6af/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-16 22:04 [binutils-gdb] Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID sergiodj+buildbot
@ 2016-11-28 20:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-28 20:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4439>

Commit(s) tested:
	41b56feb5063aee4fefb4a991eb796d1e8a7475e

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/41/41b56feb5063aee4fefb4a991eb796d1e8a7475e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-16 21:50 [binutils-gdb] Distinguish sentinel frame from null frame sergiodj+buildbot
@ 2016-11-28 16:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-28 16:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4438>

Commit(s) tested:
	df433d316277ff5293832d3cd6cbc30b5c38dec0

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Distinguish sentinel frame from null frame.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/df/df433d316277ff5293832d3cd6cbc30b5c38dec0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint.exp: break1 eight
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-16 20:03 [binutils-gdb] Extend test gdb.python/py-recurse-unwind.exp sergiodj+buildbot
@ 2016-11-27  3:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-27  3:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4437>

Commit(s) tested:
	1a2f3d7ff1d79b1290704e48c71e905b987393a6

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Extend test gdb.python/py-recurse-unwind.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1a/1a2f3d7ff1d79b1290704e48c71e905b987393a6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-16 20:01 [binutils-gdb] Fix PR20789 - relaxation with negative valued diff relocs sergiodj+buildbot
@ 2016-11-27  0:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-27  0:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4436>

Commit(s) tested:
	4cb771f214ed6a2102e37bce255c6be5d0642f3a

Author(s) (in the same order as the commits):
	Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>

Subject:
	Fix PR20789 - relaxation with negative valued diff relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4c/4cb771f214ed6a2102e37bce255c6be5d0642f3a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-16  0:24 [binutils-gdb] gdb: update gnulib to pull in C++ namespace support fixes sergiodj+buildbot
@ 2016-11-26 20:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26 20:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4435>

Commit(s) tested:
	4c62b19fd2e6b81ce7cbb7d01e84c09352ccf224

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: update gnulib to pull in C++ namespace support fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4c/4c62b19fd2e6b81ce7cbb7d01e84c09352ccf224/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
new FAIL: gdb.go/hello.exp: setting breakpoint at hello.go:10
PASS -> FAIL: gdb.go/hello.exp: Going to first breakpoint
PASS -> FAIL: gdb.go/hello.exp: String after assignment check
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-15 22:01 [binutils-gdb] Delete gdb::unique_ptr/gdb::move sergiodj+buildbot
@ 2016-11-26 15:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26 15:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4434>

Commit(s) tested:
	5cc8c7310338224d65aa14c4256d4d7539e0dd45

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Delete gdb::unique_ptr/gdb::move

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5c/5cc8c7310338224d65aa14c4256d4d7539e0dd45/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-15 20:54 [binutils-gdb] gdb::{unique_ptr,move} -> std::{unique_ptr,move} sergiodj+buildbot
@ 2016-11-26 15:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26 15:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4433>

Commit(s) tested:
	b22e99fdaf2efe58161c382bbd55f4572ba49eef

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb::{unique_ptr,move} -> std::{unique_ptr,move}

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b2/b22e99fdaf2efe58161c382bbd55f4572ba49eef/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-15 20:24 [binutils-gdb] bitfield-parent-optimized-out: Fix struct definition sergiodj+buildbot
@ 2016-11-26 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4432>

Commit(s) tested:
	b7f38fdae7c75e1d13abd455b3931950db28d22b

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	bitfield-parent-optimized-out: Fix struct definition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b7/b7f38fdae7c75e1d13abd455b3931950db28d22b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-14 19:27 [binutils-gdb] Also check GOT PLT for R_X86_64_PLTOFF64 sergiodj+buildbot
@ 2016-11-26  6:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26  6:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4431>

Commit(s) tested:
	9d734efa1034d266249751978f95a686ec9d19c6

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Also check GOT PLT for R_X86_64_PLTOFF64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9d/9d734efa1034d266249751978f95a686ec9d19c6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-14 10:28 [binutils-gdb] btrace: read entire aux buffer sergiodj+buildbot
@ 2016-11-26  4:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26  4:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4430>

Commit(s) tested:
	db58b3735f45345c06cb9a14d0f83f5b26c1ebf3

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: read entire aux buffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/db/db58b3735f45345c06cb9a14d0f83f5b26c1ebf3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-14  9:18 [binutils-gdb] Fix typo "Faal through" should be "Fall through" sergiodj+buildbot
@ 2016-11-26  1:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-26  1:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4429>

Commit(s) tested:
	63f2433dbccc7ddf8812fefd6eed0e6dd2f88955

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix typo "Faal through" should be "Fall through".

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/63/63f2433dbccc7ddf8812fefd6eed0e6dd2f88955/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-12 20:45 [binutils-gdb] Remove some cleanups from the rust code sergiodj+buildbot
@ 2016-11-25  8:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-25  8:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4427>

Commit(s) tested:
	8001f1183f32d674fa3e9af1cca16856afdffc3e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some cleanups from the rust code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/80/8001f1183f32d674fa3e9af1cca16856afdffc3e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-12 19:05 [binutils-gdb] Use std::string in rust_get_disr_info sergiodj+buildbot
@ 2016-11-25  5:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-25  5:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4426>

Commit(s) tested:
	d93f4d96bb0fb307db9e2dade38ddb3c6bc469ca

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in rust_get_disr_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d9/d93f4d96bb0fb307db9e2dade38ddb3c6bc469ca/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
new FAIL: gdb.base/checkpoint.exp: checkpoint
PASS -> FAIL: gdb.base/checkpoint.exp: break1 ten
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 5 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 21:18 [binutils-gdb] Don't handle unavailable/optimized-out in spu_software_single_step sergiodj+buildbot
@ 2016-11-25  2:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-25  2:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4425>

Commit(s) tested:
	7d15592e06e4abccc97cb8c5670f564327f747e9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Don't handle unavailable/optimized-out in spu_software_single_step

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7d/7d15592e06e4abccc97cb8c5670f564327f747e9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 20:35 [binutils-gdb] Identify verilog dump tests as such sergiodj+buildbot
@ 2016-11-24 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-24 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4424>

Commit(s) tested:
	1f8db343049c3e06483a278e14b7e140ec55c8b3

Author(s) (in the same order as the commits):
	Catherine Moore <clm@codesourcery.com>

Subject:
	Identify verilog dump tests as such.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1f/1f8db343049c3e06483a278e14b7e140ec55c8b3/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 19:33 [binutils-gdb] [AArch64] Add ARMv8.3 combined pointer authentication branch instructions sergiodj+buildbot
@ 2016-11-24 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-24 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4423>

Commit(s) tested:
	74f5402d08b857d60499b27851c204954ce6c42c

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 combined pointer authentication branch instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/74/74f5402d08b857d60499b27851c204954ce6c42c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 18:47 [binutils-gdb] [AArch64] Add ARMv8.3 PACGA instruction sergiodj+buildbot
@ 2016-11-24 14:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-24 14:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4422>

Commit(s) tested:
	c84364ece4faa7b3eb0f60f4dc301282e9693e1e

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 PACGA instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c8/c84364ece4faa7b3eb0f60f4dc301282e9693e1e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 16:38 [binutils-gdb] [AArch64] Add ARMv8.3 pointer authentication key registers sergiodj+buildbot
@ 2016-11-24  8:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-24  8:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4420>

Commit(s) tested:
	b0bfa7b5b884f78b798ab8d34d2a50bc63f558df

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 pointer authentication key registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b0/b0bfa7b5b884f78b798ab8d34d2a50bc63f558df/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 15:42 [binutils-gdb] [AArch64] Add ARMv8.3 instructions which are in the NOP space sergiodj+buildbot
@ 2016-11-24  6:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-24  6:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4419>

Commit(s) tested:
	8787d804e1cbbd1946239d6c5e560c87d38bac06

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 instructions which are in the NOP space

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/87/8787d804e1cbbd1946239d6c5e560c87d38bac06/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 14:42 [binutils-gdb] [AArch64] Increase max_num_aliases in aarch64-gen sergiodj+buildbot
@ 2016-11-24  3:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-24  3:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4418>

Commit(s) tested:
	3d731f6949e2b0099cfbe0cf608d60a52a66d354

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Increase max_num_aliases in aarch64-gen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3d/3d731f6949e2b0099cfbe0cf608d60a52a66d354/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: no double prompt
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 13:30 [binutils-gdb] [AArch64] Add ARMv8.3 command line option and feature flag sergiodj+buildbot
@ 2016-11-23 23:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-23 23:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4417>

Commit(s) tested:
	1924ff7567abf9e1341ae135fb5097bc5f7b76f4

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[AArch64] Add ARMv8.3 command line option and feature flag

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/19/1924ff7567abf9e1341ae135fb5097bc5f7b76f4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 12:40 [binutils-gdb] Accept hidden COFF symbols, but treat them as if they were debugging symbols sergiodj+buildbot
@ 2016-11-23 19:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-23 19:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4416>

Commit(s) tested:
	7103ad7639b7ed80bec170404185a8e39079446b

Author(s) (in the same order as the commits):
	Luke Allardyce <lukeallardyce@gmail.com>

Subject:
	Accept hidden COFF symbols, but treat them as if they were debugging symbols.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/71/7103ad7639b7ed80bec170404185a8e39079446b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 12:02 [binutils-gdb] Remove apply_val_pretty_printer parameter valaddr sergiodj+buildbot
@ 2016-11-23 16:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-23 16:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4415>

Commit(s) tested:
	668e167446b2777869f413841ec05aed59473d9f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove apply_val_pretty_printer parameter valaddr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/668e167446b2777869f413841ec05aed59473d9f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 10:40 [binutils-gdb] Remove parameter valaddr from c print functions sergiodj+buildbot
@ 2016-11-23 13:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-23 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4414>

Commit(s) tested:
	65408fa680538f997cdd4b6fb9d74f043a060801

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove parameter valaddr from c print functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/65/65408fa680538f997cdd4b6fb9d74f043a060801/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11 10:09 [binutils-gdb] sim: mips: fix dv-tx3904cpu build error sergiodj+buildbot
@ 2016-11-23  8:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-23  8:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4413>

Commit(s) tested:
	91588b3af8e026ba11c7368476cc1f3fa8c2e2b1

Author(s) (in the same order as the commits):
	Mike Frysinger <vapier@gentoo.org>

Subject:
	sim: mips: fix dv-tx3904cpu build error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/91/91588b3af8e026ba11c7368476cc1f3fa8c2e2b1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-11  9:01 [binutils-gdb] sim: mips: fix builds for r3900 cpus due to missing check_u64 sergiodj+buildbot
@ 2016-11-23  5:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-23  5:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4412>

Commit(s) tested:
	e04659e8607bfed6995fd2ced9aaab55e2143302

Author(s) (in the same order as the commits):
	Mike Frysinger <vapier@gentoo.org>

Subject:
	sim: mips: fix builds for r3900 cpus due to missing check_u64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e0/e04659e8607bfed6995fd2ced9aaab55e2143302/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10 12:31 [binutils-gdb] Provide a more helpful error message when the BFD library is unable to load an extremely large section sergiodj+buildbot
@ 2016-11-22 16:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-22 16:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4409>

Commit(s) tested:
	a18590c38657a982f8d544f2f54f39ba9abe9fca

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Provide a more helpful error message when the BFD library is unable to load an extremely large section.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a1/a18590c38657a982f8d544f2f54f39ba9abe9fca/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  9:30 [binutils-gdb] [AArch64] Bind defined symbol locally in PIE sergiodj+buildbot
@ 2016-11-22 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-22 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4408>

Commit(s) tested:
	ac33b731d214d79738ca04d27f7464d4482f6a01

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[AArch64] Bind defined symbol locally in PIE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ac/ac33b731d214d79738ca04d27f7464d4482f6a01/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:49 [binutils-gdb] Use unique_xmalloc_ptr in Python code sergiodj+buildbot
@ 2016-11-22  9:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-22  9:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4407>

Commit(s) tested:
	9b9720149dfee4a9a961c29d0382fc5bdf9c975b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use unique_xmalloc_ptr in Python code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9b/9b9720149dfee4a9a961c29d0382fc5bdf9c975b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:47 [binutils-gdb] X86: Remove the .s suffix from EVEX vpextrw sergiodj+buildbot
@ 2016-11-22  4:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-22  4:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4406>

Commit(s) tested:
	60227d64dd9228be1a07fc7122894fc2875b1a70

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Remove the .s suffix from EVEX vpextrw

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/60/60227d64dd9228be1a07fc7122894fc2875b1a70/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/signals-state-child.exp: signals states are identical
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:48 [binutils-gdb] Further cleanup/modernization of gdb.base/commands.exp sergiodj+buildbot
@ 2016-11-21 22:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-21 22:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4405>

Commit(s) tested:
	fad0c9fb7dd362bdb5a3e4f89fb7f6e6789f5beb

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Further cleanup/modernization of gdb.base/commands.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/fa/fad0c9fb7dd362bdb5a3e4f89fb7f6e6789f5beb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
new FAIL: gdb.base/commands.exp: watchpoint_command_test: continue with watch
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:47 [binutils-gdb] X86: Merge AVX512F vmovq sergiodj+buildbot
@ 2016-11-21 20:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-21 20:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4404>

Commit(s) tested:
	7efeed176a291c15c74e80aee5d7f906e28081cf

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Merge AVX512F vmovq

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7e/7efeed176a291c15c74e80aee5d7f906e28081cf/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:46 [binutils-gdb] Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix sergiodj+buildbot
@ 2016-11-21 14:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-21 14:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4403>

Commit(s) tested:
	8354c62cd144964fce17e11ce035c0c2c0635cbf

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/83/8354c62cd144964fce17e11ce035c0c2c0635cbf/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:45 [binutils-gdb] gdb/testsuite: Introduce "proc_with_prefix" sergiodj+buildbot
@ 2016-11-21 10:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-21 10:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4402>

Commit(s) tested:
	64f367a201565d5c7d1e03da072db51123ac2174

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/testsuite: Introduce "proc_with_prefix"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/64/64f367a201565d5c7d1e03da072db51123ac2174/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  7:45 [binutils-gdb] agent_expr_up: gdb::unique_ptr -> std::unique_ptr sergiodj+buildbot
@ 2016-11-21  6:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-21  6:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4401>

Commit(s) tested:
	6c73cd95f96d37dbf6092a87c8ba0f35277223a5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	agent_expr_up: gdb::unique_ptr -> std::unique_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6c/6c73cd95f96d37dbf6092a87c8ba0f35277223a5/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  5:47 [binutils-gdb] gdb: Use vector::emplace_back sergiodj+buildbot
@ 2016-11-21  0:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-21  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4400>

Commit(s) tested:
	7a63494a0df60cf71b9cf03c4eb8f24719d03e66

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Use vector::emplace_back

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7a/7a63494a0df60cf71b9cf03c4eb8f24719d03e66/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  6:36 [binutils-gdb] tui-winsource: Remove failed-allocation logic sergiodj+buildbot
@ 2016-11-20 20:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20 20:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4399>

Commit(s) tested:
	8c84bffb45ac63b98fffc5c1a492c2eb7e4f27e2

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-winsource: Remove failed-allocation logic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8c/8c84bffb45ac63b98fffc5c1a492c2eb7e4f27e2/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  4:19 [binutils-gdb] tui-disasm: Fix line buffer size calculation sergiodj+buildbot
@ 2016-11-20 10:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20 10:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4397>

Commit(s) tested:
	f5396833d35a257902409493a63f777dcd771868

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-disasm: Fix line buffer size calculation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/f5/f5396833d35a257902409493a63f777dcd771868/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  8:07 [binutils-gdb] tui-disasm: Fix window content buffer overrun sergiodj+buildbot
@ 2016-11-20  8:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20  8:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4396>

Commit(s) tested:
	0bb65f1e7c9eed7338ef2e4a2f5b42d010409c39

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	tui-disasm: Fix window content buffer overrun

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0b/0bb65f1e7c9eed7338ef2e4a2f5b42d010409c39/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-10  1:21 [binutils-gdb] darwin-nat.c: handle Darwin 16 (aka Sierra) sergiodj+buildbot
@ 2016-11-20  5:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-20  5:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4395>

Commit(s) tested:
	82b19a4d2f9c9e8d56fdffdd702f7db4af486386

Author(s) (in the same order as the commits):
	Tristan Gingold <gingold@adacore.com>

Subject:
	darwin-nat.c: handle Darwin 16 (aka Sierra).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/82/82b19a4d2f9c9e8d56fdffdd702f7db4af486386/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 23:16 [binutils-gdb] X86: Remove the THREE_BYTE_0F7A entry sergiodj+buildbot
@ 2016-11-19 23:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-19 23:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4394>

Commit(s) tested:
	1f334aeb2268db153f01143e9b0ac01448ecaa56

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Remove the THREE_BYTE_0F7A entry

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1f/1f334aeb2268db153f01143e9b0ac01448ecaa56/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 23:50 [binutils-gdb] Fix py-value.exp failure on Python 3 sergiodj+buildbot
@ 2016-11-19 19:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-19 19:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4393>

Commit(s) tested:
	7353f2470c2eda19c31c9fa44c315c7c69dea7c4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix py-value.exp failure on Python 3

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/73/7353f2470c2eda19c31c9fa44c315c7c69dea7c4/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 21:50 [binutils-gdb] Fix some error-handling bugs in python frame filters sergiodj+buildbot
@ 2016-11-19 13:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-19 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4392>

Commit(s) tested:
	30a7bb833cbd848b1814f18b91dfdafba4e86839

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix some error-handling bugs in python frame filters

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/30/30a7bb833cbd848b1814f18b91dfdafba4e86839/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 20:30 [binutils-gdb] Remove parameter valaddr from la_val_print sergiodj+buildbot
@ 2016-11-19 10:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-19 10:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4391>

Commit(s) tested:
	e8b24d9ff5b9419fc079f5fe975fac6f499f8bfb

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove parameter valaddr from la_val_print

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/e8/e8b24d9ff5b9419fc079f5fe975fac6f499f8bfb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: GDB accepts further input
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 19:49 [binutils-gdb] Use get_frame_register_value instead of deprecated_frame_register_read sergiodj+buildbot
@ 2016-11-19  5:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-19  5:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4390>

Commit(s) tested:
	cc977dc7d53ef4546592a4f02a2e06a621beae6f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Use get_frame_register_value instead of deprecated_frame_register_read

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cc/cc977dc7d53ef4546592a4f02a2e06a621beae6f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 18:42 [binutils-gdb] Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info sergiodj+buildbot
@ 2016-11-19  0:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-19  0:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4389>

Commit(s) tested:
	3cde5c42d1c1ddcf8bbde5c47233c644370c959c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3c/3cde5c42d1c1ddcf8bbde5c47233c644370c959c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 17:48 [binutils-gdb] 'struct agent_expr *' -> unique_ptr<agent_expr> sergiodj+buildbot
@ 2016-11-18 20:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4388>

Commit(s) tested:
	833177a4a5c1a2a6cabe70bfe35ecf241b68d169

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	'struct agent_expr *' -> unique_ptr<agent_expr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/83/833177a4a5c1a2a6cabe70bfe35ecf241b68d169/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 18:35 [binutils-gdb] Use ui_file_as_string throughout more sergiodj+buildbot
@ 2016-11-18 16:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18 16:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4387>

Commit(s) tested:
	2f408ecb929bd56613e94cf1e84ace4692c78257

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string throughout more

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2f/2f408ecb929bd56613e94cf1e84ace4692c78257/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 15:45 [binutils-gdb] Use ui_file_as_string in gdb/language.c sergiodj+buildbot
@ 2016-11-18 10:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18 10:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4386>

Commit(s) tested:
	d2af8993a7cac29eaa5a4efd47c9117bbd175068

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/language.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d2/d2af8993a7cac29eaa5a4efd47c9117bbd175068/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 14:28 [binutils-gdb] Use ui_file_as_string in gdb/rust-lang.c sergiodj+buildbot
@ 2016-11-18  7:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18  7:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4385>

Commit(s) tested:
	5698084a7303c45fdc94fb44c47355413b271562

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/rust-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/56/5698084a7303c45fdc94fb44c47355413b271562/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 13:50 [binutils-gdb] Use ui_file_as_string in gdb/infrun.c sergiodj+buildbot
@ 2016-11-18  3:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-18  3:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4384>

Commit(s) tested:
	af1fe7b3b87de27d84a82d4f44b937c2800205ff

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/infrun.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/af/af1fe7b3b87de27d84a82d4f44b937c2800205ff/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 23:02 [binutils-gdb] Use ui_file_as_string in gdb/ada-lang.c sergiodj+buildbot
@ 2016-11-17 22:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 22:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4383>

Commit(s) tested:
	3b4de39c9d9ff014ae90e2bafbf7ce1f42c2198e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/ada-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3b4de39c9d9ff014ae90e2bafbf7ce1f42c2198e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 12:46 [binutils-gdb] Use ui_file_as_string in gdbarch.sh/gdbarch.c sergiodj+buildbot
@ 2016-11-17 17:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4382>

Commit(s) tested:
	6f0302493af0ace93943041c3374069c15c363f7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdbarch.sh/gdbarch.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/6f/6f0302493af0ace93943041c3374069c15c363f7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 10:46 [binutils-gdb] Use ui_file_as_string in gdb/c-exp.y sergiodj+buildbot
@ 2016-11-17 14:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 14:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4381>

Commit(s) tested:
	66bbce5bda870c49a68f2b77a29fb96eca72632f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/c-exp.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/66bbce5bda870c49a68f2b77a29fb96eca72632f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
PASS -> FAIL: gdb.base/signals-state-child.exp: signals states are identical
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09 10:10 [binutils-gdb] Use ui_file_as_string in gdb/compile/ sergiodj+buildbot
@ 2016-11-17 10:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 10:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4380>

Commit(s) tested:
	aaee65aea29ac8f7317e866d5dbef9f96cfdb253

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/compile/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/aa/aaee65aea29ac8f7317e866d5dbef9f96cfdb253/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  9:53 [binutils-gdb] Use ui_file_as_string in gdb/cli/cli-setshow.c sergiodj+buildbot
@ 2016-11-17  5:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-17  5:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4379>

Commit(s) tested:
	3d8b0d9483f6eabc2c1739ac3dd64c30061a6a72

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/cli/cli-setshow.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3d/3d8b0d9483f6eabc2c1739ac3dd64c30061a6a72/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  8:18 [binutils-gdb] Use ui_file_as_string in gdb/remote.c sergiodj+buildbot
@ 2016-11-17  0:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-17  0:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4378>

Commit(s) tested:
	b3ced9bad2d8d5eb9ebabc5f8f7c6ab871f63748

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b3/b3ced9bad2d8d5eb9ebabc5f8f7c6ab871f63748/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  8:07 [binutils-gdb] Use ui_file_as_string in gdb/python/ sergiodj+buildbot
@ 2016-11-16 20:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-16 20:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4377>

Commit(s) tested:
	c92aed165e8af79f51c5165f98f12389bb59a121

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/python/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c9/c92aed165e8af79f51c5165f98f12389bb59a121/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  6:37 [binutils-gdb] Use ui_file_as_string in gdb/printcmd.c sergiodj+buildbot
@ 2016-11-16 19:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-16 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4376>

Commit(s) tested:
	02030646c2a799614d31e52008403d8be067ac5d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/printcmd.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/02/02030646c2a799614d31e52008403d8be067ac5d/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  6:19 [binutils-gdb] Use ui_file_as_string in gdb/top.c sergiodj+buildbot
@ 2016-11-16 17:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-16 17:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4375>

Commit(s) tested:
	7b01d34b2a62fb8cda96fe40c755f99e63b8ba4f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/top.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/7b/7b01d34b2a62fb8cda96fe40c755f99e63b8ba4f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  5:16 [binutils-gdb] Use ui_file_as_string in execute_command_to_string sergiodj+buildbot
@ 2016-11-16 12:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-16 12:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4374>

Commit(s) tested:
	db1ec11fff1a46f7046bcbd971a42632d2ea795c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in execute_command_to_string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/db/db1ec11fff1a46f7046bcbd971a42632d2ea795c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  5:45 [binutils-gdb] Use ui_file_as_string in gdb/guile/ sergiodj+buildbot
@ 2016-11-16  7:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-16  7:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4373>

Commit(s) tested:
	3ab692db7f4d96022a132379614031a852de6f35

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/guile/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3a/3ab692db7f4d96022a132379614031a852de6f35/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  3:33 [binutils-gdb] Use ui_file_as_string in gdb/arm-tdep.c sergiodj+buildbot
@ 2016-11-16  0:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-16  0:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4372>

Commit(s) tested:
	09b0e4b047b44063cf4c8c00527886743619c24e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/arm-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/09/09b0e4b047b44063cf4c8c00527886743619c24e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  2:14 [binutils-gdb] Use ui_file_as_string in gdb/ui-out.c sergiodj+buildbot
@ 2016-11-15 18:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-15 18:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4370>

Commit(s) tested:
	56dbf31760f721893a44d3da26adfccf548995c7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/ui-out.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/56/56dbf31760f721893a44d3da26adfccf548995c7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-09  0:38 [binutils-gdb] Use ui_file_as_string in gdb/ada-valprint.c sergiodj+buildbot
@ 2016-11-15 15:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-15 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4369>

Commit(s) tested:
	77e1c7426aad05b20f48762234c02139e9c02f8e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/ada-valprint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/77e1c7426aad05b20f48762234c02139e9c02f8e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 23:42 [binutils-gdb] Use ui_file_as_string in gdb/xtensa-tdep.c sergiodj+buildbot
@ 2016-11-15  8:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-15  8:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4368>

Commit(s) tested:
	a0f86e735886f3d373507fa9cfc0cf2a2f32eabc

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in gdb/xtensa-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a0/a0f86e735886f3d373507fa9cfc0cf2a2f32eabc/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 23:02 [binutils-gdb] Use ui_file_as_string in dwarf2_compute_name sergiodj+buildbot
@ 2016-11-15  5:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-15  5:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4367>

Commit(s) tested:
	322a851675234b3c16be6dd5035b07f5e3410ec7

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use ui_file_as_string in dwarf2_compute_name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/32/322a851675234b3c16be6dd5035b07f5e3410ec7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 21:34 [binutils-gdb] Clean up tracepoint.h/c:collection_list sergiodj+buildbot
@ 2016-11-15  2:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-15  2:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4366>

Commit(s) tested:
	1f45808ead357e8a81dec16b9802a6c369e08426

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Clean up tracepoint.h/c:collection_list

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1f/1f45808ead357e8a81dec16b9802a6c369e08426/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: no double prompt
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 21:02 [binutils-gdb] Introduce ui_file_as_string sergiodj+buildbot
@ 2016-11-14 18:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-14 18:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4365>

Commit(s) tested:
	8de00631b8bd1c328f1916b1fd95bd0d9ff2017e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce ui_file_as_string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8d/8de00631b8bd1c328f1916b1fd95bd0d9ff2017e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 20:24 [binutils-gdb] 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> sergiodj+buildbot
@ 2016-11-14 15:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-14 15:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4364>

Commit(s) tested:
	4d01a485d29732b19743e8b138897f3509e071b0

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	'struct expression *' -> gdb::unique_xmalloc_ptr<expression>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4d/4d01a485d29732b19743e8b138897f3509e071b0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: GDB accepts further input
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 19:27 [binutils-gdb] cli-script.c: Simplify using std::string, eliminate cleanups sergiodj+buildbot
@ 2016-11-14  9:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-14  9:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4363>

Commit(s) tested:
	b064640146bb6908a0ccca27ca8ee2b06b668137

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	cli-script.c: Simplify using std::string, eliminate cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b0/b064640146bb6908a0ccca27ca8ee2b06b668137/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 18:27 [binutils-gdb] breakpoint.c:commands_command_1 constification and cleanup sergiodj+buildbot
@ 2016-11-14  8:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-14  8:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4362>

Commit(s) tested:
	896b6bda6904765f36692d76a37b99c0412ca9ae

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	breakpoint.c:commands_command_1 constification and cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/89/896b6bda6904765f36692d76a37b99c0412ca9ae/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: set height unlimited
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 19:48 [binutils-gdb] cli/cli-script.c: Remove some dead NULL checks sergiodj+buildbot
@ 2016-11-14  2:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-14  2:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4361>

Commit(s) tested:
	4f8ad951f662864884d4b11315c940c5239a4a89

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	cli/cli-script.c: Remove some dead NULL checks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/4f/4f8ad951f662864884d4b11315c940c5239a4a89/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 ten
new FAIL: gdb.base/checkpoint.exp: checkpoint
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 19:12 [binutils-gdb] Introduce string_printf sergiodj+buildbot
@ 2016-11-13 22:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-13 22:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4360>

Commit(s) tested:
	d4081a383e28db26c65298f7405554d4312b1342

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce string_printf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d4/d4081a383e28db26c65298f7405554d4312b1342/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 17:10 [binutils-gdb] gdbarch software_single_step returns VEC (CORE_ADDR) * sergiodj+buildbot
@ 2016-11-13 17:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-13 17:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4359>

Commit(s) tested:
	93f9a11fbdb8f09428b17180d51a09a1bda39a52

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch software_single_step returns VEC (CORE_ADDR) *

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/93/93f9a11fbdb8f09428b17180d51a09a1bda39a52/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: no double prompt
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 15:51 [binutils-gdb] Clear addr bit in next_pcs vector sergiodj+buildbot
@ 2016-11-13 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-13 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4358>

Commit(s) tested:
	0bc5d801ec836cd4b7d1ab7d05658e7a1d05df22

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Clear addr bit in next_pcs vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/0b/0bc5d801ec836cd4b7d1ab7d05658e7a1d05df22/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 14:37 [binutils-gdb] Remove arm_insert_single_step_breakpoint sergiodj+buildbot
@ 2016-11-13  9:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-13  9:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4357>

Commit(s) tested:
	771da62d67a9f27c1e706610efe51b13c3f9fd60

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove arm_insert_single_step_breakpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/77/771da62d67a9f27c1e706610efe51b13c3f9fd60/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 14:21 [binutils-gdb] Fix PR breakpoints/20739: Badly formatted adress string in error message sergiodj+buildbot
@ 2016-11-13  5:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-13  5:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4356>

Commit(s) tested:
	53c3572a9f5b03a92292cb6d24bf69b52c95500e

Author(s) (in the same order as the commits):
	Cordian A. Daniluk <th3c0r1uk@gmail.com>

Subject:
	Fix PR breakpoints/20739: Badly formatted adress string in error message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/53/53c3572a9f5b03a92292cb6d24bf69b52c95500e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 13:10 [binutils-gdb] Fix bfd/dwarf2.c build breakage sergiodj+buildbot
@ 2016-11-12 23:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-12 23:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4355>

Commit(s) tested:
	3b0d929dd61fcd55b4ef320a2033c731443b394f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix bfd/dwarf2.c build breakage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/3b/3b0d929dd61fcd55b4ef320a2033c731443b394f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 12:26 [binutils-gdb] Fix indentation sergiodj+buildbot
@ 2016-11-12 17:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-12 17:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4353>

Commit(s) tested:
	20955dbf718992e83b7c971344931934b62a784f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix indentation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/20/20955dbf718992e83b7c971344931934b62a784f/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08 11:14 [binutils-gdb] Check for truncated registers in process_g_packet sergiodj+buildbot
@ 2016-11-12 16:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-12 16:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4352>

Commit(s) tested:
	9dc193c3be85aafa60ceff57d3b0430af607b4ce

Author(s) (in the same order as the commits):
	Lionel Flandrin <lionel@svkt.org>

Subject:
	Check for truncated registers in process_g_packet

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/9d/9dc193c3be85aafa60ceff57d3b0430af607b4ce/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08  2:27 [binutils-gdb] X86: Properly handle bad FPU opcode sergiodj+buildbot
@ 2016-11-12 12:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-12 12:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4351>

Commit(s) tested:
	48c97fa1ba7d6628352fc2433abd91a41f6c8171

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Properly handle bad FPU opcode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/48/48c97fa1ba7d6628352fc2433abd91a41f6c8171/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08  1:46 [binutils-gdb] Fix ext lang calls to value_struct_elt sergiodj+buildbot
@ 2016-11-12  6:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-12  6:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4350>

Commit(s) tested:
	5996220cfa24ef6fddb782617720cd56913b1bb7

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Fix ext lang calls to value_struct_elt.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/59/5996220cfa24ef6fddb782617720cd56913b1bb7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-08  0:39 [binutils-gdb] i386-tdep.c (i386_gdbarch_init): Add comments sergiodj+buildbot
@ 2016-11-12  1:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-12  1:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4349>

Commit(s) tested:
	ad9eb1fdda263cd91ee8fb36292fb29d546b0076

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	i386-tdep.c (i386_gdbarch_init): Add comments.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ad/ad9eb1fdda263cd91ee8fb36292fb29d546b0076/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-07 23:37 [binutils-gdb] python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate sergiodj+buildbot
@ 2016-11-11 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-11 20:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4348>

Commit(s) tested:
	bc71081e53e3c0a52a28d5874e65a54194e2205f

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bc/bc71081e53e3c0a52a28d5874e65a54194e2205f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-07 21:48 [binutils-gdb] Sync config.sub,config.guess with upstream sergiodj+buildbot
@ 2016-11-11 11:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-11 11:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4346>

Commit(s) tested:
	5ada5c6fca335963b0b9fb9e91c999fcdaab2f89

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Sync config.sub,config.guess with upstream.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5a/5ada5c6fca335963b0b9fb9e91c999fcdaab2f89/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-05  4:41 [binutils-gdb] Fix a few typos sergiodj+buildbot
@ 2016-11-10 13:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4344>

Commit(s) tested:
	26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix a few typos

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/26/26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-04 23:14 [binutils-gdb] arc/nps400: Validate address type operands correctly sergiodj+buildbot
@ 2016-11-10 13:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4343>

Commit(s) tested:
	b437d035ddf4e4c0c566c577ee059790ed28ad9b

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	arc/nps400: Validate address type operands correctly

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b4/b437d035ddf4e4c0c566c577ee059790ed28ad9b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-04 17:12 [binutils-gdb] Add support for ARM Cortex-M33 processor sergiodj+buildbot
@ 2016-11-10 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4342>

Commit(s) tested:
	b19ea8d28b1c06c2973738c1cda076f895ac3ad0

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Add support for ARM Cortex-M33 processor

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b1/b19ea8d28b1c06c2973738c1cda076f895ac3ad0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-04 14:52 [binutils-gdb] Fix building binutils for all 32-bit targets by moving riscv32 target into 64-bit builds only sergiodj+buildbot
@ 2016-11-10 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4341>

Commit(s) tested:
	1b7a12f2d68f2f334fbe78cc2db76982ba6d4ef1

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix building binutils for all 32-bit targets by moving riscv32 target into 64-bit builds only.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/1b/1b7a12f2d68f2f334fbe78cc2db76982ba6d4ef1/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 23:26 [binutils-gdb] Add support for the sizeof function in Rust sergiodj+buildbot
@ 2016-11-10 13:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4340>

Commit(s) tested:
	cdf5a07c75b47481da1e99ee91ee860c2a6bb5f6

Author(s) (in the same order as the commits):
	Manish Goregaokar <manish@mozilla.com>

Subject:
	Add support for the sizeof function in Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/cd/cdf5a07c75b47481da1e99ee91ee860c2a6bb5f6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 23:17 [binutils-gdb] Add support for untagged unions in Rust sergiodj+buildbot
@ 2016-11-10 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4339>

Commit(s) tested:
	b96645f1a1e6084ed6a20ddf615bdc4d2487a9c9

Author(s) (in the same order as the commits):
	Manish Goregaokar <manish@mozilla.com>

Subject:
	Add support for untagged unions in Rust

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/b9/b96645f1a1e6084ed6a20ddf615bdc4d2487a9c9/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 23:05 [binutils-gdb] Fix handling of discriminantless univariant enums in Rust; fix bug with encoded enums sergiodj+buildbot
@ 2016-11-10 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4338>

Commit(s) tested:
	51a789c3bf3d9b04d3d81493fda7f2514ae43add

Author(s) (in the same order as the commits):
	Manish Goregaokar <manish@mozilla.com>

Subject:
	Fix handling of discriminantless univariant enums in Rust; fix bug with encoded enums

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/51/51a789c3bf3d9b04d3d81493fda7f2514ae43add/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 18:59 [binutils-gdb] arc: Implement NPS-400 dcmac instruction sergiodj+buildbot
@ 2016-11-10 13:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4337>

Commit(s) tested:
	5a736821eff3aa4a8da237778526f9f700759c7a

Author(s) (in the same order as the commits):
	Graham Markall <graham.markall@embecosm.com>

Subject:
	arc: Implement NPS-400 dcmac instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/5a/5a736821eff3aa4a8da237778526f9f700759c7a/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 18:26 [binutils-gdb] arc: Change max instruction length to 64-bits sergiodj+buildbot
@ 2016-11-10 13:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4336>

Commit(s) tested:
	bdfe53e3cfebb392b1a0ef50fdd02faafec6dc63

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	arc: Change max instruction length to 64-bits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/bd/bdfe53e3cfebb392b1a0ef50fdd02faafec6dc63/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 18:03 [binutils-gdb] opcodes/arc: Make some macros 64-bit safe sergiodj+buildbot
@ 2016-11-10 13:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4334>

Commit(s) tested:
	2e27220211249bfeb38b10e630b33fbd170fce6c

Author(s) (in the same order as the commits):
	Graham Markall <graham.markall@embecosm.com>

Subject:
	opcodes/arc: Make some macros 64-bit safe

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/2e/2e27220211249bfeb38b10e630b33fbd170fce6c/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 18:15 [binutils-gdb] arc: Swap highbyte and lowbyte in print_insn_arc sergiodj+buildbot
@ 2016-11-10 13:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4335>

Commit(s) tested:
	90f61cceac73fe40dcd21b3590c247bfa624ac00

Author(s) (in the same order as the commits):
	Graham Markall <graham.markall@embecosm.com>

Subject:
	arc: Swap highbyte and lowbyte in print_insn_arc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/90/90f61cceac73fe40dcd21b3590c247bfa624ac00/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 17:51 [binutils-gdb] arc: Replace ARC_SHORT macro with arc_opcode_len function sergiodj+buildbot
@ 2016-11-10 13:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4333>

Commit(s) tested:
	06fe285fd293e999481ec8f5c619658aa5e3b48b

Author(s) (in the same order as the commits):
	Graham Markall <graham.markall@embecosm.com>

Subject:
	arc: Replace ARC_SHORT macro with arc_opcode_len function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/06/06fe285fd293e999481ec8f5c619658aa5e3b48b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 17:39 [binutils-gdb] arc/opcodes/nps400: Fix some instruction masks sergiodj+buildbot
@ 2016-11-10 13:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4332>

Commit(s) tested:
	ecf64ec654afe916099f0fe482c2dae417913905

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	arc/opcodes/nps400: Fix some instruction masks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/ec/ecf64ec654afe916099f0fe482c2dae417913905/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 17:33 [binutils-gdb] X86: Reuse opcode 0x80 decoder for opcode 0x82 sergiodj+buildbot
@ 2016-11-10 13:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4331>

Commit(s) tested:
	d039fef395c1b5fd781acaf1c611f96f654f5f91

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Reuse opcode 0x80 decoder for opcode 0x82

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d0/d039fef395c1b5fd781acaf1c611f96f654f5f91/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 17:21 [binutils-gdb] X86: Decode opcode 0x82 as opcode 0x80 in 32-bit mode sergiodj+buildbot
@ 2016-11-10 13:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4330>

Commit(s) tested:
	8b89fe14b522cd6e5d160ff17defa8ecec243b11

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Decode opcode 0x82 as opcode 0x80 in 32-bit mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/8b/8b89fe14b522cd6e5d160ff17defa8ecec243b11/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 16:59 [binutils-gdb] Deprecate old platforms sergiodj+buildbot
@ 2016-11-10 13:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4328>

Commit(s) tested:
	034b77cf7875c4ea5aaf3d06dfea2e422abc47db

Author(s) (in the same order as the commits):
	Tristan Gingold <gingold@adacore.com>

Subject:
	Deprecate old platforms

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/03/034b77cf7875c4ea5aaf3d06dfea2e422abc47db/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 17:04 [binutils-gdb] Replace YY_NULL with YY_NULLPTR in LANG-exp.c sergiodj+buildbot
@ 2016-11-10 13:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4329>

Commit(s) tested:
	722bcb33bf0383487c1af0e7d401e30301e94e2b

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Replace YY_NULL with YY_NULLPTR in LANG-exp.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/72/722bcb33bf0383487c1af0e7d401e30301e94e2b/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 16:43 [binutils-gdb] X86: Rename REG_82 to REG_83 sergiodj+buildbot
@ 2016-11-10 13:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4327>

Commit(s) tested:
	7148c36989ee64f15ac9618543309cd7311b6015

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	X86: Rename REG_82 to REG_83

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/71/7148c36989ee64f15ac9618543309cd7311b6015/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 16:27 [binutils-gdb] Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION sergiodj+buildbot
@ 2016-11-10 13:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4326>

Commit(s) tested:
	04180708eff91ddd3a9572bd4b517ccce5850db0

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/04/04180708eff91ddd3a9572bd4b517ccce5850db0/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 16:26 [binutils-gdb] Remove arm_override_mode sergiodj+buildbot
@ 2016-11-10 13:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4325>

Commit(s) tested:
	a97c97e8d7c818886f0f7beb3fd5dee0042b4a07

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove arm_override_mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/a9/a97c97e8d7c818886f0f7beb3fd5dee0042b4a07/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 16:05 [binutils-gdb] Add default_breakpoint_from_pc sergiodj+buildbot
@ 2016-11-10 13:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4323>

Commit(s) tested:
	22f13eb869197fc45a0da2a8a96b03d39809862e

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Add default_breakpoint_from_pc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/22/22f13eb869197fc45a0da2a8a96b03d39809862e/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 16:16 [binutils-gdb] Determine the kind of single step breakpoint sergiodj+buildbot
@ 2016-11-10 13:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4324>

Commit(s) tested:
	833b7ab5008b769dca6db6d5ee1d21d33e730132

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Determine the kind of single step breakpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/83/833b7ab5008b769dca6db6d5ee1d21d33e730132/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 15:50 [binutils-gdb] Remove gdbarch_remote_breakpoint_from_pc sergiodj+buildbot
@ 2016-11-10 13:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4322>

Commit(s) tested:
	c0f4a997c26760d2584946196ee5c411d1a632a6

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove gdbarch_remote_breakpoint_from_pc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/c0/c0f4a997c26760d2584946196ee5c411d1a632a6/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 15:46 [binutils-gdb] Rename placed_size to kind sergiodj+buildbot
@ 2016-11-10 13:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10 13:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4321>

Commit(s) tested:
	579c6ad9830058ccebf9c592d692c25fac6285c7

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Rename placed_size to kind

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/57/579c6ad9830058ccebf9c592d692c25fac6285c7/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 15:35 [binutils-gdb] Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind sergiodj+buildbot
@ 2016-11-10  8:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4319>

Commit(s) tested:
	d19280adb5b2d1470dc39756ccac8a8fa2af8321

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/d1/d19280adb5b2d1470dc39756ccac8a8fa2af8321/>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 15:21 [binutils-gdb] Add enum for mips breakpoint kinds sergiodj+buildbot
@ 2016-11-10  6:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  6:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4318>

Commit(s) tested:
	44f1c4d7b0160a51ecf7fe1af42416f1d2a71356

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Add enum for mips breakpoint kinds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 44f1c4d7b0160a51ecf7fe1af42416f1d2a71356>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 15:14 [binutils-gdb] GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION sergiodj+buildbot
@ 2016-11-10  3:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-10  3:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4317>

Commit(s) tested:
	598cc9dc84aeaa66e4a77efa9dc8ff03d5532620

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=d01d1c6def08ef12c379031e945797267ae104f7>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 15:00 [binutils-gdb] gdbarch_breakpoint_from_pc doesn't return NULL sergiodj+buildbot
@ 2016-11-09 23:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09 23:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4316>

Commit(s) tested:
	8b55a7e4e5b30877e924e4b0ed0437d16ccdcedf

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	gdbarch_breakpoint_from_pc doesn't return NULL

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=4ff8eb4e41a0589c9615834eb90f626fc1e38743>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-03 11:46 [binutils-gdb] Updated Danish translation for the BFD library sergiodj+buildbot
@ 2016-11-09 19:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09 19:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4315>

Commit(s) tested:
	225b362d1036121a611f3dd17fdb6780070ba51f

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated Danish translation for the BFD library.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=a15853da276348851485d8cfae118c34ef025ee8>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-02 22:29 [binutils-gdb] Fix dwarf_expr_context method regressions sergiodj+buildbot
@ 2016-11-09 15:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09 15:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4314>

Commit(s) tested:
	7d5697f9e27f79e1decc1215f33088cee9f7d863

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix dwarf_expr_context method regressions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7d5697f9e27f79e1decc1215f33088cee9f7d863>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-02 19:49 [binutils-gdb] Enable Intel AVX512_4VNNIW instructions sergiodj+buildbot
@ 2016-11-09 11:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09 11:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4313>

Commit(s) tested:
	47acf0bd9faef8634d242e19ec3b7f784d10ba76

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel AVX512_4VNNIW instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 47acf0bd9faef8634d242e19ec3b7f784d10ba76>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-02 19:39 [binutils-gdb] Enable Intel AVX512_4FMAPS instructions sergiodj+buildbot
@ 2016-11-09  7:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09  7:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4312>

Commit(s) tested:
	920d2ddccb72a366140ed28283165b274f7a9045

Author(s) (in the same order as the commits):
	Igor Tsimbalist <igor.v.tsimbalist@intel.com>

Subject:
	Enable Intel AVX512_4FMAPS instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=a326c63ac15c30c550bbf896b5f6c0ec821a87e3>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-01 23:28 [binutils-gdb] BFD: Fix double BFD_FAIL calls in `bfd_default_reloc_type_lookup' sergiodj+buildbot
@ 2016-11-09  4:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09  4:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4311>

Commit(s) tested:
	af955fe696088e69b436947b4a6f134567d31793

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	BFD: Fix double BFD_FAIL calls in `bfd_default_reloc_type_lookup'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for af955fe696088e69b436947b4a6f134567d31793>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-01 17:00 [binutils-gdb] Add support for RISC-V architecture sergiodj+buildbot
@ 2016-11-09  1:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-09  1:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4310>

Commit(s) tested:
	e23eba971dd409b999dd83d8df0f842680c1c642

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add support for RISC-V architecture.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=51aeb2b7883ebf0572459028ed336823d73efeba>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: no double prompt
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-31 19:02 [binutils-gdb] Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround sergiodj+buildbot
@ 2016-11-08 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-08 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4309>

Commit(s) tested:
	c50730217d606814cda69a2bb6975730c0f1ee63

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=ff8a67d05723b1a6a897b1497a3e19a0dfea0732>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-31 18:27 [binutils-gdb] MIPS: Remove remains of legacy remote target support sergiodj+buildbot
@ 2016-11-08 18:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-08 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4308>

Commit(s) tested:
	7e3d947dd6ae45d71aa175b96fbd42a51e93b3f8

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS: Remove remains of legacy remote target support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=e56c12b488d8386d3f736c1a0cf8b2a691723820>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-31 17:24 [binutils-gdb] MIPS: Remove remains of IRIX OS ABI support sergiodj+buildbot
@ 2016-11-08 14:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-08 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4307>

Commit(s) tested:
	de4bfa865e5ea54f2ab5b7af53e4abe825da699e

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	MIPS: Remove remains of IRIX OS ABI support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for de4bfa865e5ea54f2ab5b7af53e4abe825da699e>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-31  4:04 [binutils-gdb] Revert part "Set dynamic tag VMA and size from dynamic section when possible" sergiodj+buildbot
@ 2016-11-08 11:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-08 11:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4306>

Commit(s) tested:
	c646b02fdcae5f37bd88f33a0c4683ef13ad5c82

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Revert part "Set dynamic tag VMA and size from dynamic section when possible"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=51387b0a27d1b44db441521f67ec88c28becd1e6>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: GDB accepts further input
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-29 17:56 [binutils-gdb] gdb/NEWS: Clarify C++ requirement sergiodj+buildbot
@ 2016-11-08  2:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-08  2:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4304>

Commit(s) tested:
	e6485aafde098bf182b46cb187d8fd049f309e29

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/NEWS: Clarify C++ requirement

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e6485aafde098bf182b46cb187d8fd049f309e29>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-29 16:13 [binutils-gdb] Support command-line redirection in native MS-Windows debugging sergiodj+buildbot
@ 2016-11-07 21:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-07 21:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4302>

Commit(s) tested:
	8ba42bc5da8015fd0bd9e7f021af9cb0ef252005

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Support command-line redirection in native MS-Windows debugging

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=b4d307f70b820659e2f90e2e8aac3ebdd6cef8be>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 16:20 [binutils-gdb] gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive sergiodj+buildbot
@ 2016-11-07 18:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-07 18:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4300>

Commit(s) tested:
	87106a7b0a3c403832f15aa316d5d6d2434e323f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 87106a7b0a3c403832f15aa316d5d6d2434e323f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 15:46 [binutils-gdb] gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp' sergiodj+buildbot
@ 2016-11-07 10:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-07 10:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4299>

Commit(s) tested:
	f610ab6d3cbab5d8b8ef3f3a93dd81a800ec5725

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f610ab6d3cbab5d8b8ef3f3a93dd81a800ec5725>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 15:01 [binutils-gdb] Make gdb.base/foll-exec.exp test pattern more general sergiodj+buildbot
@ 2016-11-07  5:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-07  5:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4298>

Commit(s) tested:
	b129b0cacd4c8e982605b7c8d99e96c74155882a

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Make gdb.base/foll-exec.exp test pattern more general

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=6210a3bc9483c3adf495309428d660d1cb6a3b23>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 1 of 100
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 14:01 [binutils-gdb] Fix gdb.base/maint.exp regressions sergiodj+buildbot
@ 2016-11-07  1:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-07  1:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4297>

Commit(s) tested:
	44d83468ec8e5fccf904d66b752ac36e07d66c56

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.base/maint.exp regressions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 44d83468ec8e5fccf904d66b752ac36e07d66c56>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 12:51 [binutils-gdb] btrace: bridge gaps sergiodj+buildbot
@ 2016-11-06 21:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06 21:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4296>

Commit(s) tested:
	d87fdac3591d57c1a667b9d2dfeb05e3198b0b53

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: bridge gaps

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d87fdac3591d57c1a667b9d2dfeb05e3198b0b53>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 12:08 [binutils-gdb] btrace: preserve function level for unexpected returns sergiodj+buildbot
@ 2016-11-06 18:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4295>

Commit(s) tested:
	259ba1e8acfd5ade4b6fa81e68a5e694e438fa28

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: preserve function level for unexpected returns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 259ba1e8acfd5ade4b6fa81e68a5e694e438fa28>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 11:31 [binutils-gdb] btrace: update tail call heuristic sergiodj+buildbot
@ 2016-11-06 13:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06 13:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4294>

Commit(s) tested:
	2dfdb47abd418aac05380482093a87e763ab0a05

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: update tail call heuristic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2dfdb47abd418aac05380482093a87e763ab0a05>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28 10:04 [binutils-gdb] btrace: allow leading trace gaps sergiodj+buildbot
@ 2016-11-06 12:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06 12:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4293>

Commit(s) tested:
	b61ce85cc54bf4acc86714cacd10d6f9f7e89d1b

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: allow leading trace gaps

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=4e14bffb75f2a9794e9bad563de8a8bd250c3ce5>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-28  9:54 [binutils-gdb] btrace: fix gap indication sergiodj+buildbot
@ 2016-11-06  7:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06  7:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4292>

Commit(s) tested:
	63ab433e29b2715f429551cdbec72dab0d752c20

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: fix gap indication

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=d09df33f4219ebc23cdf131807e062cd028a3470>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 2 of 100
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-27 17:39 [binutils-gdb] Enable range stepping if software single step is supported sergiodj+buildbot
@ 2016-11-06  4:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06  4:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4291>

Commit(s) tested:
	c38058942ececeb32c381a838a10277ba43be94c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Enable range stepping if software single step is supported

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=091a86830b2ad207d121c5f83f866806916b0949>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-27 17:15 [binutils-gdb] Get pending events in random sergiodj+buildbot
@ 2016-11-06  1:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-06  1:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4290>

Commit(s) tested:
	89342618773b64db3e67701c0cd9dd89cdbbc18a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Get pending events in random

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 89342618773b64db3e67701c0cd9dd89cdbbc18a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-27 15:49 [binutils-gdb] Remove single-step breakpoint for GDBserver internal event sergiodj+buildbot
@ 2016-11-05 21:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-05 21:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4289>

Commit(s) tested:
	e3652c8460a6247f50e24deaca1c1c1c0e2a2573

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove single-step breakpoint for GDBserver internal event

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e3652c8460a6247f50e24deaca1c1c1c0e2a2573>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-27 12:23 [binutils-gdb] gas/arc: Don't rely on bfd list of cpu type for cpu selection sergiodj+buildbot
@ 2016-11-05 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-05 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4288>

Commit(s) tested:
	bb65a718b601ecfebd1ebe5be71728d5c359c31f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gas/arc: Don't rely on bfd list of cpu type for cpu selection

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bb65a718b601ecfebd1ebe5be71728d5c359c31f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-26 23:05 [binutils-gdb] PR 20569, segv in follow_exec sergiodj+buildbot
@ 2016-11-05 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-05 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4287>

Commit(s) tested:
	ecf45d2cc7667ed4692d07e52fc77a2c9a8adf1c

Author(s) (in the same order as the commits):
	Sandra Loosemore <sandra@codesourcery.com>

Subject:
	PR 20569, segv in follow_exec

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ecf45d2cc7667ed4692d07e52fc77a2c9a8adf1c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-26 21:33 [binutils-gdb] Make symfile_add_flags and objfile->flags strongly typed sergiodj+buildbot
@ 2016-11-05 10:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-05 10:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4286>

Commit(s) tested:
	b15cc25cbe7c13e450f77b4a309223b9b3da3936

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make symfile_add_flags and objfile->flags strongly typed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=f5b854a1a32619c532165c2412d0d2ce59cb491d>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-27 13:09 [binutils-gdb] gdb: Coalesce/aggregate (async) vCont packets/actions sergiodj+buildbot
@ 2016-11-05  4:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-05  4:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4285>

Commit(s) tested:
	85ad3aaf403d2104c82010494d3d4a93a36e2e6f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Coalesce/aggregate (async) vCont packets/actions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 85ad3aaf403d2104c82010494d3d4a93a36e2e6f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-26 18:48 [binutils-gdb] gdbserver: Leave already-vCont-resumed threads as they were sergiodj+buildbot
@ 2016-11-05  2:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-05  2:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4284>

Commit(s) tested:
	5a04c4cf5df6d13596e79e7b84520cbe245a5a4d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdbserver: Leave already-vCont-resumed threads as they were

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=68ab89373c72f28e959a7da206f10e879b6ebc77>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/maint.exp: mt set per on for expand-symtabs
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: p arraycallnoloc
new FAIL: gdb.gdb/selftest.exp: unknown source line
PASS -> FAIL: gdb.gdb/selftest.exp: step into xmalloc call
PASS -> FAIL: gdb.opt/clobbered-registers-O2.exp: print operand0
PASS -> FAIL: gdb.opt/clobbered-registers-O2.exp: print operand1
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-26 20:33 [binutils-gdb] gdb: Free inferior->priv when inferior exits sergiodj+buildbot
@ 2016-11-04 23:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-11-04 23:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4283>

Commit(s) tested:
	ef4a339527a41802fbab70af25d6e4788f35dcc8

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Free inferior->priv when inferior exits

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ef4a339527a41802fbab70af25d6e4788f35dcc8>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-26 16:05 [binutils-gdb] gdb: Clean up remote.c:remote_resume sergiodj+buildbot
@ 2016-10-26 19:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-26 19:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4282>

Commit(s) tested:
	7b68ffbb32645c5383e74f27248a1c1c7ecd241a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Clean up remote.c:remote_resume

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7b68ffbb32645c5383e74f27248a1c1c7ecd241a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-25  6:28 [binutils-gdb] NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs' sergiodj+buildbot
@ 2016-10-26  1:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-26  1:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4281>

Commit(s) tested:
	61034b0b6acc6ff72def5f5ecdbe628edc5d67ea

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=c2dd54737736a77f7a8b2acd518019f7e49e5158>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/altivec-regs.exp: info reg vscr
PASS -> FAIL: gdb.arch/altivec-regs.exp: print vscr
PASS -> FAIL: gdb.arch/altivec-regs.exp: info vector
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-25  5:31 [binutils-gdb] ARM/BFD: Correct an `index' global shadowing error sergiodj+buildbot
@ 2016-10-25 22:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-25 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4280>

Commit(s) tested:
	c48182bfe408e06e3301ee887fd9a7b06bedff37

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	ARM/BFD: Correct an `index' global shadowing error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c48182bfe408e06e3301ee887fd9a7b06bedff37>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17 23:24 [binutils-gdb] Fix duplicate test message in mi-trace-save.exp sergiodj+buildbot
@ 2016-10-18 11:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-18 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4276>

Commit(s) tested:
	e42b25a0407fbbf3529815f69bd56a61b1821295

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix duplicate test message in mi-trace-save.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e42b25a0407fbbf3529815f69bd56a61b1821295>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17 21:50 [binutils-gdb] Fix comment in mi-trace-save.exp sergiodj+buildbot
@ 2016-10-18  7:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-18  7:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4275>

Commit(s) tested:
	3ccdb4324b0dc9fa46ee7cad9b370f8c7c370c3b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix comment in mi-trace-save.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=7da31a9f3fdf9bfc23a4a692428591541d0f0466>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: no double prompt
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17 21:05 [binutils-gdb] Fix -trace-save crash when argument is missing sergiodj+buildbot
@ 2016-10-18  4:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-18  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4274>

Commit(s) tested:
	5bad3170301060ee0801a739ffc213abae664973

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix -trace-save crash when argument is missing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=0110e2bf9eb1ffc4ae81c49a591a96a60009b8b1>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: GDB accepts further input
PASS -> FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: set height unlimited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17 16:34 [binutils-gdb] gdb: Fix phony iconv build sergiodj+buildbot
@ 2016-10-18  0:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-18  0:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4273>

Commit(s) tested:
	5562a44eb490b5777c9e786971907c0727d88495

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix phony iconv build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=c2c80dc06e32ed35bdfea65bdb50223f7892842b>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17 13:56 [binutils-gdb] Removed pseudo invalid instructions opcodes sergiodj+buildbot
@ 2016-10-17 20:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-17 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4272>

Commit(s) tested:
	decf5bd1570be3de10aeab99869a9548d17b1354

Author(s) (in the same order as the commits):
	Cupertino Miranda <cmiranda@synopsys.com>

Subject:
	Removed pseudo invalid instructions opcodes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=cba81d8e13684c175457e473ba7760b4a560336e>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17 11:03 [binutils-gdb] Update list of ELF machine numbers sergiodj+buildbot
@ 2016-10-17 16:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-17 16:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4271>

Commit(s) tested:
	6d91379408b87b6d0c1cd4bc2880b530cc4ec721

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Update list of ELF machine numbers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=1996b2db202de38d777abe9a1b25fc9252bb2afd>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-17  9:46 [binutils-gdb] Sync libiberty sources with gcc mainline sergiodj+buildbot
@ 2016-10-17 11:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-17 11:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4269>

Commit(s) tested:
	41f225defe891ff71d3c8a149cdc1ed8f3a64c5c

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync libiberty sources with gcc mainline.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 41f225defe891ff71d3c8a149cdc1ed8f3a64c5c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-14 16:54 [binutils-gdb] FINAL/OVERRIDE: Define to empty on g++ < 4.7 sergiodj+buildbot
@ 2016-10-15 15:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-15 15:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4267>

Commit(s) tested:
	b4f6af8ee2ea97b8c6f2bca1c2fd728683e68ef5

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	FINAL/OVERRIDE: Define to empty on g++ < 4.7

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b4f6af8ee2ea97b8c6f2bca1c2fd728683e68ef5>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-14 16:29 [binutils-gdb] Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h sergiodj+buildbot
@ 2016-10-15 12:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-15 12:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4266>

Commit(s) tested:
	d118ee3761bcf0c861a75e454d0c2b741fccb956

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d118ee3761bcf0c861a75e454d0c2b741fccb956>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-14 13:25 [binutils-gdb] Fix set sysroot command on AIX sergiodj+buildbot
@ 2016-10-15  8:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-15  8:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4265>

Commit(s) tested:
	754c39c2f32a796ad9983836deb7c4429c808e48

Author(s) (in the same order as the commits):
	Ulrich Weigand <ulrich.weigand@de.ibm.com>

Subject:
	Fix set sysroot command on AIX

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 754c39c2f32a796ad9983836deb7c4429c808e48>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-14 12:37 [binutils-gdb] [ARC] Disassembler: fix LIMM detection for short instructions sergiodj+buildbot
@ 2016-10-15  4:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-15  4:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4264>

Commit(s) tested:
	e5b06ef06b062f0626462abb182ee5470cf798bc

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] Disassembler: fix LIMM detection for short instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=eb4e358ba8f5e657314b90843fb677e095fc9992>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-14  9:25 [binutils-gdb] btrace: remove leftover comment sergiodj+buildbot
@ 2016-10-15  1:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-15  1:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4263>

Commit(s) tested:
	afb1110bfa4fe150cb2f2c58329551bd82cb3627

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	btrace: remove leftover comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for afb1110bfa4fe150cb2f2c58329551bd82cb3627>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-14  7:30 [binutils-gdb] Include strings.h where available sergiodj+buildbot
@ 2016-10-14 18:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-14 18:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4261>

Commit(s) tested:
	8ffc1bb12a22e548835c9291871ad0eb68b7f6f0

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Include strings.h where available

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=799eb8e7aff41b0c646af34740eb5cb66bb642e8>

*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.base/corefile.exp: run: core file is cleared
new FAIL: gdb.base/corefile.exp: attach: with core
new FAIL: gdb.base/corefile.exp: attach: core file is cleared
PASS -> FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: no double prompt
new FAIL: gdb.compile/compile.exp: Test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: Test abbreviations and code collision
new FAIL: gdb.compile/compile.exp: Test delimiter with -r
new FAIL: gdb.compile/compile.exp: Test delimiter with -raw
new FAIL: gdb.compile/compile.exp: Test delimiter with -r after it
new FAIL: gdb.compile/compile.exp: set variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: check variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: set variable from macro
new FAIL: gdb.compile/compile.exp: expect 23
new FAIL: gdb.compile/compile.exp: set variable from function-like macro
new FAIL: gdb.compile/compile.exp: expect -1
new FAIL: gdb.compile/compile.exp: set variable
new FAIL: gdb.compile/compile.exp: expect 42
new FAIL: gdb.compile/compile.exp: modify variable
new FAIL: gdb.compile/compile.exp: expect 84
new FAIL: gdb.compile/compile.exp: compile code multiline 4
new FAIL: gdb.compile/compile.exp: expect 20
new FAIL: gdb.compile/compile.exp: use external source file
new FAIL: gdb.compile/compile.exp: expect 7
new FAIL: gdb.compile/compile.exp: call static function
new FAIL: gdb.compile/compile.exp: expect 9
new FAIL: gdb.compile/compile.exp: call global function
new FAIL: gdb.compile/compile.exp: expect 8
new FAIL: gdb.compile/compile.exp: compute size of ulonger
new FAIL: gdb.compile/compile.exp: check size of ulonger
new FAIL: gdb.compile/compile.exp: compute size of longer
new FAIL: gdb.compile/compile.exp: check size of longer
new FAIL: gdb.compile/compile.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile.exp: check MINUS_1
new FAIL: gdb.compile/compile.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile.exp: check static_local
new FAIL: gdb.compile/compile.exp: do not keep jit in memory
new FAIL: gdb.compile/compile.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile.exp: compile code segfault first
new FAIL: gdb.compile/compile.exp: bt
new FAIL: gdb.compile/compile.exp: info sym found
new FAIL: gdb.compile/compile.exp: return
new FAIL: gdb.compile/compile.exp: info sym not found
new FAIL: gdb.compile/compile.exp: compile code segfault second
new FAIL: gdb.compile/compile.exp: set localvar
new FAIL: gdb.compile/compile.exp: expect 12
new FAIL: gdb.compile/compile.exp: modify localvar
new FAIL: gdb.compile/compile.exp: expect 24
new FAIL: gdb.compile/compile.exp: test shadowing
new FAIL: gdb.compile/compile.exp: expect 52
new FAIL: gdb.compile/compile.exp: compile code localvar = externed
new FAIL: gdb.compile/compile.exp: test extern in inner scope
new FAIL: gdb.compile/compile.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile.exp: p vla[2]
new FAIL: gdb.compile/compile.exp: compile code localvar =
new FAIL: gdb.compile/compile.exp: p localvar
new FAIL: gdb.compile/compile.exp: compile code struct_object.selffield = &struct_object
new FAIL: gdb.compile/compile.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.charfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile.exp: print struct_object.intfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile.exp: print struct_object.longfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile.exp: print union_object.intfield
new FAIL: gdb.compile/compile.exp: print unresolved value
new FAIL: gdb.compile/compile.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile.exp: print globalshadow
new FAIL: gdb.compile/compile.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile.exp: print 'compile.c'::globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow second time
new FAIL: gdb.compile/compile.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile.exp: print staticshadow
new FAIL: gdb.compile/compile.exp: compile code -r multiline 4
new FAIL: gdb.compile/compile.exp: check globalshadow with -r
new FAIL: gdb.compile/compile.exp: pointer to jit function
new FAIL: gdb.compile/compile.exp: set variable to 77
new FAIL: gdb.compile/compile.exp: expect 77
new FAIL: gdb.compile/compile.exp: call func_nodebug
new FAIL: gdb.compile/compile.exp: expect -75
new FAIL: gdb.compile/compile.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile.exp: expect -76
new FAIL: gdb.compile/compile.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile.exp: call shared library function
new FAIL: gdb.compile/compile.exp: expect 1
new FAIL: gdb.compile/compile.exp: modify shared library variable
new FAIL: gdb.compile/compile.exp: expect 15
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: compile code resultvar = gnu_ifunc
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: p resultvar
new FAIL: gdb.compile/compile-ifunc.exp: debug: compile code resultvar = gnu_ifunc_alias
new FAIL: gdb.compile/compile-ifunc.exp: debug: p resultvar
new FAIL: gdb.compile/compile-ops.exp: compile code
new FAIL: gdb.compile/compile-ops.exp: compile code optimized_out
new FAIL: gdb.compile/compile-print.exp: compile print varint
new FAIL: gdb.compile/compile-print.exp: compile print vararray
new FAIL: gdb.compile/compile-print.exp: compile print main
new FAIL: gdb.compile/compile-print.exp: compile print *vararray@3
new FAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3
new FAIL: gdb.compile/compile-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-print.exp: print $
new FAIL: gdb.compile/compile-print.exp: compile print varobject
new FAIL: gdb.compile/compile-setjmp.exp: compile file -r
new FAIL: gdb.compile/compile-setjmp.exp: p done
new FAIL: gdb.compile/compile-tls.exp: compile code local_scope = 1
new FAIL: gdb.compile/compile-tls.exp: print local_scope
new FAIL: gdb.compile/compile-tls.exp: compile code static_scope = 2
new FAIL: gdb.compile/compile-tls.exp: print static_scope
new FAIL: gdb.compile/compile-tls.exp: compile code global_scope = 3
new FAIL: gdb.compile/compile-tls.exp: print global_scope
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new FAIL: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new FAIL: gdb.go/methods.exp: setting breakpoint at
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: test watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: test invisible watchpoint write
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: test watchpoint write
new FAIL: gdb.guile/scm-symtab.exp: test find-pc-line with resume address
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: ctf: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: ctf: info locals
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13 15:27 [binutils-gdb] Share proc get_var_address sergiodj+buildbot
@ 2016-10-13 16:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13 16:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4258>

Commit(s) tested:
	5ad9dba7519caa3e6193c87699ae37e24d0fe05c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Share proc get_var_address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 5ad9dba7519caa3e6193c87699ae37e24d0fe05c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13 14:54 [binutils-gdb] Skip testing structures with floating points sergiodj+buildbot
@ 2016-10-13 15:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13 15:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4257>

Commit(s) tested:
	62df7e210ebf096dc09ad14d9316fcda0f6217f7

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Skip testing structures with floating points

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 62df7e210ebf096dc09ad14d9316fcda0f6217f7>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13  5:24 [binutils-gdb] Use std::string in macho_symfile_read_all_oso sergiodj+buildbot
@ 2016-10-13  7:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13  7:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4256>

Commit(s) tested:
	af533a5f8b149bfa1394ab04c3947e97dd507a33

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in macho_symfile_read_all_oso

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for af533a5f8b149bfa1394ab04c3947e97dd507a33>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13  4:50 [binutils-gdb] Remove unnecessary null_cleanup sergiodj+buildbot
@ 2016-10-13  5:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13  5:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4255>

Commit(s) tested:
	d1a760cbb796b62f18ff6b81a189fd261809ef74

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unnecessary null_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d1a760cbb796b62f18ff6b81a189fd261809ef74>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13  2:59 [binutils-gdb] Turn wchar iterator into a class sergiodj+buildbot
@ 2016-10-13  4:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4254>

Commit(s) tested:
	cda6c55bd399a8892d62178d4daeb074def909e0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Turn wchar iterator into a class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for cda6c55bd399a8892d62178d4daeb074def909e0>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13  2:25 [binutils-gdb] Change selttest.c to use use std::vector sergiodj+buildbot
@ 2016-10-13  3:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13  3:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4253>

Commit(s) tested:
	816d7b53047bca81c226990bc9248d59d80d4b8b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change selttest.c to use use std::vector

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 816d7b53047bca81c226990bc9248d59d80d4b8b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-13  1:21 [binutils-gdb] Convert tid_range_parser and get_number_or_range to classes sergiodj+buildbot
@ 2016-10-13  2:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-13  2:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4252>

Commit(s) tested:
	bfd282882d534cd4f48e2fc29d4ce0923c52352b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Convert tid_range_parser and get_number_or_range to classes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bfd282882d534cd4f48e2fc29d4ce0923c52352b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-12 15:51 [binutils-gdb] Fixup gdb.python/py-value.exp for bare-metal aarch64-elf sergiodj+buildbot
@ 2016-10-12 18:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 18:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4251>

Commit(s) tested:
	4dac951e11030b43b17f52df8bdfa7432e4bf73c

Author(s) (in the same order as the commits):
	Luis Machado <lgustavo@codesourcery.com>

Subject:
	Fixup gdb.python/py-value.exp for bare-metal aarch64-elf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4dac951e11030b43b17f52df8bdfa7432e4bf73c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-12 16:00 [binutils-gdb] arc: Add support for Newlib sergiodj+buildbot
@ 2016-10-12 17:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 17:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4250>

Commit(s) tested:
	4a2f4826907de97b089295000a67d2497aa94c99

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Add support for Newlib

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4a2f4826907de97b089295000a67d2497aa94c99>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-12 13:32 [binutils-gdb] arc: Add evaluation of long jump targets sergiodj+buildbot
@ 2016-10-12 16:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 16:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4249>

Commit(s) tested:
	aaf43c4882f827d9f778b40dcdb93566f765f5f9

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Add evaluation of long jump targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for aaf43c4882f827d9f778b40dcdb93566f765f5f9>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-12 13:03 [binutils-gdb] arc: Add a gdbarch_tdep structure sergiodj+buildbot
@ 2016-10-12 15:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 15:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4248>

Commit(s) tested:
	b845c31ecc4fe2677f1d938b0d8a3dc98397158e

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Add a gdbarch_tdep structure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b845c31ecc4fe2677f1d938b0d8a3dc98397158e>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-12 11:51 [binutils-gdb] [AArch64] Track FP registers in prologue analyzer sergiodj+buildbot
@ 2016-10-12 12:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-12 12:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4246>

Commit(s) tested:
	187f5d00acf0ffe5390f282fd4d6285bcd6fccb9

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	[AArch64] Track FP registers in prologue analyzer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 187f5d00acf0ffe5390f282fd4d6285bcd6fccb9>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-11 23:35 [binutils-gdb] BFD_FAKE_SECTION macro params sergiodj+buildbot
@ 2016-10-12  0:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-12  0:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4245>

Commit(s) tested:
	821e6ff6299aa39e841ca50e1ae8a98e3554fd5f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	BFD_FAKE_SECTION macro params

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 821e6ff6299aa39e841ca50e1ae8a98e3554fd5f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-11 17:27 [binutils-gdb] testsuite: Fix gdb.arch/powerpc-prologue.c compilation sergiodj+buildbot
@ 2016-10-11 18:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-11 18:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4244>

Commit(s) tested:
	8f1a8fc4df2244f548d55fbecce20b7cd6f90e16

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	testsuite: Fix gdb.arch/powerpc-prologue.c compilation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 8f1a8fc4df2244f548d55fbecce20b7cd6f90e16>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-11 15:00 [binutils-gdb] testsuite: Use standard_output_file sergiodj+buildbot
@ 2016-10-11 15:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-11 15:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4243>

Commit(s) tested:
	16c85b5d14a04c275d3cb39b2029f3dc0f708531

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	testsuite: Use standard_output_file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 16c85b5d14a04c275d3cb39b2029f3dc0f708531>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-11 10:42 [binutils-gdb] [AArch64] PR target/20666, fix wrong encoding of new introduced BFC pseudo sergiodj+buildbot
@ 2016-10-11 11:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-11 11:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4242>

Commit(s) tested:
	93562a343c26f67d2bd0e93cceb18a0a793087c2

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[AArch64] PR target/20666, fix wrong encoding of new introduced BFC pseudo

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 93562a343c26f67d2bd0e93cceb18a0a793087c2>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-11  7:59 [binutils-gdb] Always descend into output section statements in lang_do_assignments sergiodj+buildbot
@ 2016-10-11  8:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-11  8:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4241>

Commit(s) tested:
	f02cb058822459ea29a9fdaa928c2623df435908

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Always descend into output section statements in lang_do_assignments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f02cb058822459ea29a9fdaa928c2623df435908>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-10 11:41 [binutils-gdb] Share enum arm_breakpoint_kinds sergiodj+buildbot
@ 2016-10-10 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-10 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4240>

Commit(s) tested:
	a1078bea751d48e8846b91542d91647f1e0aed8d

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Share enum arm_breakpoint_kinds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a1078bea751d48e8846b91542d91647f1e0aed8d>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-10 10:37 [binutils-gdb] Rename 'arch' by 'gdbarch' in m32c_gdbarch_init sergiodj+buildbot
@ 2016-10-10 11:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-10 11:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4239>

Commit(s) tested:
	97ce08cb8071bf9a8df6c99cdf8e9fbf1911f3f5

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Rename 'arch' by 'gdbarch' in m32c_gdbarch_init

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 97ce08cb8071bf9a8df6c99cdf8e9fbf1911f3f5>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-10  9:44 [binutils-gdb] Remove v850_dbtrap_breakpoint_from_pc sergiodj+buildbot
@ 2016-10-10 10:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-10 10:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4238>

Commit(s) tested:
	ff12a6593a1675aa9ba5340aa2984af19cf8966c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Remove v850_dbtrap_breakpoint_from_pc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ff12a6593a1675aa9ba5340aa2984af19cf8966c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-09  0:26 [binutils-gdb] ui-out.c: Remove unused parameter to push_level sergiodj+buildbot
@ 2016-10-09  5:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-09  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4236>

Commit(s) tested:
	49d06418ada11004ca1cdc0ec5847358e83fc67a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	ui-out.c: Remove unused parameter to push_level

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 49d06418ada11004ca1cdc0ec5847358e83fc67a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-07 10:19 [binutils-gdb] [AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt operand for "ic"/"tlbi" sergiodj+buildbot
@ 2016-10-09  1:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-09  1:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4233>

Commit(s) tested:
	362c0c4d9cc9f320d1e85755404879a13ebed91a

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt operand for "ic"/"tlbi"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 362c0c4d9cc9f320d1e85755404879a13ebed91a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-07 10:50 [binutils-gdb] Set regdir in tdesc-regs.exp or arm sergiodj+buildbot
@ 2016-10-08 23:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 23:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4232>

Commit(s) tested:
	1d0e042a8321cca82cce521afd276a8494385ae3

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Set regdir in tdesc-regs.exp or arm

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1d0e042a8321cca82cce521afd276a8494385ae3>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-07  7:22 [binutils-gdb] python: accept address and explicit locations in gdb.decode_line sergiodj+buildbot
@ 2016-10-08 22:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 22:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4231>

Commit(s) tested:
	68dadef54c216f7ec75c27d74193897b18c5f9ab

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	python: accept address and explicit locations in gdb.decode_line

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 68dadef54c216f7ec75c27d74193897b18c5f9ab>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-07  2:07 [binutils-gdb] Pass link_info to _bfd_merge_private_bfd_data sergiodj+buildbot
@ 2016-10-08 21:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 21:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4230>

Commit(s) tested:
	50e03d47b77d5730f96f6b6bb66187654e66c797

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Pass link_info to _bfd_merge_private_bfd_data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 50e03d47b77d5730f96f6b6bb66187654e66c797>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-07  7:33 [binutils-gdb] bfd_merge_private_bfd_data tidy sergiodj+buildbot
@ 2016-10-08 19:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 19:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4229>

Commit(s) tested:
	1047201fd0f402428bb3331638a198413f97f476

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	bfd_merge_private_bfd_data tidy

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1047201fd0f402428bb3331638a198413f97f476>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 23:56 [binutils-gdb] Consolidate API of target_supports_multi_process sergiodj+buildbot
@ 2016-10-08 16:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4228>

Commit(s) tested:
	1fb77080fd74d11c0dbccf812ed98ffa0b3edc4e

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Consolidate API of target_supports_multi_process

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1fb77080fd74d11c0dbccf812ed98ffa0b3edc4e>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 23:29 [binutils-gdb] gdb: Remove some C compiler support leftovers sergiodj+buildbot
@ 2016-10-08 14:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 14:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4227>

Commit(s) tested:
	ddb6d633875b76f9d772af901118233fc498253a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Remove some C compiler support leftovers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ddb6d633875b76f9d772af901118233fc498253a>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-07  4:51 [binutils-gdb] Fix gdb.Value->python conversion for large unsigned ints sergiodj+buildbot
@ 2016-10-08 11:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08 11:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4226>

Commit(s) tested:
	33fa2c6e1b1e63599156f7d79de8c0a6ea69c8af

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Fix gdb.Value->python conversion for large unsigned ints.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 33fa2c6e1b1e63599156f7d79de8c0a6ea69c8af>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 22:11 [binutils-gdb] frame.h: Forward-declare struct ui_out sergiodj+buildbot
@ 2016-10-08  9:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-08  9:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4225>

Commit(s) tested:
	d73f9c4bab1a0ec82007f9d36b8a7bf5d34f7bf6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	frame.h: Forward-declare struct ui_out

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for d73f9c4bab1a0ec82007f9d36b8a7bf5d34f7bf6>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 21:27 [binutils-gdb] Remove Java support sergiodj+buildbot
@ 2016-10-07 21:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-07 21:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4220>

Commit(s) tested:
	9c37b5aed98e5996a9777a366bfcc371c0e1a92d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove Java support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9c37b5aed98e5996a9777a366bfcc371c0e1a92d>

*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/fedora-ppc64le-1>) ***





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 17:57 [binutils-gdb] mips-tdep: Make FCRs always 32-bit sergiodj+buildbot
@ 2016-10-07 18:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-07 18:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4219>

Commit(s) tested:
	78b86327b5301231005b08a7c589b2b58e6b4322

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	mips-tdep: Make FCRs always 32-bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 78b86327b5301231005b08a7c589b2b58e6b4322>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 17:15 [binutils-gdb] mips-tdep: Rearrange comments in `mips_pseudo_register_type' sergiodj+buildbot
@ 2016-10-07 16:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-07 16:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4218>

Commit(s) tested:
	a6912260f813b1493efefd27cbcb6a73d933accc

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	mips-tdep: Rearrange comments in `mips_pseudo_register_type'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a6912260f813b1493efefd27cbcb6a73d933accc>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 16:49 [binutils-gdb] testsuite: solib-disc: Use `standard_output_file' sergiodj+buildbot
@ 2016-10-07 14:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-07 14:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4217>

Commit(s) tested:
	7470adbb872d5363580eb5e0a8dbb231c286ee4c

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@imgtec.com>

Subject:
	testsuite: solib-disc: Use `standard_output_file'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7470adbb872d5363580eb5e0a8dbb231c286ee4c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 15:03 [binutils-gdb] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression sergiodj+buildbot
@ 2016-10-07  9:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4215>

Commit(s) tested:
	c620c3e48d01e70c435c146905cab1a50382ce89

Author(s) (in the same order as the commits):
	Markus Metzger <markus.t.metzger@intel.com>

Subject:
	stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c620c3e48d01e70c435c146905cab1a50382ce89>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 13:14 [binutils-gdb] Fix PR11094: JIT breakpoint is not properly recreated on reruns sergiodj+buildbot
@ 2016-10-07  2:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-07  2:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4212>

Commit(s) tested:
	4a556533cf0256613c412b9627fa8b8edfa7674a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR11094: JIT breakpoint is not properly recreated on reruns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4a556533cf0256613c412b9627fa8b8edfa7674a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 12:17 [binutils-gdb] Fix a few gdb.base/jit-simple.exp problems sergiodj+buildbot
@ 2016-10-06 23:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06 23:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4211>

Commit(s) tested:
	5a122fbc307f35093b8fe038a8e6caa51b4d0dae

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix a few gdb.base/jit-simple.exp problems

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 5a122fbc307f35093b8fe038a8e6caa51b4d0dae>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06 11:32 [binutils-gdb] Make "end" field in feature specs required again sergiodj+buildbot
@ 2016-10-06 21:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06 21:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4210>

Commit(s) tested:
	ee8da4b8396d9a74d27cb9bb0f3aa43d6d23b8ea

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Subject:
	Make "end" field in feature specs required again.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ee8da4b8396d9a74d27cb9bb0f3aa43d6d23b8ea>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06  1:07 [binutils-gdb] -Wimplicit-fallthrough warning fixes sergiodj+buildbot
@ 2016-10-06 19:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06 19:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4209>

Commit(s) tested:
	1a0670f37442b7ae904932b347353046126b990c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	-Wimplicit-fallthrough warning fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1a0670f37442b7ae904932b347353046126b990c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06  0:52 [binutils-gdb] -Wimplicit-fallthrough error fixes sergiodj+buildbot
@ 2016-10-06 16:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4208>

Commit(s) tested:
	2b804145796e948fa4c025c07eb201e700281e6b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	-Wimplicit-fallthrough error fixes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2b804145796e948fa4c025c07eb201e700281e6b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-06  0:04 [binutils-gdb] Don't use boolean OR in arithmetic expressions sergiodj+buildbot
@ 2016-10-06 14:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06 14:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4207>

Commit(s) tested:
	616ec3583b7b6ba0a4e581c426b700b0664a3027

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't use boolean OR in arithmetic expressions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 616ec3583b7b6ba0a4e581c426b700b0664a3027>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 20:50 [binutils-gdb] testsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.exp sergiodj+buildbot
@ 2016-10-06 11:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06 11:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4206>

Commit(s) tested:
	f389f6fef76d7cf8e8beb7061edff2155c284898

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	testsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f389f6fef76d7cf8e8beb7061edff2155c284898>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 19:49 [binutils-gdb] PR remote/20655 - small fix in handle_tracepoint_bkpts sergiodj+buildbot
@ 2016-10-06  9:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06  9:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4205>

Commit(s) tested:
	39b5a3b9b3aadac723de719f3c27f8462ed49af7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR remote/20655 - small fix in handle_tracepoint_bkpts

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 39b5a3b9b3aadac723de719f3c27f8462ed49af7>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 17:55 [binutils-gdb] PR gdb/20653 - small cleanup in string_to_explicit_location sergiodj+buildbot
@ 2016-10-06  7:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06  7:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4204>

Commit(s) tested:
	e742d386c480efa5229bc8b1887a7718f840a457

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR gdb/20653 - small cleanup in string_to_explicit_location

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e742d386c480efa5229bc8b1887a7718f840a457>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 17:49 [binutils-gdb] PR symtab/20652 - fix psymbol_compare sergiodj+buildbot
@ 2016-10-06  4:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06  4:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4203>

Commit(s) tested:
	3e611445bf05fa20e0befa41afa42651d1983734

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR symtab/20652 - fix psymbol_compare

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 3e611445bf05fa20e0befa41afa42651d1983734>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 16:25 [binutils-gdb] Skip complex types tests if gdb_skip_float_test sergiodj+buildbot
@ 2016-10-06  2:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06  2:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4202>

Commit(s) tested:
	fdebf1a415f565fc4606f9139d10d1e9393999c0

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Skip complex types tests if gdb_skip_float_test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for fdebf1a415f565fc4606f9139d10d1e9393999c0>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 13:07 [binutils-gdb] Allow DW_OP_GNU_uninit in dwarf_expr_require_composition sergiodj+buildbot
@ 2016-10-06  0:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-06  0:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4201>

Commit(s) tested:
	f206f69cb43e420f92a63464036b342386963261

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Allow DW_OP_GNU_uninit in dwarf_expr_require_composition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for f206f69cb43e420f92a63464036b342386963261>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 14:41 [binutils-gdb] arc: Remove annoying debug message sergiodj+buildbot
@ 2016-10-05 21:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-05 21:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4200>

Commit(s) tested:
	ed2f09e183df513e9616c53cdace32cf8b824b98

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Remove annoying debug message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ed2f09e183df513e9616c53cdace32cf8b824b98>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05 11:11 [binutils-gdb] Update the path arm-*.xml files for aarch64 sergiodj+buildbot
@ 2016-10-05 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-05 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4199>

Commit(s) tested:
	c1d0b70ae517512a77eed778c6dd7d8a941962fc

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Update the path arm-*.xml files for aarch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c1d0b70ae517512a77eed778c6dd7d8a941962fc>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05  9:34 [binutils-gdb] Regenerate some regformats/rs6000/*.dat files sergiodj+buildbot
@ 2016-10-05 17:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-05 17:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4198>

Commit(s) tested:
	5878efd48016e091cb19dc09345cd7f73d791c6f

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Regenerate some regformats/rs6000/*.dat files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 5878efd48016e091cb19dc09345cd7f73d791c6f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05  9:18 [binutils-gdb] Generate s390 target description c files sergiodj+buildbot
@ 2016-10-05 14:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-05 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4197>

Commit(s) tested:
	defaaad59909ead1722f978463fc2e4bdeb0629c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Generate s390 target description c files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=77dd15baf59da8098e61e269a47ae24a2858f67e>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.cp/gdb2495.exp: info breakpoints
new FAIL: gdb.cp/gdb2495.exp:
PASS -> FAIL: gdb.cp/gdb2495.exp: Turn off unwind on terminating exception flag
new FAIL: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05  9:01 [binutils-gdb] Simplify i386, amd64 and x32 expedite registers sergiodj+buildbot
@ 2016-10-05 12:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-05 12:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4196>

Commit(s) tested:
	414c838a722efedb0f787b64629db13d88c9ef7c

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Simplify i386, amd64 and x32 expedite registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 414c838a722efedb0f787b64629db13d88c9ef7c>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-05  8:44 [binutils-gdb] Clean up the XML files for ARM sergiodj+buildbot
@ 2016-10-05  9:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-05  9:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4195>

Commit(s) tested:
	0a69eedb6d7c1c90ec7888a857c4d7c0a1fd1b31

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Clean up the XML files for ARM

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 0a69eedb6d7c1c90ec7888a857c4d7c0a1fd1b31>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-03 22:01 [binutils-gdb] Add test for user context selection sync sergiodj+buildbot
@ 2016-10-04  0:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-04  0:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4191>

Commit(s) tested:
	9c36d9544f0987cbd840a19552af3343252d28a0

Author(s) (in the same order as the commits):
	Antoine Tremblay <antoine.tremblay@ericsson.com>

Subject:
	Add test for user context selection sync

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9c36d9544f0987cbd840a19552af3343252d28a0>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-10-03 21:15 [binutils-gdb] Emit inferior, thread and frame selection events to all UIs sergiodj+buildbot
@ 2016-10-03 22:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-10-03 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4190>

Commit(s) tested:
	4034d0ff52b0f346efedd2d335ccbc672466da45

Author(s) (in the same order as the commits):
	Antoine Tremblay <antoine.tremblay@ericsson.com>

Subject:
	Emit inferior, thread and frame selection events to all UIs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4034d0ff52b0f346efedd2d335ccbc672466da45>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-30 17:36 [binutils-gdb] [AArch64] PR target/20553, fix opcode mask for SIMD multiply by element sergiodj+buildbot
@ 2016-09-30 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-30 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4185>

Commit(s) tested:
	744ce3025e82a59c13642c57e38febd8ff531f9b

Author(s) (in the same order as the commits):
	Jiong Wang <jiong.wang@arm.com>

Subject:
	[AArch64] PR target/20553, fix opcode mask for SIMD multiply by element

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 744ce3025e82a59c13642c57e38febd8ff531f9b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-30 15:11 [binutils-gdb] Remove syntactic sugar sergiodj+buildbot
@ 2016-09-30 17:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-30 17:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4184>

Commit(s) tested:
	4eca02287cf48e60ee89338ddd35f8d0d8257a51

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Remove syntactic sugar

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4eca02287cf48e60ee89338ddd35f8d0d8257a51>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-30 14:26 [binutils-gdb] Make bfd_error_handler_type like vprintf sergiodj+buildbot
@ 2016-09-30 15:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-30 15:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4183>

Commit(s) tested:
	52d45da3f275b5d1c8ef2e96a7760585c736133b

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Make bfd_error_handler_type like vprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 52d45da3f275b5d1c8ef2e96a7760585c736133b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-30 10:59 [binutils-gdb] Update tests to account for the L operand being compulsory sergiodj+buildbot
@ 2016-09-30 13:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-30 13:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4182>

Commit(s) tested:
	a4297203ea1a1e4664b6f2b05efecd60f6437f46

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Update tests to account for the L operand being compulsory.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a4297203ea1a1e4664b6f2b05efecd60f6437f46>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-29 21:17 [binutils-gdb] PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression sergiodj+buildbot
@ 2016-09-30  9:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-30  9:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4180>

Commit(s) tested:
	bb805577d2b212411fb7b0a2d01644567fac4e8d

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bb805577d2b212411fb7b0a2d01644567fac4e8d>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-29 17:39 [binutils-gdb] Disallow 3-operand cmp[l][i] for ppc64 sergiodj+buildbot
@ 2016-09-29 19:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-29 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4179>

Commit(s) tested:
	a5721ba270ddf860e0e5a45bba456214e8eac2be

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Disallow 3-operand cmp[l][i] for ppc64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a5721ba270ddf860e0e5a45bba456214e8eac2be>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-29  6:35 [binutils-gdb] Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed sergiodj+buildbot
@ 2016-09-29 16:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-29 16:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4177>

Commit(s) tested:
	6d61dee599fb314f0561c3bd0dd17ac0cfa05e35

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 6d61dee599fb314f0561c3bd0dd17ac0cfa05e35>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-28 23:53 [binutils-gdb] Fix seg-fault in the linker introduced by the previous delta sergiodj+buildbot
@ 2016-09-29  6:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-29  6:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4176>

Commit(s) tested:
	9eaff8613893f063400fdae95bc382ab33685e3b

Author(s) (in the same order as the commits):
	Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>

Subject:
	Fix seg-fault in the linker introduced by the previous delta.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9eaff8613893f063400fdae95bc382ab33685e3b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-28 22:44 [binutils-gdb] [ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry sergiodj+buildbot
@ 2016-09-28 23:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-28 23:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4175>

Commit(s) tested:
	2df2751d1927e1231bbe7d548139da98d6ca9b9a

Author(s) (in the same order as the commits):
	Christophe Lyon <christophe.lyon@linaro.org>

Subject:
	[ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2df2751d1927e1231bbe7d548139da98d6ca9b9a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-28 12:00 [binutils-gdb] Add archives and make stamps to the .gitignore file sergiodj+buildbot
@ 2016-09-28 22:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-28 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4174>

Commit(s) tested:
	07619d52fef6fda58cbc327512a4d8ec60ad5637

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add archives and make stamps to the .gitignore file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 07619d52fef6fda58cbc327512a4d8ec60ad5637>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-28  0:56 [binutils-gdb] Ensure that the timestamp in PE/COFF headers is always initialised sergiodj+buildbot
@ 2016-09-28 11:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-28 11:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4173>

Commit(s) tested:
	1c5f704fc035bc705dee887418f42cb8bca24b5d

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Ensure that the timestamp in PE/COFF headers is always initialised.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 1c5f704fc035bc705dee887418f42cb8bca24b5d>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-27 11:34 [binutils-gdb] Detect the magic address of EXC_RETURN in ARM coretx-m profile sergiodj+buildbot
@ 2016-09-28  0:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-28  0:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4171>

Commit(s) tested:
	ca90e76046d302a730629ecf39b425a8aaa590c2

Author(s) (in the same order as the commits):
	Fredrik Hederstierna <fredrik.hederstierna@verisure.com>

Subject:
	Detect the magic address of EXC_RETURN in ARM coretx-m profile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ca90e76046d302a730629ecf39b425a8aaa590c2>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-27  2:10 [binutils-gdb] When building target binaries, ensure that the warning flags selected for the command line match the target compiler sergiodj+buildbot
@ 2016-09-27 15:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-27 15:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4170>

Commit(s) tested:
	c5da193232ea0452f714dffee0d417d965590476

Author(s) (in the same order as the commits):
	Vlad Zakharov <vzakhar@synopsys.com>

Subject:
	When building target binaries, ensure that the warning flags selected for the command line match the target compiler.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c5da193232ea0452f714dffee0d417d965590476>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-26 22:57 [binutils-gdb] Fix the calculation of AMD64_PCRQUAD relocations sergiodj+buildbot
@ 2016-09-27  8:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-27  8:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4169>

Commit(s) tested:
	384f7503344b1d07561f801ced7493858cde6164

Author(s) (in the same order as the commits):
	Awson <kyrab@mail.ru>

Subject:
	Fix the calculation of AMD64_PCRQUAD relocations.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 384f7503344b1d07561f801ced7493858cde6164>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-26 19:24 [binutils-gdb] [ARC] ISA alignment sergiodj+buildbot
@ 2016-09-27  6:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-27  6:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4168>

Commit(s) tested:
	2b848ebdbb2d1f856c7525ed4d6efaf6fe70de81

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@synopsys.com>

Subject:
	[ARC] ISA alignment.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2b848ebdbb2d1f856c7525ed4d6efaf6fe70de81>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-26 16:58 [binutils-gdb] PowerPC .gnu.attributes sergiodj+buildbot
@ 2016-09-27  3:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-27  3:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4167>

Commit(s) tested:
	005d79fd6101dae0aaf62a1b0cee399efcbd0e21

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC .gnu.attributes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 005d79fd6101dae0aaf62a1b0cee399efcbd0e21>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-26 11:09 [binutils-gdb] Call debug_exit in linux_wait_1 sergiodj+buildbot
@ 2016-09-27  2:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-27  2:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4166>

Commit(s) tested:
	edeeb6024373d865284903f0b96b9811afde0441

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Call debug_exit in linux_wait_1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for edeeb6024373d865284903f0b96b9811afde0441>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-25  5:08 [binutils-gdb] Fix a use of target_mourn_inferior in windows-nat.c sergiodj+buildbot
@ 2016-09-26 18:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4164>

Commit(s) tested:
	9eee20eb5400345cab1952cbfc0426035ddf1140

Author(s) (in the same order as the commits):
	Jon Turney <jon.turney@dronecode.org.uk>

Subject:
	Fix a use of target_mourn_inferior in windows-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9eee20eb5400345cab1952cbfc0426035ddf1140>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-24  7:30 [binutils-gdb] Use std::string rather than dyn-string sergiodj+buildbot
@ 2016-09-26 16:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26 16:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4163>

Commit(s) tested:
	a97e29d248d51bb688cff677def657eb0cf82cca

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string rather than dyn-string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for a97e29d248d51bb688cff677def657eb0cf82cca>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-24  4:16 [binutils-gdb] Use std::vector in objfiles.c sergiodj+buildbot
@ 2016-09-26 16:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26 16:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4162>

Commit(s) tested:
	cfe826d45ea2e15f0df4c039dfa4b9ea605831da

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector in objfiles.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for cfe826d45ea2e15f0df4c039dfa4b9ea605831da>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-24  2:55 [binutils-gdb] Use std::string, std::vector in rust-lang.c sergiodj+buildbot
@ 2016-09-26 10:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4161>

Commit(s) tested:
	ab8b80a88546eacb6e75004e8dd571e6bdf9505f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string, std::vector in rust-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ab8b80a88546eacb6e75004e8dd571e6bdf9505f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-24  0:14 [binutils-gdb] Use std::string in cp-namespace.c sergiodj+buildbot
@ 2016-09-26 10:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26 10:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4160>

Commit(s) tested:
	05d49c372d4689f8ca8baf4fdd32529ac40f297a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in cp-namespace.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 05d49c372d4689f8ca8baf4fdd32529ac40f297a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-23 23:51 [binutils-gdb] Use std::string in break-catch-sig.c sergiodj+buildbot
@ 2016-09-26 10:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4159>

Commit(s) tested:
	5809899dad253e2fefcb6f7ae57a6f43cfa4e3c5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::string in break-catch-sig.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 5809899dad253e2fefcb6f7ae57a6f43cfa4e3c5>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-23 22:27 [binutils-gdb] Remove some unnecessary code sergiodj+buildbot
@ 2016-09-26  9:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  9:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4158>

Commit(s) tested:
	3e25a500a1ba05587389737e7c617e5ae6dd2bcf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some unnecessary code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 3e25a500a1ba05587389737e7c617e5ae6dd2bcf>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-23 21:43 [binutils-gdb] Replace sprintf with xsnprintf in nat/linux-osdata.c sergiodj+buildbot
@ 2016-09-26  8:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  8:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4157>

Commit(s) tested:
	97e64e5ab19dbf6a9babd711e8deec5545520954

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Replace sprintf with xsnprintf in nat/linux-osdata.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 97e64e5ab19dbf6a9babd711e8deec5545520954>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-23 20:08 [binutils-gdb] gdb: Replace operator new / operator new[] sergiodj+buildbot
@ 2016-09-26  5:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  5:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4156>

Commit(s) tested:
	503b1c39dc801389f7ae510fb1f7ee1e533b67ac

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Replace operator new / operator new[]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 503b1c39dc801389f7ae510fb1f7ee1e533b67ac>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-23 19:06 [binutils-gdb] Delete relocations associatesd with deleted exidx entries sergiodj+buildbot
@ 2016-09-26  4:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  4:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4155>

Commit(s) tested:
	5025eb7c0d87b01507116353b5d63b163d7add3d

Author(s) (in the same order as the commits):
	Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>

Subject:
	Delete relocations associatesd with deleted exidx entries.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 5025eb7c0d87b01507116353b5d63b163d7add3d>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-23  0:46 [binutils-gdb] Close gdbserver in mi_gdb_exit sergiodj+buildbot
@ 2016-09-26  3:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  3:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4154>

Commit(s) tested:
	f73842fc847e297fd44542de9601a84b4d6b28d8

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Close gdbserver in mi_gdb_exit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=b264dd5d465f4ce7bb9619084038fce355416df1>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 23:04 [binutils-gdb] Fix build breakage from commit 6ec2b2 sergiodj+buildbot
@ 2016-09-26  3:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  3:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4153>

Commit(s) tested:
	de6784544abc97d5e396cb1e83eda1ae09f63d40

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	Fix build breakage from commit 6ec2b2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for de6784544abc97d5e396cb1e83eda1ae09f63d40>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 21:20 [binutils-gdb] Use gdbserver-base in remote-gdbserver-on-localhost.exp sergiodj+buildbot
@ 2016-09-26  1:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-26  1:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4152>

Commit(s) tested:
	90681dabc79316d382aae5e932303f61bd705b16

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Use gdbserver-base in remote-gdbserver-on-localhost.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 90681dabc79316d382aae5e932303f61bd705b16>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 20:53 [binutils-gdb] arc: Fix ARI warning for printf(%p) sergiodj+buildbot
@ 2016-09-25 22:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-25 22:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4151>

Commit(s) tested:
	fa42dd2e8328560e65c888277ab146810c1763a8

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: Fix ARI warning for printf(%p)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for fa42dd2e8328560e65c888277ab146810c1763a8>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 19:54 [binutils-gdb] Check the right proc name sergiodj+buildbot
@ 2016-09-25 19:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-25 19:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4150>

Commit(s) tested:
	9c211fd8d6c7a600a7e55f272e21a967377a7c87

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Check the right proc name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9c211fd8d6c7a600a7e55f272e21a967377a7c87>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 17:56 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
@ 2016-09-25 17:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-25 17:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4149>

Commit(s) tested:
	31da3f27d765612d3f067467ad39e386da7bacd7

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	Add myself as a write-after-approval GDB maintainer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 31da3f27d765612d3f067467ad39e386da7bacd7>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 17:43 [binutils-gdb] arc: New Synopsys ARC port sergiodj+buildbot
@ 2016-09-25 14:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-25 14:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4148>

Commit(s) tested:
	ad0a504f7e10ea11dbf58eb9990a5180f781b695

Author(s) (in the same order as the commits):
	Anton Kolesov <Anton.Kolesov@synopsys.com>

Subject:
	arc: New Synopsys ARC port

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ad0a504f7e10ea11dbf58eb9990a5180f781b695>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 16:46 [binutils-gdb] ppc: Fix return of instruction handlers in ppc_process_record_op63 sergiodj+buildbot
@ 2016-09-25 12:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-25 12:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4147>

Commit(s) tested:
	8aabe2e254e6a0419db9c6397c4068c69bfd95b0

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	ppc: Fix return of instruction handlers in ppc_process_record_op63

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 8aabe2e254e6a0419db9c6397c4068c69bfd95b0>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 14:56 [binutils-gdb] PR gdb/20604 - fix "quit" when an invalid expression is used sergiodj+buildbot
@ 2016-09-25  4:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-25  4:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4146>

Commit(s) tested:
	36cf1806a87fdd208c704d0768af232ce35aae9f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	PR gdb/20604 - fix "quit" when an invalid expression is used

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 36cf1806a87fdd208c704d0768af232ce35aae9f>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 14:12 [binutils-gdb] Update and add .gitignore's sergiodj+buildbot
@ 2016-09-24 23:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-24 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4145>

Commit(s) tested:
	74172ecf37e5877085c5d01f335db94e8091ba97

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Update and add .gitignore's

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 74172ecf37e5877085c5d01f335db94e8091ba97>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 13:27 [binutils-gdb] ppc: Add Power ISA 3.0/POWER9 instructions record support sergiodj+buildbot
@ 2016-09-24 16:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-24 16:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4144>

Commit(s) tested:
	6ec2b213de6962ceeb81bfa33354ea6e60c57049

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	ppc: Add Power ISA 3.0/POWER9 instructions record support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 6ec2b213de6962ceeb81bfa33354ea6e60c57049>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 12:46 [binutils-gdb] [AArch64] Print spaces after commas in addresses sergiodj+buildbot
@ 2016-09-24 14:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-24 14:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4143>

Commit(s) tested:
	ad43e107eb233dcef8e76da6328aa4e4d74afd84

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64] Print spaces after commas in addresses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ad43e107eb233dcef8e76da6328aa4e4d74afd84>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 12:08 [binutils-gdb] [AArch64] Use "must" rather than "should" in error messages sergiodj+buildbot
@ 2016-09-24 10:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-24 10:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4142>

Commit(s) tested:
	ab3b8fcfdb06695d27eaec4eedb019ada4a5713e

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64] Use "must" rather than "should" in error messages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for ab3b8fcfdb06695d27eaec4eedb019ada4a5713e>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 11:51 [binutils-gdb] [AArch64] Add SVE condition codes sergiodj+buildbot
@ 2016-09-24  7:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-24  7:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4141>

Commit(s) tested:
	bb7eff5206e4795ac79c177a80fe9f4630aaf730

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64] Add SVE condition codes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bb7eff5206e4795ac79c177a80fe9f4630aaf730>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22 10:26 [binutils-gdb] [AArch64][SVE 31/32] Add SVE instructions sergiodj+buildbot
@ 2016-09-24  1:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-24  1:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4140>

Commit(s) tested:
	c0890d26289c4dad0e2ddedb7822a32a0645d150

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 31/32] Add SVE instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c0890d26289c4dad0e2ddedb7822a32a0645d150>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  9:31 [binutils-gdb] [AArch64][SVE 30/32] Add SVE instruction classes sergiodj+buildbot
@ 2016-09-23 22:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23 22:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4139>

Commit(s) tested:
	116b60193779ac65a29fb3688b753527980cb3e7

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 30/32] Add SVE instruction classes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 116b60193779ac65a29fb3688b753527980cb3e7>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  9:37 [binutils-gdb] [AArch64][SVE 29/32] Add new SVE core & FP register operands sergiodj+buildbot
@ 2016-09-23 19:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23 19:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4138>

Commit(s) tested:
	047cd301d40288d13e44f3322541ac28ebe06078

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 29/32] Add new SVE core & FP register operands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=4838a82d02de20defe51064b77e828682fd7ddb3>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  8:08 [binutils-gdb] [AArch64][SVE 28/32] Add SVE FP immediate operands sergiodj+buildbot
@ 2016-09-23 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4137>

Commit(s) tested:
	165d4950855493dd904a7996e7fcf58880d54219

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 28/32] Add SVE FP immediate operands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 165d4950855493dd904a7996e7fcf58880d54219>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  8:06 [binutils-gdb] [AArch64][SVE 27/32] Add SVE integer immediate operands sergiodj+buildbot
@ 2016-09-23 17:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23 17:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4136>

Commit(s) tested:
	e950b3453948830c5ce9c2f70d114d0b38a4b4ac

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 27/32] Add SVE integer immediate operands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for e950b3453948830c5ce9c2f70d114d0b38a4b4ac>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  7:02 [binutils-gdb] [AArch64][SVE 26/32] Add SVE MUL VL addressing modes sergiodj+buildbot
@ 2016-09-23 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23 16:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4135>

Commit(s) tested:
	98907a704908c5877d929c57b2ddb2e5f899d9a9

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 26/32] Add SVE MUL VL addressing modes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 98907a704908c5877d929c57b2ddb2e5f899d9a9>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  6:53 [binutils-gdb] [AArch64][SVE 25/32] Add support for SVE addressing modes sergiodj+buildbot
@ 2016-09-23  8:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23  8:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4134>

Commit(s) tested:
	4df068de5214ff55b01ae320ec580f2928eb74e5

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 25/32] Add support for SVE addressing modes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 4df068de5214ff55b01ae320ec580f2928eb74e5>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  5:23 [binutils-gdb] [AArch64][SVE 24/32] Add AARCH64_OPND_SVE_PATTERN_SCALED sergiodj+buildbot
@ 2016-09-23  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4133>

Commit(s) tested:
	2442d8466e221ba6cf4ec4bd2a819fdcb1e5ea7e

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 24/32] Add AARCH64_OPND_SVE_PATTERN_SCALED

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 2442d8466e221ba6cf4ec4bd2a819fdcb1e5ea7e>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  4:41 [binutils-gdb] [AArch64][SVE 23/32] Add SVE pattern and prfop operands sergiodj+buildbot
@ 2016-09-23  6:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23  6:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4132>

Commit(s) tested:
	245d2e3fe8d9ff35c65ed1329609fb7e59034877

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 23/32] Add SVE pattern and prfop operands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 245d2e3fe8d9ff35c65ed1329609fb7e59034877>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  4:21 [binutils-gdb] [AArch64][SVE 22/32] Add qualifiers for merging and zeroing predication sergiodj+buildbot
@ 2016-09-23  4:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23  4:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4131>

Commit(s) tested:
	d50c751e00b5336b4604b92271ab84615fdb0d27

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 22/32] Add qualifiers for merging and zeroing predication

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=6f8a81caf09aca4a1eb636c7aa96a479044294ca>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  2:34 [binutils-gdb] [AArch64][SVE 21/32] Add Zn and Pn registers sergiodj+buildbot
@ 2016-09-23  0:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-23  0:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4130>

Commit(s) tested:
	f11ad6bc0fc44b94c6970115bb6984b497b967e7

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 21/32] Add Zn and Pn registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=4641f6159af8c74466d2a769266e07cb71efaf24>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: set breakpoint at marker1
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  2:10 [binutils-gdb] [AArch64][SVE 20/32] Add support for tied operands sergiodj+buildbot
@ 2016-09-22 19:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-22 19:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4129>

Commit(s) tested:
	0c608d6b62f9164203685ab125b4b3ad113eb26e

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 20/32] Add support for tied operands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 0c608d6b62f9164203685ab125b4b3ad113eb26e>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  1:25 [binutils-gdb] [AArch64][SVE 19/32] Refactor address-printing code sergiodj+buildbot
@ 2016-09-22 18:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-22 18:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4128>

Commit(s) tested:
	01dbfe4c0e2b832c6b1076e8d373b162e2faa376

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 19/32] Refactor address-printing code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 01dbfe4c0e2b832c6b1076e8d373b162e2faa376>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-22  0:34 [binutils-gdb] [AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_reg sergiodj+buildbot
@ 2016-09-22 14:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-22 14:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4127>

Commit(s) tested:
	72e9f31937f063ed6f5991a2b8c00068fa2dc8fc

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_reg

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 72e9f31937f063ed6f5991a2b8c00068fa2dc8fc>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-21 23:35 [binutils-gdb] [AArch64][SVE 16/32] Use specific insert/extract methods for fpimm sergiodj+buildbot
@ 2016-09-22  9:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-22  9:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4125>

Commit(s) tested:
	aa2aa4c69429444836821a92cb99396d02dcb996

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 16/32] Use specific insert/extract methods for fpimm

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for aa2aa4c69429444836821a92cb99396d02dcb996>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-21 21:52 [binutils-gdb] [AArch64][SVE 15/32] Add {insert, extract}_all_fields helpers sergiodj+buildbot
@ 2016-09-22  7:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-22  7:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4124>

Commit(s) tested:
	b5464a6825e40e6d8ab2dd86c7ff5d65bedd64d4

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 15/32] Add {insert,extract}_all_fields helpers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b5464a6825e40e6d8ab2dd86c7ff5d65bedd64d4>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-21 21:23 [binutils-gdb] [AArch64][SVE 14/32] Make aarch64_logical_immediate_p take an element size sergiodj+buildbot
@ 2016-09-22  5:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-22  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4123>

Commit(s) tested:
	42408347b86745fdbd4bec9ee3a6a3fee31c4dee

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 14/32] Make aarch64_logical_immediate_p take an element size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 42408347b86745fdbd4bec9ee3a6a3fee31c4dee>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-21 19:48 [binutils-gdb] [AArch64][SVE 02/32] Avoid hard-coded limit in indented_print sergiodj+buildbot
@ 2016-09-21 23:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 23:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4121>

Commit(s) tested:
	bd11d5d83775e6d05c8e49f2233fb1cf883ff5b4

Author(s) (in the same order as the commits):
	Richard Sandiford <richard.sandiford@arm.com>

Subject:
	[AArch64][SVE 02/32] Avoid hard-coded limit in indented_print

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=master&id=1de75a8106b205babf748a07d5554b6ef5f20cc6>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: remote: continue to end
PASS -> FAIL: gdb.trace/mi-traceframe-changed.exp: remote: trace stop
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-21 15:44 [binutils-gdb] Keep reserved bits in CPSR on write sergiodj+buildbot
@ 2016-09-21 17:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 17:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4118>

Commit(s) tested:
	fc6cda2ee85d2c2719db3b5ae3a1ae963f28416b

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Keep reserved bits in CPSR on write

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for fc6cda2ee85d2c2719db3b5ae3a1ae963f28416b>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-20 21:40 [binutils-gdb] Avoid -Wduplicated-cond warnings in gdb/python sergiodj+buildbot
@ 2016-09-21 13:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4116>

Commit(s) tested:
	12c58cd4dc805cbac97a6d93c971c2496313dce4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Avoid -Wduplicated-cond warnings in gdb/python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 12c58cd4dc805cbac97a6d93c971c2496313dce4>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-20 20:52 [binutils-gdb] ppc: Fix record support of Store String Word instructions sergiodj+buildbot
@ 2016-09-21 12:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-21 12:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4115>

Commit(s) tested:
	9f7efd5bf76aa5065298d13aefb109ecfd7a825a

Author(s) (in the same order as the commits):
	Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>

Subject:
	ppc: Fix record support of Store String Word instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 9f7efd5bf76aa5065298d13aefb109ecfd7a825a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-20 17:47 [binutils-gdb] Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regression on my last commit) sergiodj+buildbot
@ 2016-09-20 20:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-20 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4114>

Commit(s) tested:
	7d5adfe3118050243e85469ad891c7813e4db68a

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regression on my last commit)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 7d5adfe3118050243e85469ad891c7813e4db68a>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-20  9:06 [binutils-gdb] gdb: Fix build breakage with GCC 4.1 and --disable-nls sergiodj+buildbot
@ 2016-09-20 17:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-20 17:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4113>

Commit(s) tested:
	6679754127e51d9c3bd0e387fabbe4e71038c8ce

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb: Fix build breakage with GCC 4.1 and --disable-nls

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 6679754127e51d9c3bd0e387fabbe4e71038c8ce>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-19 23:22 [binutils-gdb] bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC sergiodj+buildbot
@ 2016-09-20 17:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-20 17:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4112>

Commit(s) tested:
	b19753ce31da347605dfa903c6fd2158e2444f0d

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for b19753ce31da347605dfa903c6fd2158e2444f0d>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-19 16:45 [binutils-gdb] Consolidate target_mourn_inferior between GDB and gdbserver sergiodj+buildbot
@ 2016-09-20 17:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-20 17:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4111>

Commit(s) tested:
	bc1e6c81d5b77d78282c47f6fd7f697e564a6eb6

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Consolidate target_mourn_inferior between GDB and gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for bc1e6c81d5b77d78282c47f6fd7f697e564a6eb6>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-09-19 12:42 [binutils-gdb] gdb/s390: Fix build breakage due to std::min/std::max usage without header sergiodj+buildbot
@ 2016-09-20 16:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 4017+ messages in thread
From: sergiodj+buildbot @ 2016-09-20 16:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/4110>

Commit(s) tested:
	93689493b376c4e5616c1679733619f96202c369

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb/s390: Fix build breakage due to std::min/std::max usage without header

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 93689493b376c4e5616c1679733619f96202c369>





^ permalink raw reply	[flat|nested] 4017+ messages in thread

end of thread, other threads:[~2017-12-14  6:24 UTC | newest]

Thread overview: 4017+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10  3:59 [binutils-gdb] tui-winsource: Allocate for actual lines only sergiodj+buildbot
2016-11-10  3:59 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  5:14 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2016-11-10  5:30 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2016-11-10  8:07 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-11-10  8:07 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-11-10  8:32 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2016-11-10  9:30 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2016-11-10  9:59 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-11-10 10:01 ` Failures on Debian-i686, " sergiodj+buildbot
2016-11-10 11:50 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2016-11-10 11:51 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-11-18  4:35 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-11-18  6:34 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-11-20 15:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-11-20 17:24 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
2016-11-20 18:09 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2017-10-10  0:15 [binutils-gdb] bfin: Don't create .interp section for info->nointerp sergiodj+buildbot
2017-12-13 10:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 22:40 [binutils-gdb] mn10300: Don't free cached internal symbol table sergiodj+buildbot
2017-12-14  6:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 21:45 [binutils-gdb] Multi-arch exec, more register reading avoidance sergiodj+buildbot
2017-12-03  8:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 19:41 [binutils-gdb] gdb.multi/multi-arch-exec.exp: Also test -m32 => -m64 sergiodj+buildbot
2017-12-12 13:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 19:00 [binutils-gdb] Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t sergiodj+buildbot
2017-12-02 12:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 18:14 [binutils-gdb] Don't try building gdb against guile-2.2 sergiodj+buildbot
2017-11-29 19:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 17:56 [binutils-gdb] S/390: Sync with latest POP - 3 new instructions sergiodj+buildbot
2017-11-28 21:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 17:35 [binutils-gdb] S/390: Sync with IBM z14 POP - SI_RD format sergiodj+buildbot
2017-11-28  1:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 16:13 [binutils-gdb] Fix automatic dependency tracking sergiodj+buildbot
2017-11-25 15:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 15:34 [binutils-gdb] Make cp_remove_params return a gdb::unique_xmalloc_ptr sergiodj+buildbot
2017-11-24 18:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09 12:16 [binutils-gdb] Fix gdb.base/print-file-var-main.c value check logic sergiodj+buildbot
2017-11-23 19:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  8:52 [binutils-gdb] Remove cleanup from frame_prepare_for_sniffer sergiodj+buildbot
2017-11-21 22:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  7:27 [binutils-gdb] Remove some cleanups from dwarf2read.c sergiodj+buildbot
2017-11-22 18:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  5:51 [binutils-gdb] Remove make_cleanup_value_free sergiodj+buildbot
2017-11-21 13:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  5:31 [binutils-gdb] Change search_symbols to return std::vector sergiodj+buildbot
2017-11-20 12:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  5:11 [binutils-gdb] PR22212, memory leak in nm sergiodj+buildbot
2017-11-19 16:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  1:20 [binutils-gdb] sh: Dump dynamic relocation info to the map file sergiodj+buildbot
2017-11-18 19:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-09  0:35 [binutils-gdb] sparc: Remove a strayed comment sergiodj+buildbot
2017-11-17 21:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-08 21:53 [binutils-gdb] tilegx: Set this_hdr.sh_entsize only if section size > 0 sergiodj+buildbot
2017-11-16 23:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-08 20:47 [binutils-gdb] Reformat elf_x86_allocate_dynrelocs sergiodj+buildbot
2017-11-16  4:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-08  0:51 [binutils-gdb] sparc: Dump dynamic relocation info to the map file sergiodj+buildbot
2017-11-14  6:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-07  1:04 [binutils-gdb] x86: Use zero_undefweak in elf_x86_link_hash_entry sergiodj+buildbot
2017-11-12 11:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-07  0:08 [binutils-gdb] x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO comments sergiodj+buildbot
2017-11-13  8:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 22:49 [binutils-gdb] Skip gdb.mi/mi-threads-interrupt.exp if nointerrupts sergiodj+buildbot
2017-11-11 15:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 21:43 [binutils-gdb] Account for padding in FreeBSD/mipsn32 NT_PRSTATUS notes sergiodj+buildbot
2017-11-10 18:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 13:56 [binutils-gdb] Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c sergiodj+buildbot
2017-11-09 22:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 13:38 [binutils-gdb] Move arm.o arm-get-next-pcs.o arm-linux.o to arch/ sergiodj+buildbot
2017-11-09  2:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 13:11 [binutils-gdb] Move i386.o to arch/i386.o sergiodj+buildbot
2017-11-08  5:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 12:54 [binutils-gdb] Add "do/while(0); " to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC sergiodj+buildbot
2017-11-07  7:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 11:06 [binutils-gdb] Fix more GDB build breakage on mingw32 sergiodj+buildbot
2017-11-06 11:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 10:53 [binutils-gdb] Fix GDB build under msys+mingw gcc 32bit sergiodj+buildbot
2017-11-05  7:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 10:23 [binutils-gdb] Share code updating gdb_target_obs sergiodj+buildbot
2017-11-03  5:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06 10:17 [binutils-gdb] [RFC] Replicate src dir in build dir sergiodj+buildbot
2017-11-02  8:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  9:53 [binutils-gdb] gdb: Fix decoding of ARM neon memory hint insns sergiodj+buildbot
2017-11-01 10:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:54 [binutils-gdb] x86: Add VERIFY_COPY_RELOC sergiodj+buildbot
2017-10-31 14:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:51 [binutils-gdb] x86: Add VERIFY_PLT_ENTRY sergiodj+buildbot
2017-10-30 17:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:49 [binutils-gdb] x86: Add COPY_INPUT_RELOC_P sergiodj+buildbot
2017-10-29 20:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:44 [binutils-gdb] x86: Add GENERATE_DYNAMIC_RELOCATION_P sergiodj+buildbot
2017-10-29  0:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:42 [binutils-gdb] x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_P sergiodj+buildbot
2017-10-28  3:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:36 [binutils-gdb] x86: Add GENERATE_RELATIVE_RELOC_P sergiodj+buildbot
2017-10-27  7:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:30 [binutils-gdb] Add RESOLVED_LOCALLY_P sergiodj+buildbot
2017-10-26 10:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:26 [binutils-gdb] x86: Add NEED_DYNAMIC_RELOCATION_P sergiodj+buildbot
2017-10-25 14:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  7:18 [binutils-gdb] x86: Add TLS_TRANSITION_IE_TO_LE_P sergiodj+buildbot
2017-10-24 18:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-06  1:11 [binutils-gdb] powerpc: Dump dynamic relocation info to the map file sergiodj+buildbot
2017-10-23 22:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:35 [binutils-gdb] Fix fork-related regressions on GNU/Linux sergiodj+buildbot
2017-10-23  2:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:18 [binutils-gdb] Remove unused "union agent_val" from ax.h sergiodj+buildbot
2017-10-22  6:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:18 [binutils-gdb] Clean up some DFP interfaces sergiodj+buildbot
2017-10-21  6:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:18 [binutils-gdb] Clean up includes of doublest.h and floatformat.h sergiodj+buildbot
2017-10-20  9:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:00 [binutils-gdb] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types sergiodj+buildbot
2017-10-17 15:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:00 [binutils-gdb] Handle the NT_ARM_VFP core dump note on FreeBSD sergiodj+buildbot
2017-10-18 13:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 17:00 [binutils-gdb] Add a signal frame unwinder for FreeBSD/mipsn32 sergiodj+buildbot
2017-10-19 12:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05 13:02 [binutils-gdb] tile: Dump dynamic relocation info to the map file sergiodj+buildbot
2017-10-16 18:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05  4:45 [binutils-gdb] Update my email address sergiodj+buildbot
2017-10-15 17:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05  1:42 [binutils-gdb] bfd_set_input_error sergiodj+buildbot
2017-10-14 21:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-05  1:09 [binutils-gdb] bfd_error_on_input is for archives sergiodj+buildbot
2017-10-14  1:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-04 23:08 [binutils-gdb] PR21167, relocation sections not included in groups sergiodj+buildbot
2017-10-12 21:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-04 17:39 [binutils-gdb] Redesign mock environment for gdbarch selftests sergiodj+buildbot
2017-10-05 18:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-04 17:39 [binutils-gdb] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors sergiodj+buildbot
2017-10-11 21:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-10-04 17:39 [binutils-gdb] Reimplement support for "maint print registers" with no running inferior yet sergiodj+buildbot
2017-10-09 20:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-09-01  5:02 [binutils-gdb] PR gdb/22046: Fix T-stopped detach regression on old Linux kernels sergiodj+buildbot
2017-10-04  4:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31 22:00 [binutils-gdb] Implement the ability to set/unset environment variables to GDBserver when starting the inferior sergiodj+buildbot
2017-10-03  8:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31 16:43 [binutils-gdb] Fix buffer read overrun by ensuring that DWARF sections containing strings always end in a NUL byte sergiodj+buildbot
2017-10-02 22:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31 14:24 [binutils-gdb] Add updated French translations for opcodes and gprof sergiodj+buildbot
2017-10-02  2:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31  4:27 [binutils-gdb] PR22048, Incorrect .eh_frame section in libc.so sergiodj+buildbot
2017-09-28  8:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31  4:05 [binutils-gdb] Add elf64.lo together with elfxx-x86.lo for 64-bit BFD sergiodj+buildbot
2017-09-27 14:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31  3:38 [binutils-gdb] FT32: improve disassembly readability sergiodj+buildbot
2017-09-26 13:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31  3:19 [binutils-gdb] FT32: Permit R_FT32_18 overflow sergiodj+buildbot
2017-09-25 14:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-31  1:26 [binutils-gdb] bfd_close_all_done calling _close_and_cleanup sergiodj+buildbot
2017-09-25  6:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
     [not found] <663c44ac4d4336e99c282705b1d289b365b273d3@gdb-build>
2017-08-30 21:12 ` sergiodj+buildbot
2017-08-30 19:49 [binutils-gdb] x86: Add _bfd_x86_elf_get_synthetic_symtab sergiodj+buildbot
2017-09-23 21:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 18:41 [binutils-gdb] x86: Check target_id instead of elf_machine_code sergiodj+buildbot
2017-09-23  8:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 16:30 [binutils-gdb] x86: Add _bfd_x86_elf_link_hash_table_create sergiodj+buildbot
2017-09-22  9:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 15:38 [binutils-gdb] MIPS/BFD: Correct microMIPS cross-mode BAL to JALX relaxation sergiodj+buildbot
2017-09-21  9:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 13:41 [binutils-gdb] Call _close_and_cleanup in bfd_close_all_done sergiodj+buildbot
2017-09-20 13:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 12:51 [binutils-gdb] Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2 sergiodj+buildbot
2017-09-19 19:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 12:05 [binutils-gdb] PowerPC TPREL16_HA/LO reloc optimization sergiodj+buildbot
2017-09-18 20:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-30 11:36 [binutils-gdb] PowerPC64 __tls_get_addr sequence optimization sergiodj+buildbot
2017-09-18  9:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-29 23:07 [binutils-gdb] Look for FIR in the last FreeBSD/mips floating-point register sergiodj+buildbot
2017-09-17 13:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-29 22:11 [binutils-gdb] x86: Re-indent elf32-i386.c/elf64-x86-64.c sergiodj+buildbot
2017-09-14 19:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-29 21:02 [binutils-gdb] Add elfxx-x86.h and elfxx-x86.c sergiodj+buildbot
2017-09-14  9:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-29 18:56 [binutils-gdb] x86: Simplify bad return in get_synthetic_symtab sergiodj+buildbot
2017-09-13 10:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-29 18:16 [binutils-gdb] x86: Check valid PLT sections before checking dynamic relocations sergiodj+buildbot
2017-09-12  0:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-29 13:35 [binutils-gdb] Fix simulation of MSP430's open system call sergiodj+buildbot
2017-09-11  7:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
     [not found] <7073b5b9edc9e06974bd733b7e4b3845d6d6f690@gdb-build>
2017-08-29 13:20 ` sergiodj+buildbot
2017-08-28 23:21 [binutils-gdb] Remove unused _bfd_elf_ifunc_get_synthetic_symtab sergiodj+buildbot
2017-09-10  1:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-28 22:28 [binutils-gdb] gdb.base/commands.exp: Remove unused global references sergiodj+buildbot
2017-09-09 12:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-28 21:32 [binutils-gdb] define_command: Don't convert command name to lower case sergiodj+buildbot
2017-09-07 11:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-28 18:53 [binutils-gdb] x86: Check for valid PLT section size sergiodj+buildbot
2017-09-06 14:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
     [not found] <34bb2571d40e1ca323a1b60e0827a25047890faa@gdb-build>
2017-08-28 18:38 ` sergiodj+buildbot
2017-08-27  2:54 [binutils-gdb] Disallow copy relocation against protected data symbol sergiodj+buildbot
2017-09-05  1:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-26 11:54 [binutils-gdb] PowerPC TPREL reloc handling sergiodj+buildbot
2017-09-04  3:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
     [not found] <f1902523c9b7941775a2c64af89de0f111b8924c@gdb-build>
2017-08-26 11:53 ` sergiodj+buildbot
2017-08-26  1:01 [binutils-gdb] remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type sergiodj+buildbot
2017-09-03  7:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-26  0:39 [binutils-gdb] x86: Remove redundant "symbol" in comments sergiodj+buildbot
2017-09-02 12:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-08-25  9:18 [binutils-gdb] gdbserver: Rename some functions, thread -> inferior sergiodj+buildbot
2017-09-01 13:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
     [not found] <74081948353b117fcbe870fc3cc9ebe0f18fdcf8@gdb-build>
2017-08-24 21:58 ` sergiodj+buildbot
2017-08-24 21:53 [binutils-gdb] Remove unused function set_inferior_target_data sergiodj+buildbot
2017-08-31 21:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06 14:16 [binutils-gdb] -Wwrite-strings: Remove -Wno-write-strings sergiodj+buildbot
2017-08-22  6:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06 12:43 [binutils-gdb] -Wwrite-strings: More Solaris sergiodj+buildbot
2017-08-20  2:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06 11:16 [binutils-gdb] -Wwrite-strings: Fix Solaris "set procfs-file" sergiodj+buildbot
2017-08-19 12:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  4:14 [binutils-gdb] ptid_{lwp,tid}_p: Remove unnecessary checks sergiodj+buildbot
2017-08-22 16:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  3:09 [binutils-gdb] -Wwrite-strings: The Rest sergiodj+buildbot
2017-08-21  2:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  1:50 [binutils-gdb] -Wwrite-strings: Some constification in gdb/breakpoint.c sergiodj+buildbot
2017-08-18  8:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  1:31 [binutils-gdb] -Wwrite-strings: execute_command calls with string literals sergiodj+buildbot
2017-08-16 21:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  1:14 [binutils-gdb] -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload sergiodj+buildbot
2017-08-16  7:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  1:07 [binutils-gdb] -Wwrite-strings: Constify word break character arrays sergiodj+buildbot
2017-08-09 18:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  0:27 [binutils-gdb] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals sergiodj+buildbot
2017-08-15  2:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  0:12 [binutils-gdb] -Wwrite-strings: More fix-old-Python-API wrappers sergiodj+buildbot
2017-08-14  4:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-06  0:07 [binutils-gdb] -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info sergiodj+buildbot
2017-08-08 22:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 23:25 [binutils-gdb] -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD sergiodj+buildbot
2017-08-13  5:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 23:10 [binutils-gdb] -Wwrite-strings: gdbserver's 'port' parsing sergiodj+buildbot
2017-08-12  6:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 22:55 [binutils-gdb] -Wwrite-strings: MI -info-os sergiodj+buildbot
2017-08-11 10:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 22:41 [binutils-gdb] -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter sergiodj+buildbot
2017-08-10 14:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 21:07 [binutils-gdb] -Wwrite-strings: Don't initialize string command variables to empty string sergiodj+buildbot
2017-08-06  9:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 20:52 [binutils-gdb] -Wwrite-strings: Constify warning_pre_print sergiodj+buildbot
2017-08-08  2:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 20:34 [binutils-gdb] -Wwrite-strings: Constify shell_escape and plug make_command leak sergiodj+buildbot
2017-08-07  5:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 19:30 [binutils-gdb] -Wwrite-strings: Constify macroexp.c:init_shared_buffer sergiodj+buildbot
2017-08-05 13:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 19:07 [binutils-gdb] -Wwrite-strings: Constify struct disassemble_info's disassembler_options field sergiodj+buildbot
2017-08-04 16:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 17:31 [binutils-gdb] PR 21352: Add testsuite for "tsave -r" command sergiodj+buildbot
2017-08-03 20:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 16:56 [binutils-gdb] Fix PR 21352: Command tsave does not support -r argument sergiodj+buildbot
2017-08-03  0:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 15:20 [binutils-gdb] Use frame_unwind_register_value in frame_unwind_register_unsigned sergiodj+buildbot
2017-08-02  3:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 14:11 [binutils-gdb] Fix racy test in gdb.threads/thread-specific-bp.exp sergiodj+buildbot
2017-08-01  7:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05 12:49 [binutils-gdb] PowerPC64le PLT reference counting sergiodj+buildbot
2017-07-31 10:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05  9:19 [binutils-gdb] New global maintainer - Simon Marchi sergiodj+buildbot
2017-07-30 13:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-05  1:01 [binutils-gdb] Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings sergiodj+buildbot
2017-07-29 16:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 23:00 [binutils-gdb] Remove support for FreeBSD/alpha sergiodj+buildbot
2017-07-28  0:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 22:09 [binutils-gdb] Remove support for using the bsd-uthread target on FreeBSD sergiodj+buildbot
2017-07-28 20:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 21:39 [binutils-gdb] Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-07-27  4:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 21:21 [binutils-gdb] dwarf2read.c: C++fy lnp_state_machine sergiodj+buildbot
2017-07-26  8:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 21:06 [binutils-gdb] Make sect_offset and cu_offset strong typedefs instead of structs sergiodj+buildbot
2017-07-25 11:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 20:48 [binutils-gdb] dwarf2read.c: Make dir_index and file_name_index strong typedefs sergiodj+buildbot
2017-07-24 14:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 20:33 [binutils-gdb] gdb::optional: Add observers sergiodj+buildbot
2017-07-23 17:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 20:11 [binutils-gdb] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr sergiodj+buildbot
2017-07-22 21:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 18:37 [binutils-gdb] Use symbolic constants instead of magic numbers with add_data_entry() sergiodj+buildbot
2017-07-22  1:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 18:09 [binutils-gdb] Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX sergiodj+buildbot
2017-07-21  5:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 16:13 [binutils-gdb] RISC-V: Resurrect GP-relative disassembly hints sergiodj+buildbot
2017-07-20  8:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 16:07 [binutils-gdb] gdbserver: Clear .deps on clean sergiodj+buildbot
2017-07-19 11:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 14:49 [binutils-gdb] remote.c: Use ptid_t instead of struct ptid sergiodj+buildbot
2017-07-18 15:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04 10:51 [binutils-gdb] Fix null pointer dereferences when using a link built with clang sergiodj+buildbot
2017-07-17 17:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-04  8:09 [binutils-gdb] Remove MAX_REGISTER_SIZE from frame.c sergiodj+buildbot
2017-07-16 17:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-03 16:30 [binutils-gdb] IA16 support sergiodj+buildbot
2017-07-15  9:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-04-03 15:34 [binutils-gdb] ld: Support ELF GNU program properties sergiodj+buildbot
2017-07-14 11:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-31 17:09 [binutils-gdb] RISC-V: Add physical memory protection CSRs sergiodj+buildbot
2017-07-10 12:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-30 10:20 [binutils-gdb] Add support for the WebAssembly file format and the wasm32 ELF conversion to gas and the binutils sergiodj+buildbot
2017-07-08 20:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-30  9:38 [binutils-gdb] Fix classification of `module.type' in D lexer sergiodj+buildbot
2017-07-08  0:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-29 20:26 [binutils-gdb] Fix warning: Invalid entry in .debug_gdb_scripts section sergiodj+buildbot
2017-07-07  4:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-29 19:38 [binutils-gdb] opcodes: sparc: support missing SPARC ASIs from UA2005, UA2007, OSA2011, & OSA2015 sergiodj+buildbot
2017-07-06  8:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-29 16:25 [binutils-gdb] Add constructor and destructor to thread_info sergiodj+buildbot
2017-07-05 11:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-29 13:12 [binutils-gdb] PowerPC -Mraw disassembly sergiodj+buildbot
2017-07-04  9:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-29 11:54 [binutils-gdb] Improve the speed of scanning PE binaries for line number information sergiodj+buildbot
2017-07-03 13:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28 23:16 [binutils-gdb] Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency sergiodj+buildbot
2017-07-02 17:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28 20:37 [binutils-gdb] arc: Add prologue analysis sergiodj+buildbot
2017-07-01 21:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28 20:23 [binutils-gdb] arc: Add disassembler helper sergiodj+buildbot
2017-07-01  1:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28 20:15 [binutils-gdb] arc: Add "maintenance print arc" command prefix sergiodj+buildbot
2017-06-30  6:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28 18:58 [binutils-gdb] arc: Align internal regnums with architectural regnums sergiodj+buildbot
2017-06-29  9:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28  1:43 [binutils-gdb] gdb: xtensa-linux: support THREADPTR register sergiodj+buildbot
2017-06-27 17:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-28  0:44 [binutils-gdb] gdb: xtensa: fix test for privileged register number sergiodj+buildbot
2017-06-26 21:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 22:23 [binutils-gdb] gdbserver: xtensa: support THREADPTR register sergiodj+buildbot
2017-06-28 14:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 21:13 [binutils-gdb] gdbserver: xtensa: add call0 support sergiodj+buildbot
2017-06-26  8:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 20:58 [binutils-gdb] gdb: xtensa-linux: add call0 support sergiodj+buildbot
2017-06-25  5:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 20:43 [binutils-gdb] gdb: gdbserver: xtensa: make C0_NREGS available sergiodj+buildbot
2017-06-24  9:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 20:27 [binutils-gdb] gdb: xtensa: clean up xtensa_default_isa initialization sergiodj+buildbot
2017-06-23 13:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 15:51 [binutils-gdb] Add support for the WebAssembly backend to the BFD library sergiodj+buildbot
2017-06-20  3:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 15:49 [binutils-gdb] dwarf2read.c: Clean up out of bounds handling sergiodj+buildbot
2017-06-22 16:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 15:29 [binutils-gdb] gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_component sergiodj+buildbot
2017-06-21 20:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 15:09 [binutils-gdb] cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCE sergiodj+buildbot
2017-06-21 10:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 12:36 [binutils-gdb] Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use sergiodj+buildbot
2017-06-19 11:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 11:50 [binutils-gdb] PR21303, objdump doesn't show e200z4 insns sergiodj+buildbot
2017-06-18  3:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 11:49 [binutils-gdb] Add minimal support for WebAssembly backend to the BFD library sergiodj+buildbot
2017-06-16 10:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 11:31 [binutils-gdb] gdb: Make ldirname return a std::string sergiodj+buildbot
2017-06-17  6:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-27 10:32 [binutils-gdb] Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions sergiodj+buildbot
2017-06-15 14:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-26  3:50 [binutils-gdb] Fix bug with cmn/adds where C flag was incorrectly set sergiodj+buildbot
2017-06-14  8:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-25 10:49 [binutils-gdb] Remove some unnecessary inferior_ptid setting/restoring when fetching/storing registers sergiodj+buildbot
2017-06-11 17:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-25  4:31 [binutils-gdb] Remove lwp -> pid conversion in linux_nat_xfer_partial sergiodj+buildbot
2017-06-05 11:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-25  1:28 [binutils-gdb] Import sys in gdb/python/lib/gdb/printer/bound_registers.py sergiodj+buildbot
2017-06-02 20:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 21:27 [binutils-gdb] arc/nps400: Add cp16/cp32 instructions to opcodes library sergiodj+buildbot
2017-05-30  7:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 18:26 [binutils-gdb] spu: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-27 14:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 17:14 [binutils-gdb] Remove MAX_REGISTER_SIZE from target.c sergiodj+buildbot
2017-06-13 11:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 16:24 [binutils-gdb] Add rvalue reference tests and docs sergiodj+buildbot
2017-05-25 22:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 15:38 [binutils-gdb] Avoid segfault on invalid directory table sergiodj+buildbot
2017-06-12 15:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 14:23 [binutils-gdb] Convert lvalue reference type check to general reference type check sergiodj+buildbot
2017-05-24  6:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 13:22 [binutils-gdb] Support rvalue references in the gdb python module (includes doc/) sergiodj+buildbot
2017-05-23  8:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24 11:12 [binutils-gdb] Implement printing of rvalue reference types and values sergiodj+buildbot
2017-05-21  9:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24  9:10 [binutils-gdb] Support rvalue reference type in parser sergiodj+buildbot
2017-05-19 13:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24  7:12 [binutils-gdb] Change {lookup,make}_reference_type API sergiodj+buildbot
2017-05-17 18:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-24  3:12 [binutils-gdb] Remove unused parameter in solib_add and update_solib_list sergiodj+buildbot
2017-05-14  6:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23 16:19 [binutils-gdb] Remove MAX_REGISTER_SIZE from sol-thread.c sergiodj+buildbot
2017-06-10 20:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23 15:36 [binutils-gdb] Handle PRFM in AArch64 process record sergiodj+buildbot
2017-06-09 20:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23 15:19 [binutils-gdb] Fix code indentation sergiodj+buildbot
2017-06-08 23:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23 15:04 [binutils-gdb] Remove AARCH64_RECORD_FAILURE sergiodj+buildbot
2017-06-08  1:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23 12:14 [binutils-gdb] Remove constness of libdir in do_start_initialization sergiodj+buildbot
2017-06-07  4:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23 11:28 [binutils-gdb] Fix memory leak in python.c:do_start_initialization sergiodj+buildbot
2017-06-06  7:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  8:41 [binutils-gdb] Big-endian targets: Don't ignore offset into DW_OP_stack_value sergiodj+buildbot
2017-04-27 17:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  7:41 [binutils-gdb] gdb.python/py-lazy-string (pointer): Really add new typedef sergiodj+buildbot
2017-04-26 20:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  6:29 [binutils-gdb] Sync top level config files with master versions in the FSF config project sergiodj+buildbot
2017-06-04 13:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  6:14 [binutils-gdb] Wrap locally used classes in anonymous namespace sergiodj+buildbot
2017-06-03 17:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  5:45 [binutils-gdb] windows: Use ptid from regcache in register fetch/store sergiodj+buildbot
2017-06-02  0:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  5:40 [binutils-gdb] Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record sergiodj+buildbot
2017-04-24 21:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  5:30 [binutils-gdb] Remove remaining reference to struct serial::current_timeout sergiodj+buildbot
2017-06-01  2:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  5:15 [binutils-gdb] S/390: Remove vx2 facility flag sergiodj+buildbot
2017-05-31  6:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  4:21 [binutils-gdb] Decode properly flags of %ccr register on sparc64 sergiodj+buildbot
2017-05-29  8:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  4:06 [binutils-gdb] Fix break on Python 2 sergiodj+buildbot
2017-05-28 10:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  3:08 [binutils-gdb] Use ptid from regcache in almost all remaining nat files sergiodj+buildbot
2017-05-26 18:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  2:39 [binutils-gdb] Copy lazy string handling fixes from Python sergiodj+buildbot
2017-04-22  4:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  1:42 [binutils-gdb] Add rvalue references to overloading resolution sergiodj+buildbot
2017-05-25  2:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  1:38 [binutils-gdb] Fix various python lazy string bugs sergiodj+buildbot
2017-04-21  8:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-23  0:29 [binutils-gdb] Support DW_TAG_rvalue_reference type sergiodj+buildbot
2017-05-22  7:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 23:58 [binutils-gdb] Implement demangling for rvalue reference type names sergiodj+buildbot
2017-05-20 12:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 23:28 [binutils-gdb] Add ability to return rvalue reference values from value_ref sergiodj+buildbot
2017-05-18 15:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 22:25 [binutils-gdb] Add definitions for rvalue reference types sergiodj+buildbot
2017-05-16 19:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 22:07 [binutils-gdb] RISC-V: Fix assembler for c.li, c.andi and c.addiw sergiodj+buildbot
2017-04-17 21:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 21:43 [binutils-gdb] Add -file-list-shared-libraries MI command sergiodj+buildbot
2017-05-15 23:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 21:28 [binutils-gdb] Add a better diagnostic message in mi_gdb_test sergiodj+buildbot
2017-05-15  2:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 20:51 [binutils-gdb] Fix spurious FAILs with examine-backward.exp sergiodj+buildbot
2017-05-13 10:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 20:41 [binutils-gdb] RISC-V: Fix assembler for c.addi, rd can be x0 sergiodj+buildbot
2017-04-17  1:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 20:36 [binutils-gdb] s390: Fix displaced-stepping certain relative branch insns sergiodj+buildbot
2017-05-12 13:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 20:08 [binutils-gdb] Add DW_OP_GNU_variable_value sergiodj+buildbot
2017-04-16  4:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 19:52 [binutils-gdb] PR 21266, unstable qsort in bfd/elf64-ppc.c sergiodj+buildbot
2017-05-11 12:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 19:37 [binutils-gdb] DT_TEXTREL vs IFUNC sergiodj+buildbot
2017-05-10 15:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 19:22 [binutils-gdb] i386-gnu-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-09 19:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 19:06 [binutils-gdb] i386-darwin-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-08 22:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 18:49 [binutils-gdb] i386-bsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-08  1:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 17:59 [binutils-gdb] hppa-obsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-07  6:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 17:03 [binutils-gdb] hppa-nbsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-06  9:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 16:41 [binutils-gdb] Make length_of_subexp static sergiodj+buildbot
2017-04-13 15:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 16:39 [binutils-gdb] hppa-linux-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-05 14:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 16:13 [binutils-gdb] corelow: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-04 10:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 15:42 [binutils-gdb] Add test name argument to get_valueof, get_integer_valueof and get_sizeof sergiodj+buildbot
2017-04-12 18:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 15:22 [binutils-gdb] bsd-uthread: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-03 14:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 14:42 [binutils-gdb] linux-nat: Exploit /proc/<pid>/mem for writing sergiodj+buildbot
2017-04-11 21:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 14:26 [binutils-gdb] arm-nbsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-02 13:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 14:08 [binutils-gdb] arm-linux-nat.c: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-05-01 17:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 13:41 [binutils-gdb] Restore test-cp-name-parser build sergiodj+buildbot
2017-04-11  0:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 13:24 [binutils-gdb] PR remote/21188: Fix remote serial timeout sergiodj+buildbot
2017-04-30 20:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 13:04 [binutils-gdb] Fix PR gdb/19637: bound_registers.py: Add support for Python 3 sergiodj+buildbot
2017-04-30  0:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 12:43 [binutils-gdb] E6500 spr mnemonics sergiodj+buildbot
2017-04-28 15:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 12:42 [binutils-gdb] alpha-bsd-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-04-10  4:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 10:54 [binutils-gdb] Add support for a GNU BUILD note type to record the enum size sergiodj+buildbot
2017-04-25 18:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 10:25 [binutils-gdb] Fix arm process record for some instructions sergiodj+buildbot
2017-04-24  0:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22 10:10 [binutils-gdb] Add instruction_reader to arm process record sergiodj+buildbot
2017-04-23  1:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  8:23 [binutils-gdb] New function tyscm_scm_to_type sergiodj+buildbot
2017-04-20 13:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  8:05 [binutils-gdb] [Patch] Fix variable type glitch in inf-ptrace.c sergiodj+buildbot
2017-04-19 16:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  7:47 [binutils-gdb] Fix expect for gdb.cp/m-static.exp sergiodj+buildbot
2017-04-18 18:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  6:40 [binutils-gdb] gdbserver: Use pattern rule for the remaining %-ipa.o objects sergiodj+buildbot
2017-04-05  0:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  6:21 [binutils-gdb] inf-ptrace: Do not stop memory transfers after a single word sergiodj+buildbot
2017-04-15  8:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  6:11 [binutils-gdb] RISC-V: Fix [dis]assembly of srai/srli sergiodj+buildbot
2017-04-14 12:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  3:39 [binutils-gdb] aix-thread: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-04-09  7:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  3:38 [binutils-gdb] gdbserver: Use pattern rule for objects from arch/ sergiodj+buildbot
2017-04-02 12:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  3:26 [binutils-gdb] aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-04-08 10:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  2:36 [binutils-gdb] amd64-linux-nat: Use ptid from regcache instead of inferior_ptid sergiodj+buildbot
2017-04-07 13:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  2:21 [binutils-gdb] Add asserts in target_fetch/store_registers sergiodj+buildbot
2017-04-06 17:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  2:06 [binutils-gdb] Introduce regcache_get_ptid sergiodj+buildbot
2017-04-05 20:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  1:38 [binutils-gdb] gdbserver: Use pattern rule for objects from common/ sergiodj+buildbot
2017-03-31 15:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  1:03 [binutils-gdb] gdbserver: Use pattern rule for IPA objects from common/ sergiodj+buildbot
2017-04-04  4:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  0:48 [binutils-gdb] gdbserver: Use pattern rule for IPA objects from gdbserver/ sergiodj+buildbot
2017-04-03  8:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-22  0:39 [binutils-gdb] gdbserver: Use pattern rule for objects from target/ sergiodj+buildbot
2017-03-30 19:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-21 23:46 [binutils-gdb] gdbserver: Use pattern rule for objects from nat/ sergiodj+buildbot
2017-04-01 16:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-21 22:27 [binutils-gdb] gdbserver: Use pattern rule for regformats source file generation sergiodj+buildbot
2017-03-29 23:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-21 21:41 [binutils-gdb] testsuite: Disable backslash_in_multi_line_command_test for old DejaGnus sergiodj+buildbot
2017-03-29  3:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-21 21:25 [binutils-gdb] testsuite: Introduce dejagnu_version sergiodj+buildbot
2017-03-28  6:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-13 20:46 [binutils-gdb] Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions sergiodj+buildbot
2017-03-26 10:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-13 18:10 [binutils-gdb] Sync libiberty sources with GCC sergiodj+buildbot
2017-03-25 13:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-13 10:26 [binutils-gdb] Rename R_AARCH64_TLSDESC_LD64_LO12_NC to R_AARCH64_TLSDESC_LD64_LO12 and R_AARCH64_TLSDESC_ADD_LO12_NC to R_AARCH64_TLSDESC_ADD_LO12 sergiodj+buildbot
2017-03-24 17:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-11 13:40 [binutils-gdb] Remove bogus ATTRIBUTE_UNUSED sergiodj+buildbot
2017-03-22 21:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-10 18:58 [binutils-gdb] c++/8218: Destructors w/arguments sergiodj+buildbot
2017-03-22  1:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-10 11:14 [binutils-gdb] Add basic recognition of new EM_ ELF machine numbers sergiodj+buildbot
2017-03-17 17:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-09 18:26 [binutils-gdb] X86: Add pseudo prefixes to control encoding sergiodj+buildbot
2017-03-16 20:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-09 16:53 [binutils-gdb] Fix compile time warnings about using possibly uninitialised variables in rs6000-core.c sergiodj+buildbot
2017-03-16  1:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-09 16:05 [binutils-gdb] Use CpuCET on rdsspq sergiodj+buildbot
2017-03-14 10:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-09  3:06 [binutils-gdb] Update -maltivec and -mvsx options to only enable their oldest instructions sergiodj+buildbot
2017-03-13 14:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 22:52 [binutils-gdb] Avoid unstable test message in gdb.base/step-over-exit.exp sergiodj+buildbot
2017-03-12 18:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 20:33 [binutils-gdb] Add support for the new 'lnia' extended mnemonic sergiodj+buildbot
2017-03-11 22:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 20:16 [binutils-gdb] Fix PR18360 - internal error when using "interrupt -a" sergiodj+buildbot
2017-03-11  1:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 17:58 [binutils-gdb] gdb: Fix ATTRIBUTE_NONNULL usage sergiodj+buildbot
2017-03-10  5:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 15:51 [binutils-gdb] gdb.arch/amd64-entry-value-param*.exp: Make sure test messages are unique sergiodj+buildbot
2017-03-09 21:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 14:07 [binutils-gdb] gdb: Fix a few unstable test names sergiodj+buildbot
2017-03-09 13:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08 13:00 [binutils-gdb] Fix PR 21218: GDB dumps core when escaping newline in multi-line command sergiodj+buildbot
2017-03-09  8:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08  2:52 [binutils-gdb] Fix PR tui/21216: TUI line breaks regression sergiodj+buildbot
2017-03-09  5:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08  1:27 [binutils-gdb] Move TUI completion tests to gdb.tui/completion.exp sergiodj+buildbot
2017-03-09  1:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-08  0:56 [binutils-gdb] Move TUI testcases to new gdb/testsuite/gdb.tui/ directory sergiodj+buildbot
2017-03-08 21:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-07 21:08 [binutils-gdb] Share gdb/environ.[ch] with gdbserver sergiodj+buildbot
2017-03-08 17:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-07 18:49 [binutils-gdb] GDB: Fix some null pointer dereferences due to disassembler-options patch sergiodj+buildbot
2017-03-08 12:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-07 17:42 [binutils-gdb] Remove use of the no longer needed -mminimal-toc option sergiodj+buildbot
2017-03-08  8:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-07 15:07 [binutils-gdb] Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.exp sergiodj+buildbot
2017-03-07 23:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-07 13:27 [binutils-gdb] amd64-mpx: initialize BND register before performing inferior calls sergiodj+buildbot
2017-03-07 15:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-07  2:46 [binutils-gdb] PowerPC64 abort due to dynamic relocs on hidden undefweak sergiodj+buildbot
2017-03-07  8:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-06 23:51 [binutils-gdb] Add support for Intel CET instructions sergiodj+buildbot
2017-03-07  4:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-06 21:27 [binutils-gdb] Remove const in xtensa-linux-nat.c:fetch_gregs sergiodj+buildbot
2017-03-07  0:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-06 11:56 [binutils-gdb] Don't decode powerpc insns with invalid fields sergiodj+buildbot
2017-03-06 14:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-05  4:44 [binutils-gdb] Align eh_frame FDEs according to their encoding sergiodj+buildbot
2017-03-05  7:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-03 21:27 [binutils-gdb] Fix umulh and smulh bugs. Fix bugs in last week's sumov.s testsuite sergiodj+buildbot
2017-03-04  4:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-03 18:22 [binutils-gdb] Use range-based for loop in remote_add_target_side_commands sergiodj+buildbot
2017-03-04  0:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-03 17:35 [binutils-gdb] Fetch lazy value before calling val_print sergiodj+buildbot
2017-03-03 20:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-02 15:11 [binutils-gdb] Disable warning message about a program header with no associated sections when that header's file size is non-zero sergiodj+buildbot
2017-03-02 22:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-02  0:24 [binutils-gdb] PowerPC VLE typo fix sergiodj+buildbot
2017-03-02 18:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-03-01 11:25 [binutils-gdb] Add support for displaying and merging GNU_BUILD_NOTEs sergiodj+buildbot
2017-03-02 10:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28 18:48 [binutils-gdb] GDB: Add support for the new set/show disassembler-options commands sergiodj+buildbot
2017-03-02  6:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28 14:32 [binutils-gdb] PowerPC addpcis fix again sergiodj+buildbot
2017-03-02  3:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28 10:17 [binutils-gdb] x86: fix handling of 64-bit operand size VPCMPESTR{I, M} sergiodj+buildbot
2017-03-01 23:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28  5:23 [binutils-gdb] Nios2 dynobj handling fixes sergiodj+buildbot
2017-03-01 19:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28  4:22 [binutils-gdb] PowerPC addpcis fix sergiodj+buildbot
2017-03-01 15:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28  3:19 [binutils-gdb] Don't make dynamic .data.rel.ro SEC_READONLY sergiodj+buildbot
2017-03-01 11:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-28  0:57 [binutils-gdb] MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR sergiodj+buildbot
2017-03-01  7:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-27 19:30 [binutils-gdb] Remove struct keyword from range-based for loop sergiodj+buildbot
2017-03-01  2:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-27 18:58 [binutils-gdb] Use range-based for loop in remote_add_target_side_condition sergiodj+buildbot
2017-02-28 22:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-27 17:42 [binutils-gdb] Fix array out of bound access sergiodj+buildbot
2017-02-28 18:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-27 11:51 [binutils-gdb] Fix segfault in microblaze linker when garbage collection removes a symbol scheduled for a slot in the PLT sergiodj+buildbot
2017-02-28 14:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-26 16:22 [binutils-gdb] DWARF-5: Initialization due to a false compiler warning sergiodj+buildbot
2017-02-28  7:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-26  5:34 [binutils-gdb] Add missing smov support, and clean up existing umov support sergiodj+buildbot
2017-02-27 18:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-26  4:21 [binutils-gdb] Add missing cnt (popcount) instruction support sergiodj+buildbot
2017-02-27 14:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-25  9:00 [binutils-gdb] ARC naughtiness causing assertion fail at elf-strtab.c:302 sergiodj+buildbot
2017-02-27 10:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24 23:37 [binutils-gdb] [AArch64] Add a "compnum" feature sergiodj+buildbot
2017-02-27  2:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24 21:09 [binutils-gdb] symtab.c: Small refactor sergiodj+buildbot
2017-02-26 22:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24 19:30 [binutils-gdb] [AArch64] Additional SVE instructions sergiodj+buildbot
2017-02-27  6:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24 19:18 [binutils-gdb] Add new counter-enable CSRs sergiodj+buildbot
2017-02-26 13:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24 16:45 [binutils-gdb] Remove use of MAX_REGISTER_SIZE sergiodj+buildbot
2017-02-26  9:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24 16:32 [binutils-gdb] Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE sergiodj+buildbot
2017-02-26  5:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24  9:18 [binutils-gdb] x86: also correctly support TEST opcode aliases sergiodj+buildbot
2017-02-26  1:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24  1:21 [binutils-gdb] MIPS/BFD: Remove duplicate NewABI JALR relocation handling sergiodj+buildbot
2017-02-25 21:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-24  0:15 [binutils-gdb] MIPS/BFD: Discard ineligible JALR relocations right away sergiodj+buildbot
2017-02-25 17:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 21:46 [binutils-gdb] PR21166: Validate rdrand/rdseed support separately in gdb.reverse/insn-reverse-x86.c sergiodj+buildbot
2017-02-25 13:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 20:15 [binutils-gdb] S/390: Add support for new cpu architecture - arch12 sergiodj+buildbot
2017-02-25  9:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 19:28 [binutils-gdb] Use gdb::function_view in iterate_over_symtabs & co sergiodj+buildbot
2017-02-25  5:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 19:06 [binutils-gdb] Introduce gdb::function_view sergiodj+buildbot
2017-02-25  2:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 17:16 [binutils-gdb] opcodes, gas: associate SPARC ASIs with an architecture level sergiodj+buildbot
2017-02-24 22:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 15:54 [binutils-gdb] Fix usage of inferior_ptid in two thread_alive implementations sergiodj+buildbot
2017-02-24 18:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 12:12 [binutils-gdb] Use xfree rather than delete for varobj_iter sergiodj+buildbot
2017-02-24 13:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 11:39 [binutils-gdb] Use delete instead of xfree for varobj_item sergiodj+buildbot
2017-02-24  9:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23 10:18 [binutils-gdb] x86: drop stray VEX opcode 82 references sergiodj+buildbot
2017-02-24  5:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-23  4:16 [binutils-gdb] Correct VLE 16D and SDAREL relocations sergiodj+buildbot
2017-02-24  0:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-22 19:04 [binutils-gdb] PR ld/20828: Move symbol version processing ahead of GC symbol sweep sergiodj+buildbot
2017-02-23 20:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-22 17:45 [binutils-gdb] Align .gnu_debuglink sections on a 4-byte boundary sergiodj+buildbot
2017-02-23 17:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-22  9:55 [binutils-gdb] aarch64: actually copy first operand in convert_bfc_to_bfm() sergiodj+buildbot
2017-02-23 13:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-22  0:26 [binutils-gdb] Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callback sergiodj+buildbot
2017-02-23  9:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-21 23:12 [binutils-gdb] PowerPC ld segfault on script discarding dynamic sections sergiodj+buildbot
2017-02-23  5:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-21 17:22 [binutils-gdb] Default initialize enum flags to 0 sergiodj+buildbot
2017-02-23  1:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-21 15:39 [binutils-gdb] [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping support sergiodj+buildbot
2017-02-22 21:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-21 14:17 [binutils-gdb] Fix test names starting with uppercase in gdb.arch/ppc64-atomic-inst.exp sergiodj+buildbot
2017-02-22 17:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-21  8:59 [binutils-gdb] Fix recent compiler warnings sergiodj+buildbot
2017-02-22 12:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-20 22:02 [binutils-gdb] Code cleanup: Refactor abbrev_table_read_table cycle sergiodj+buildbot
2017-02-22  6:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-20 20:58 [binutils-gdb] Code cleanup: Split dwarf2_ranges_read to a callback sergiodj+buildbot
2017-02-22  2:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-20 20:29 [binutils-gdb] Code cleanup: Split create_debug_types_hash_table sergiodj+buildbot
2017-02-21 22:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-20 13:23 [binutils-gdb] Fix thinko on last commit sergiodj+buildbot
2017-02-21 17:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-20 10:47 [binutils-gdb] Alpha executables segfault when linked with -z,now sergiodj+buildbot
2017-02-21 12:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-19 21:43 [binutils-gdb] Fix for aarch64 sim sxtl/uxtl insns, plus another fix for addv sergiodj+buildbot
2017-02-21  9:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17 15:09 [binutils-gdb] Fix potential illegal memory access in ZLIB because of an erroneous declaration of the size of the input buffer sergiodj+buildbot
2017-02-21  5:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17 13:45 [binutils-gdb] Add target description for avx-avx512 sergiodj+buildbot
2017-02-20 21:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17 12:37 [binutils-gdb] Rename target descriptions to reflect actual content of description sergiodj+buildbot
2017-02-20 17:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17 11:43 [binutils-gdb] Add support for Intel PKRU register to GDB and GDBserver sergiodj+buildbot
2017-02-21  1:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17 11:06 [binutils-gdb] Change xstate_bv handling to use 8 bytes of data sergiodj+buildbot
2017-02-20 14:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17 10:39 [binutils-gdb] Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch sergiodj+buildbot
2017-02-20 10:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17  5:50 [binutils-gdb] bfd: Rename Chunk and S3Forced sergiodj+buildbot
2017-02-20  6:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17  4:25 [binutils-gdb] bfd: Rename bsd_write_armap and coff_write_armap sergiodj+buildbot
2017-02-20  2:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17  3:05 [binutils-gdb] bfd: Rename warn_deprecated sergiodj+buildbot
2017-02-19 22:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-17  1:56 [binutils-gdb] bfd: Rename real_{ftell, fseek, fopen} sergiodj+buildbot
2017-02-19 18:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-16 16:18 [binutils-gdb] bfd: Improve lookup of file / line information for errors sergiodj+buildbot
2017-02-19 14:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-16 15:13 [binutils-gdb] bfd/dwarf: Improve use of previously loaded dwarf information sergiodj+buildbot
2017-02-19 11:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-16 13:04 [binutils-gdb] PR21132, hppa-linux pie support doesn't work sergiodj+buildbot
2017-02-19  3:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-16 10:47 [binutils-gdb] [Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVED sergiodj+buildbot
2017-02-18 23:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-16  1:11 [binutils-gdb] PR gdb/21164: maint print {symbols, msymbols, psymbols} without args crash sergiodj+buildbot
2017-02-18 20:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15 21:34 [binutils-gdb] i386: Allow "lea foo@GOT, %reg" in PIC sergiodj+buildbot
2017-02-18 15:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15 20:09 [binutils-gdb] Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error sergiodj+buildbot
2017-02-18 11:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15 18:56 [binutils-gdb] Add SFENCE.VMA instruction sergiodj+buildbot
2017-02-18  7:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15 17:26 [binutils-gdb] [AArch64] Add SVE system registers sergiodj+buildbot
2017-02-18  3:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15 14:09 [binutils-gdb] PowerPC/BFD: Convert `%P: %H:' to `%H:' in error messages sergiodj+buildbot
2017-02-17 23:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15 11:36 [binutils-gdb] [ARC] Fix assembler relaxation sergiodj+buildbot
2017-02-17 15:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15  9:17 [binutils-gdb] Distinguish some of the registers different on ARC700 and HS38 cpus sergiodj+buildbot
2017-02-17 11:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15  3:18 [binutils-gdb] Add self to aarch64 maintainers. Fix mla instruction sergiodj+buildbot
2017-02-17  7:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15  2:56 [binutils-gdb] Fix bit/bif instructions sergiodj+buildbot
2017-02-17  4:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-15  1:30 [binutils-gdb] Add ldn/stn single support, fix ldnr support sergiodj+buildbot
2017-02-17  0:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 23:42 [binutils-gdb] PR python/13598 - add before_prompt event sergiodj+buildbot
2017-02-16 19:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 23:03 [binutils-gdb] Big-endian targets: Fix implptrpiece.exp sergiodj+buildbot
2017-02-16 15:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 20:47 [binutils-gdb] PowerPC register expression checks sergiodj+buildbot
2017-02-16 12:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 19:24 [binutils-gdb] Update ppc64_elf_gc_mark_dynamic_ref sergiodj+buildbot
2017-02-16  8:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 19:15 [binutils-gdb] Add documentation for new record Python bindings sergiodj+buildbot
2017-02-16  4:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 17:55 [binutils-gdb] python: Add tests for record Python bindings sergiodj+buildbot
2017-02-16  0:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 17:02 [binutils-gdb] python: Implement btrace Python bindings for record history sergiodj+buildbot
2017-02-15 20:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 15:41 [binutils-gdb] python: Create Python bindings for record history sergiodj+buildbot
2017-02-15 15:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 14:37 [binutils-gdb] Add method to query current recording method to target_ops sergiodj+buildbot
2017-02-15 11:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 13:41 [binutils-gdb] Add record_start and record_stop functions sergiodj+buildbot
2017-02-15  6:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 12:24 [binutils-gdb] btrace: Use binary search to find instruction sergiodj+buildbot
2017-02-15  2:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 10:44 [binutils-gdb] btrace: Export btrace_decode_error function sergiodj+buildbot
2017-02-14 22:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14 10:42 [binutils-gdb] btrace: Count gaps as one instruction explicitly sergiodj+buildbot
2017-02-14 17:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-14  9:47 [binutils-gdb] btrace: preserve call stack on function switch sergiodj+buildbot
2017-02-14 13:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-13 18:49 [binutils-gdb] Fix invalid memory access in the BFD library's DWARF parser sergiodj+buildbot
2017-02-14  5:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-13 15:27 [binutils-gdb] Improve load command's help text sergiodj+buildbot
2017-02-14  0:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-13 14:23 [binutils-gdb] Fix gdb.linespec/explicit.exp sergiodj+buildbot
2017-02-13 20:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-13 13:29 [binutils-gdb] Make gdb.arch/i386-biarch-core.exp more robust sergiodj+buildbot
2017-02-13 16:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-13  6:43 [binutils-gdb] sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations sergiodj+buildbot
2017-02-13 13:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-11  7:43 [binutils-gdb] Fix use after free in cgen instruction lookup sergiodj+buildbot
2017-02-12 22:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-11  5:11 [binutils-gdb] Remove unused variable in rust-lang.c sergiodj+buildbot
2017-02-12 10:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-11  2:51 [binutils-gdb] Fix Python test to use lowercase command sergiodj+buildbot
2017-02-12  6:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-11  0:55 [binutils-gdb] Remove unnecessary local variables sergiodj+buildbot
2017-02-12  2:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-11  0:55 [binutils-gdb] Remove some gotos from Python sergiodj+buildbot
2017-02-11 21:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 23:51 [binutils-gdb] Do not send queries on secondary UIs sergiodj+buildbot
2017-02-12 18:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 23:27 [binutils-gdb] Change one more spot to use gdbpy_ref sergiodj+buildbot
2017-02-11 17:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 22:25 [binutils-gdb] Use gdbpy_ref to simplify some logic sergiodj+buildbot
2017-02-11 14:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 21:03 [binutils-gdb] Turn gdbpy_ref into a template sergiodj+buildbot
2017-02-11  9:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 20:08 [binutils-gdb] Remove some ui_out-related cleanups from Python sergiodj+buildbot
2017-02-11  5:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 18:09 [binutils-gdb] gdb/MAINTAINERS: Update my e-mail address sergiodj+buildbot
2017-02-11  0:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10 16:54 [binutils-gdb] PR gdb/21122: Fix documentation mistakes for breakpoint commands sergiodj+buildbot
2017-02-10 19:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-10  8:52 [binutils-gdb] POWER9 add scv/rfscv instruction support sergiodj+buildbot
2017-02-10 12:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-09 22:32 [binutils-gdb] Remove return in function returning void sergiodj+buildbot
2017-02-10  1:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-09 15:56 [binutils-gdb] Fix NULL pointer dereference sergiodj+buildbot
2017-02-09 19:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-08 20:52 [binutils-gdb] Eliminate interp::quiet_p sergiodj+buildbot
2017-02-09  5:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-08 19:25 [binutils-gdb] Command abbreviation in define sergiodj+buildbot
2017-02-09  1:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-08  2:16 [binutils-gdb] Fix segfault when .plt section does not exist sergiodj+buildbot
2017-02-08  4:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-07 21:40 [binutils-gdb] gdb: fix ARI warning in sparc-tdep.c sergiodj+buildbot
2017-02-08  0:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-07 14:25 [binutils-gdb] bfd: Fix objdump --dynamic-reloc for SPARC 64-bit to show symbol names sergiodj+buildbot
2017-02-07 17:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-06 10:53 [binutils-gdb] [ARC] Provide an interface to decode ARC instructions sergiodj+buildbot
2017-02-07  4:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-06  9:31 [binutils-gdb] [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay sergiodj+buildbot
2017-02-07  0:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-06  8:01 [binutils-gdb] gdb: provide and use sparc{32, 64} target description XML files sergiodj+buildbot
2017-02-06 20:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-04  6:28 [binutils-gdb] Fix ptype of single-member Rust enums sergiodj+buildbot
2017-02-06  7:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03 16:50 [binutils-gdb] C++-fy struct interp/cli_interp/tui_interp/mi_interp sergiodj+buildbot
2017-02-06  3:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  9:19 [binutils-gdb] Fix compile time warning messages when compiling binutils with gcc 7.0.1 sergiodj+buildbot
2017-02-05 23:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  6:34 [binutils-gdb] Use std::string in Rust code sergiodj+buildbot
2017-02-05 11:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  5:37 [binutils-gdb] Use bool in Rust code sergiodj+buildbot
2017-02-05 19:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  4:54 [binutils-gdb] Reindent rust-lang.c sergiodj+buildbot
2017-02-05 15:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  4:25 [binutils-gdb] struct mi_interp: Remove unused fields sergiodj+buildbot
2017-02-05  2:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  2:37 [binutils-gdb] MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices sergiodj+buildbot
2017-02-04 18:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  0:38 [binutils-gdb] Fix "maintenance selftest" printing stray instructions sergiodj+buildbot
2017-02-05  7:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-03  0:13 [binutils-gdb] MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement sergiodj+buildbot
2017-02-04 23:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 23:37 [binutils-gdb] MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table' sergiodj+buildbot
2017-02-04 10:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 23:22 [binutils-gdb] BFD: Wrap overlong error handler call line in `elf_gc_sweep' sergiodj+buildbot
2017-02-04  6:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 22:23 [binutils-gdb] Move "tee" building down to interpreter::set_logging_proc sergiodj+buildbot
2017-02-04  3:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 14:53 [binutils-gdb] Fix "-gdb-set logging redirect on" crash sergiodj+buildbot
2017-02-03 22:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 13:57 [binutils-gdb] Tweak pretty_print_disassembler's intro comment sergiodj+buildbot
2017-02-03 19:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 13:22 [binutils-gdb] Reuse buffers across gdb_pretty_print_insn calls sergiodj+buildbot
2017-02-03 14:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 12:25 [binutils-gdb] Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy sergiodj+buildbot
2017-02-03 11:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02 11:42 [binutils-gdb] Add back gdb_pretty_print_insn sergiodj+buildbot
2017-02-03  6:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-02  4:29 [binutils-gdb] Remove unused file_string parameter in gdb_disassembly sergiodj+buildbot
2017-02-03  3:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 16:37 [binutils-gdb] btrace, testsuite: fix extended-remote fail sergiodj+buildbot
2017-02-02 15:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 16:25 [binutils-gdb] Big-endian targets: Don't ignore offset into DW_OP_implicit_value sergiodj+buildbot
2017-02-02 23:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 15:42 [binutils-gdb] btrace, testsuite: fix extended-remote non-stop test sergiodj+buildbot
2017-02-02 11:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 15:06 [binutils-gdb] btrace: add unsupported/untested messages when skipping tests sergiodj+buildbot
2017-02-02  7:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 14:54 [binutils-gdb] testsuite: diagnose a running GDB in gdb_skip_xml_tests sergiodj+buildbot
2017-02-02 19:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 14:07 [binutils-gdb] btrace: allow recording to be started (and stopped) for running threads sergiodj+buildbot
2017-02-02  3:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01 13:56 [binutils-gdb] thread: add can_access_registers_ptid sergiodj+buildbot
2017-02-01 23:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01  1:15 [binutils-gdb] gdb/mi/mi-interp.c: Fix typos sergiodj+buildbot
2017-02-01 15:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01  0:56 [binutils-gdb] gdb/stack.c: Remove unused mem_fileopen sergiodj+buildbot
2017-02-01 11:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-02-01  0:40 [binutils-gdb] gdb/varobj.c: Fix leak sergiodj+buildbot
2017-02-01  7:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-31 23:53 [binutils-gdb] gdb: make_scoped_restore and types convertible to T sergiodj+buildbot
2017-02-01  3:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-30 17:32 [binutils-gdb] MIPS: Add options to control branch ISA checks sergiodj+buildbot
2017-01-30 20:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-27 16:49 [binutils-gdb] amd64-linux: expose system register FS_BASE and GS_BASE for Linux sergiodj+buildbot
2017-01-28 17:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-27 16:10 [binutils-gdb] amd64: simplify addition of new general registers sergiodj+buildbot
2017-01-28 13:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-27 14:35 [binutils-gdb] gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver sergiodj+buildbot
2017-01-28  5:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-27 12:25 [binutils-gdb] Fix disassembling of TIC6X parallel instructions where the previous fetch packet ended with a 32-bit insn sergiodj+buildbot
2017-01-28  1:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-27 11:41 [binutils-gdb] Fix PTRACE_GETREGSET failure for compat inferiors on arm64 sergiodj+buildbot
2017-01-27 21:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-27  8:31 [binutils-gdb] Fix unused-but-set warning in elf32-cris.c:elf_cris_finish_dynamic_symbol sergiodj+buildbot
2017-01-27 17:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-12  5:21 [binutils-gdb] Use gdbpy_ref in invoke_match_method sergiodj+buildbot
2017-01-16 16:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 21:38 [binutils-gdb] Use gdbpy_enter in py-progspace.c sergiodj+buildbot
2017-01-15  1:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 19:18 [binutils-gdb] Introduce gdbpy_enter_varobj and use it sergiodj+buildbot
2017-01-16 23:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 19:07 [binutils-gdb] Use gdbpy_enter in py-finishbreakpoint.c sergiodj+buildbot
2017-01-14 12:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 19:03 [binutils-gdb] Use gdbpy_enter in py-xmethod.c sergiodj+buildbot
2017-01-16 20:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 18:31 [binutils-gdb] Use gdbpy_enter in gdbpy_get_matching_xmethod_workers sergiodj+buildbot
2017-01-16 12:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 18:16 [binutils-gdb] Use gdbpy_enter in python_interactive_command sergiodj+buildbot
2017-01-16  8:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 17:26 [binutils-gdb] Use gdbpy_enter in gdbpy_before_prompt_hook sergiodj+buildbot
2017-01-16  4:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 17:11 [binutils-gdb] Use gdbpy_enter in py-prettyprint.c sergiodj+buildbot
2017-01-16  0:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 16:56 [binutils-gdb] Introduce htab_up and use gdbpy_enter in py-framefilter.c sergiodj+buildbot
2017-01-15 20:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 16:05 [binutils-gdb] Use gdbpy_enter in py-unwind.c sergiodj+buildbot
2017-01-15 16:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 15:49 [binutils-gdb] Use gdbpy_enter in py-xmethods.c sergiodj+buildbot
2017-01-15 13:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 14:59 [binutils-gdb] Use gdbpy_enter in py-type.c sergiodj+buildbot
2017-01-15  9:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 14:45 [binutils-gdb] Use gdbpy_ref in py-prettyprint.c sergiodj+buildbot
2017-01-13  8:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 14:43 [binutils-gdb] Use gdbpy_enter in python.c sergiodj+buildbot
2017-01-15  5:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 14:12 [binutils-gdb] Use gdbpy_enter in py-objfile.c sergiodj+buildbot
2017-01-14 21:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 13:26 [binutils-gdb] Use gdbpy_ref in py-linetable.c sergiodj+buildbot
2017-01-12 23:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 13:22 [binutils-gdb] Use gdbpy_enter in py-inferior.c sergiodj+buildbot
2017-01-14 16:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 12:51 [binutils-gdb] Use gdbpy_enter in py-cmd.c sergiodj+buildbot
2017-01-14  8:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 12:35 [binutils-gdb] Use gdbpy_enter in py-breakpoint.c sergiodj+buildbot
2017-01-14  4:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 11:46 [binutils-gdb] Introduce gdbpy_enter sergiodj+buildbot
2017-01-14  0:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 11:29 [binutils-gdb] Use gdbpy_ref in gdbpy_lookup_symbol sergiodj+buildbot
2017-01-13 20:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 11:23 [binutils-gdb] Use gdbpy_ref in gdbpy_inferiors sergiodj+buildbot
2017-01-12 12:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 11:14 [binutils-gdb] Use gdbpy_ref in py-value.c sergiodj+buildbot
2017-01-13 16:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 10:38 [binutils-gdb] Use gdbpy_ref in py-function.c sergiodj+buildbot
2017-01-12  8:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11 10:24 [binutils-gdb] Use gdbpy_ref in python.c sergiodj+buildbot
2017-01-13 12:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  9:54 [binutils-gdb] Use gdbpy_ref in call_doc_function sergiodj+buildbot
2017-01-13  4:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  8:42 [binutils-gdb] Use gdbpy_ref in gdbpy_string_to_argv sergiodj+buildbot
2017-01-12  4:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  7:59 [binutils-gdb] Use gdbpy_ref in py-framefilter.c sergiodj+buildbot
2017-01-12 19:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  7:18 [binutils-gdb] Change event code to use gdbpy_ref sergiodj+buildbot
2017-01-11 19:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  7:09 [binutils-gdb] Use gdbpy_ref in gdbpy_breakpoints sergiodj+buildbot
2017-01-12 15:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  6:08 [binutils-gdb] Use gdbpy_ref in py-type.c sergiodj+buildbot
2017-01-11 23:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-11  5:41 [binutils-gdb] Introduce py-ref.h sergiodj+buildbot
2017-01-11 15:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-10 22:48 [binutils-gdb] i386/x32: Align .eh_frame section to 4 bytes sergiodj+buildbot
2017-01-11 11:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-10 21:52 [binutils-gdb] i386/x86-64: Add unwind info for .plt.got section sergiodj+buildbot
2017-01-11  7:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-10 19:51 [binutils-gdb] Don't use elf_i386_eh_frame_plt directly sergiodj+buildbot
2017-01-11  3:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-10 16:47 [binutils-gdb] Change return type of ui_out redirect to void sergiodj+buildbot
2017-01-10 22:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-10 15:35 [binutils-gdb] Update help of the "frame" command sergiodj+buildbot
2017-01-10 18:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-10  0:02 [binutils-gdb] Fix problems with the implementation of the uzp1 and uzp2 instructions sergiodj+buildbot
2017-01-10  9:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-09 17:56 [binutils-gdb] Fix inferior memory reading in GDBServer for arm/aarch32 sergiodj+buildbot
2017-01-10  5:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-09  9:47 [binutils-gdb] Improve objdump's behaviour when it encounters a corrupt binary with an excessively large symbol table sergiodj+buildbot
2017-01-09 22:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-08 10:52 [binutils-gdb] [D] Fix crash when debug expression enabled sergiodj+buildbot
2017-01-09 18:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-07 21:17 [binutils-gdb] S/390: Issue error for overflowing relocs sergiodj+buildbot
2017-01-09  7:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 19:51 [binutils-gdb] Include serial.h in ser-base.h sergiodj+buildbot
2017-01-08 23:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 19:22 [binutils-gdb] Include ppc-tdep.h in ppc-linux-tdep.h sergiodj+buildbot
2017-01-08 19:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 18:31 [binutils-gdb] Include signal.h in nat/amd64-linux-siginfo.h sergiodj+buildbot
2017-01-08 15:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 17:58 [binutils-gdb] Include break-common.h in nat/aarch64-linux-hw-point.h sergiodj+buildbot
2017-01-08 12:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 17:08 [binutils-gdb] Include mi-cmds.h in mi-parse.h sergiodj+buildbot
2017-01-08  8:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 15:35 [binutils-gdb] Include doublest.h and expression.h in dfp.h sergiodj+buildbot
2017-01-08  0:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 15:00 [binutils-gdb] Include ax.h in ax-gdb.h sergiodj+buildbot
2017-01-07 20:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-06 14:17 [binutils-gdb] Update gdb_ptrace.h in HFILES_NO_SRCDIR sergiodj+buildbot
2017-01-07 17:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-05 15:02 [binutils-gdb] Fix ARI warning sergiodj+buildbot
2017-01-07 12:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-05  9:19 [binutils-gdb] Prevent an abort in the FRV disassembler if the target bfd name is unknown sergiodj+buildbot
2017-01-07  8:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-05  0:23 [binutils-gdb] Five fixes, for fcsel, fcvtz, fminnm, mls, and non-widening mul sergiodj+buildbot
2017-01-07  4:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04 20:32 [binutils-gdb] Use correct OSABI constant for FreeBSD/mips binaries sergiodj+buildbot
2017-01-07  0:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04 16:08 [binutils-gdb] [DWARF] Sync GCC dwarf.def change on AArch64 sergiodj+buildbot
2017-01-06 20:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04 14:42 [binutils-gdb] Sync libiberty from gcc sergiodj+buildbot
2017-01-06 11:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04 13:51 [binutils-gdb] picflag.m4 high bit set in comment sergiodj+buildbot
2017-01-06  8:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04 12:49 [binutils-gdb] [AArch64] Add separate feature flag for weaker release consistent load insns sergiodj+buildbot
2017-01-06  4:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04 10:10 [binutils-gdb] Fix an internal error on writing pieced value sergiodj+buildbot
2017-01-06  0:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  5:38 [binutils-gdb] Fix generation of GOT table when only GOT-relative relocs are used sergiodj+buildbot
2017-01-05 11:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  3:56 [binutils-gdb] bfd: alpha: Fix crash caused by double free with --no-keep-memory sergiodj+buildbot
2017-01-05 20:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  3:42 [binutils-gdb] Add support for the Q extension to the RISCV ISA sergiodj+buildbot
2017-01-05 16:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  3:11 [binutils-gdb] Add fall through comment sergiodj+buildbot
2017-01-05  8:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  2:25 [binutils-gdb] Add new Serbian translation for the opcodes library sergiodj+buildbot
2017-01-05  4:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  2:06 [binutils-gdb] Regen opcodes cgen files sergiodj+buildbot
2017-01-04 17:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  1:38 [binutils-gdb] Fix compile time warning about using a possibly uninitialised variable sergiodj+buildbot
2017-01-05  0:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  1:22 [binutils-gdb] Sync dwarf headers with master versions in gcc repository sergiodj+buildbot
2017-01-04 20:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  1:22 [binutils-gdb] Don't make symbols dynamic other than undef weak sergiodj+buildbot
2017-01-04 13:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  1:00 [binutils-gdb] Set SHF_INFO_LINK for .PARISC.unwind sergiodj+buildbot
2017-01-04  9:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-04  0:14 [binutils-gdb] Update year range in copyright notice of all files sergiodj+buildbot
2017-01-04  2:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-01  8:25 [binutils-gdb] update copyright year range in GDB files sergiodj+buildbot
2017-01-01 14:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2017-01-01  7:09 [binutils-gdb] Rotate GDB main ChangeLog for 2017 sergiodj+buildbot
2017-01-01 10:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-31  9:11 [binutils-gdb] Create sdynrelro for elfn32 mips too sergiodj+buildbot
2016-12-31 21:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-31  4:19 [binutils-gdb] PRU Opcode Port sergiodj+buildbot
2016-12-31 16:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-31  3:06 [binutils-gdb] PRU BFD support sergiodj+buildbot
2016-12-31 11:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-31  2:44 [binutils-gdb] Import config.sub sergiodj+buildbot
2016-12-31  8:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-29 16:30 [binutils-gdb] Return 'int' rather than 'unsigned short' in avrdis_opcode sergiodj+buildbot
2016-12-31  1:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-29 14:37 [binutils-gdb] link_hash_copy_indirect and symbol flags sergiodj+buildbot
2016-12-30 18:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-28 13:44 [binutils-gdb] Check bfd support for bfd_mips_elf_get_abiflags in mips make rule sergiodj+buildbot
2016-12-30 13:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-28 12:52 [binutils-gdb] Use dynrelro for symbols in relro sections too sergiodj+buildbot
2016-12-30  6:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-26  6:54 [binutils-gdb] dynrelro section for read-only dynamic symbols copied into executable sergiodj+buildbot
2016-12-30  4:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-26  6:26 [binutils-gdb] Put .dynbss and .rel.bss shortcuts in main elf hash table sergiodj+buildbot
2016-12-30  0:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-24  3:33 [binutils-gdb] MIPS/BFD: Remove EI_ABIVERSION 5 allocation for PT_GNU_STACK support sergiodj+buildbot
2016-12-29 14:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-24  1:33 [binutils-gdb] MIPS16: Add ASMACRO instruction support sergiodj+buildbot
2016-12-29  7:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-24  0:33 [binutils-gdb] MIPS16: Reassign `0' and `4' operand codes sergiodj+buildbot
2016-12-29  1:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 22:25 [binutils-gdb] MIPS16: Remove "extended" BREAK/SDBBP handling sergiodj+buildbot
2016-12-28 14:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 22:22 [binutils-gdb] MIPS16: Simplify extended operand handling sergiodj+buildbot
2016-12-29  5:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 21:54 [binutils-gdb] MIPS16: Handle non-extensible instructions correctly sergiodj+buildbot
2016-12-28 20:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 21:34 [binutils-gdb] MIPS16/GAS: Disallow EXTEND delay-slot scheduling sergiodj+buildbot
2016-12-28 12:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 21:30 [binutils-gdb] opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFD sergiodj+buildbot
2016-12-28  7:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 20:03 [binutils-gdb] Fix more cases of improper test names sergiodj+buildbot
2016-12-28  5:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 18:37 [binutils-gdb] Fix incorrect reference to source files sergiodj+buildbot
2016-12-27 23:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 16:53 [binutils-gdb] Call target specific add_symbols function sergiodj+buildbot
2016-12-27 19:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 14:34 [binutils-gdb] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized sergiodj+buildbot
2016-12-27 16:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23 12:50 [binutils-gdb] Updated email address sergiodj+buildbot
2016-12-27  6:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23  9:49 [binutils-gdb] Bump version to 2.28.51 sergiodj+buildbot
2016-12-27  4:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23  9:35 [binutils-gdb] Regenerate pot files sergiodj+buildbot
2016-12-27  0:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23  1:16 [binutils-gdb] infrun.c (set_step_over_info): Add comment sergiodj+buildbot
2016-12-26 16:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-23  0:18 [binutils-gdb] New syntax for mt print symbols,msymbols,psymbols sergiodj+buildbot
2016-12-26  9:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-22 22:01 [binutils-gdb] Class-ify ui_out sergiodj+buildbot
2016-12-26  5:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-21 21:24 [binutils-gdb] Fix bugs with float compare and Inf operands sergiodj+buildbot
2016-12-26  1:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-21 15:21 [binutils-gdb] Don't make_bfd_vms_lib archive functions NULL sergiodj+buildbot
2016-12-25 22:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-21 14:46 [binutils-gdb] Avoid creating symbol table entries for registers sergiodj+buildbot
2016-12-25 18:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-21 13:59 [binutils-gdb] bfd: aarch64: fix word and arrdess size declaration in ilp32 mode sergiodj+buildbot
2016-12-25 14:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-21 11:51 [binutils-gdb] Remove high bit set characters sergiodj+buildbot
2016-12-25 10:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 23:46 [binutils-gdb] MIPS16/opcodes: Correct I64/SDRASP opcode's ISA membership sergiodj+buildbot
2016-12-24  2:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 19:34 [binutils-gdb] gdb: Constify solib_find sergiodj+buildbot
2016-12-25  2:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 17:00 [binutils-gdb] Fix longjmp across readline w/ --enable-sjlj-exceptions toolchains sergiodj+buildbot
2016-12-24 21:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 16:15 [binutils-gdb] Set emacs default mode for the GDB directory to C++ sergiodj+buildbot
2016-12-24 19:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 15:08 [binutils-gdb] MIPS16/opcodes: Respect ISA and ASE in disassembly sergiodj+buildbot
2016-12-24 15:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 14:32 [binutils-gdb] MIPS16: Switch to 32-bit opcode table interpretation sergiodj+buildbot
2016-12-24 11:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20 14:09 [binutils-gdb] MIPS16/opcodes: Correct 64-bit macros' ISA membership sergiodj+buildbot
2016-12-24  7:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:07 [binutils-gdb] Rework RISC-V relocations sergiodj+buildbot
2016-12-23  1:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:07 [binutils-gdb] Add canonical JALR for RISC-V sergiodj+buildbot
2016-12-23 14:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:07 [binutils-gdb] Re-work RISC-V gas flags: now we just support -mabi and -march sergiodj+buildbot
2016-12-23  9:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:06 [binutils-gdb] Fix disassembly of RISC-V CSR instructions under -Mno-aliases sergiodj+buildbot
2016-12-23 17:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:06 [binutils-gdb] Correct assembler mnemonic for RISC-V aqrl AMOs sergiodj+buildbot
2016-12-23 23:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:03 [binutils-gdb] Formatting changes for RISC-V sergiodj+buildbot
2016-12-22 21:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-20  2:03 [binutils-gdb] Fix an integer overflow in RISC-V relocation handling sergiodj+buildbot
2016-12-23  6:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-04  2:02 [binutils-gdb] Fix bugs with tbnz/tbz instructions sergiodj+buildbot
2016-12-17 11:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-03 13:35 [binutils-gdb] PowerPC64 dot-symbol compatibility bugfixes sergiodj+buildbot
2016-12-17  5:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-03 13:02 [binutils-gdb] Tidy ppc64_elf_hide_symbol sergiodj+buildbot
2016-12-17  0:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-03 12:21 [binutils-gdb] PowerPC64 add_symbol_adjust sergiodj+buildbot
2016-12-16 21:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-03 11:55 [binutils-gdb] Indirect and warning symbols sergiodj+buildbot
2016-12-16 18:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-03 11:13 [binutils-gdb] ppc64_elf_copy_indirect_symbol versioned_hidden fix sergiodj+buildbot
2016-12-16 15:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 21:50 [binutils-gdb] Remove unneeded pattern matching in gdb.base/maint.exp sergiodj+buildbot
2016-12-16  9:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 21:13 [binutils-gdb] Support an "unlimited" number of user-defined arguments sergiodj+buildbot
2016-12-16  6:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 20:34 [binutils-gdb] Test user-defined gdb commands and arguments stack sergiodj+buildbot
2016-12-16  2:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 18:56 [binutils-gdb] Fix seg-fault in linker when passed a corrupt binary input file sergiodj+buildbot
2016-12-15 20:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 18:11 [binutils-gdb] Revert change to gdb.cp/ovldbreak.exp sergiodj+buildbot
2016-12-15 18:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 16:48 [binutils-gdb] PR symtab/16264 - support DW_AT_main_subprogram sergiodj+buildbot
2016-12-15 13:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 16:03 [binutils-gdb] Rename some trace functions sergiodj+buildbot
2016-12-15 10:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 15:26 [binutils-gdb] Remove mi_out_data::suppress_output sergiodj+buildbot
2016-12-15  6:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 12:02 [binutils-gdb] Always pass a valid section header offset to elf_parse_notes sergiodj+buildbot
2016-12-15  3:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 11:30 [binutils-gdb] Add support for Fushia OS sergiodj+buildbot
2016-12-14 23:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 10:50 [binutils-gdb] [AArch64] Recognize STR instruction in prologue sergiodj+buildbot
2016-12-14 21:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02 10:11 [binutils-gdb] Add unit test to aarch64 prologue analyzer sergiodj+buildbot
2016-12-14 18:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  6:01 [binutils-gdb] Don't handle timeout inside gdb_test_multiple sergiodj+buildbot
2016-12-14 14:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  5:34 [binutils-gdb] Class-ify ui_out_table sergiodj+buildbot
2016-12-14 11:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  5:00 [binutils-gdb] ui_out_table: Replace boolean flag with enum sergiodj+buildbot
2016-12-14  8:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  4:41 [binutils-gdb] Simplify ui-out level code sergiodj+buildbot
2016-12-14  5:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  3:57 [binutils-gdb] Class-ify ui_out_level sergiodj+buildbot
2016-12-14  3:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  2:49 [binutils-gdb] Class-ify ui_out_hdr sergiodj+buildbot
2016-12-14  0:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  2:11 [binutils-gdb] Replace hand-made linked list of ui_out_hdr by vector and iterator sergiodj+buildbot
2016-12-13 17:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  1:27 [binutils-gdb] Fixup testcases outputting own name as a test name and standardize failed compilation messages sergiodj+buildbot
2016-12-13 15:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  0:34 [binutils-gdb] Fix test names starting with uppercase using multi-line gdb_test_multiple sergiodj+buildbot
2016-12-13 12:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-02  0:06 [binutils-gdb] Fix test names starting with uppercase using multi-line gdb_test_no_output sergiodj+buildbot
2016-12-13  9:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 23:25 [binutils-gdb] Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test sergiodj+buildbot
2016-12-13  6:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 23:01 [binutils-gdb] Fix test names starting with uppercase using gdb_test_multiple sergiodj+buildbot
2016-12-13  4:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 22:09 [binutils-gdb] Fix test names starting with uppercase using gdb_test_no_output sergiodj+buildbot
2016-12-12 23:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 21:50 [binutils-gdb] Fix test names starting with uppercase using gdb_test on a single line sergiodj+buildbot
2016-12-12 21:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 21:12 [binutils-gdb] Fix test names starting with uppercase output by basic functions sergiodj+buildbot
2016-12-12 18:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 17:48 [binutils-gdb] Fix bug with FP stur instructions sergiodj+buildbot
2016-12-12 16:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 14:12 [binutils-gdb] Fix accesses to the GOT for AARCH64 operating in 32-bit mode sergiodj+buildbot
2016-12-12 11:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 13:18 [binutils-gdb] Fix handling of MIPS16 HI16 relocs sergiodj+buildbot
2016-12-12  9:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 12:29 [binutils-gdb] Fix a seg-fault disassembling a corrupt binary sergiodj+buildbot
2016-12-12  6:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 12:11 [binutils-gdb] Fix abort in x86 disassembler sergiodj+buildbot
2016-12-12  3:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01 10:32 [binutils-gdb] Fix seg-fault running addr2line on a corrupt binary sergiodj+buildbot
2016-12-12  0:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01  5:58 [binutils-gdb] Use std::string in ui_out_table sergiodj+buildbot
2016-12-11 20:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
2016-12-11 20:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01  4:21 [binutils-gdb] Use std::vector for mi_ui_out_data::streams sergiodj+buildbot
2016-12-11 16:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01  3:47 [binutils-gdb] Use std::vector for ui_out::levels sergiodj+buildbot
2016-12-11 13:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-12-01  3:08 [binutils-gdb] Use new/delete instead of malloc/free-based functions sergiodj+buildbot
2016-12-11  9:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-30 21:56 [binutils-gdb] Makefiles: Disable suffix rules and implicit rules sergiodj+buildbot
2016-12-11  6:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-30 12:13 [binutils-gdb] Revert accidental elf.c change sergiodj+buildbot
2016-12-10 22:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-30  7:01 [binutils-gdb] PR20886, looping in ppc64_elf_size_stubs sergiodj+buildbot
2016-12-10 18:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-29 12:01 [binutils-gdb] [ARC] Add checking for LP_COUNT reg usage, improve error reporting sergiodj+buildbot
2016-12-10 16:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-29 11:20 [binutils-gdb] [ARC] Fix disassembler option sergiodj+buildbot
2016-12-10 13:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-29  3:18 [binutils-gdb] Fix debug output in record_full_open_1 sergiodj+buildbot
2016-12-10  9:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-28 21:09 [binutils-gdb] X86: Ignore REX_B bit for 32-bit XOP instructions sergiodj+buildbot
2016-12-10  4:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-28 20:51 [binutils-gdb] Partially revert patch for PR 20815 - do not sort the PT_LOAD segments. Non-ordered segments are needed by the Linux kernel sergiodj+buildbot
2016-12-10  6:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-28 19:38 [binutils-gdb] Restrict checking value.lval on using address sergiodj+buildbot
2016-12-10  0:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-28 19:26 [binutils-gdb] Adjust Value.location for lval_register sergiodj+buildbot
2016-12-09 22:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-28 17:50 [binutils-gdb] Move computed value's frame id to piece_closure sergiodj+buildbot
2016-12-09 19:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-28 16:35 [binutils-gdb] Properly hide hidden versioned symbol in executable sergiodj+buildbot
2016-12-09 15:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-27  8:30 [binutils-gdb] Remove verbosity from ui_out_message and friends sergiodj+buildbot
2016-12-09  6:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-27  8:16 [binutils-gdb] Constify wrap_here/wrap_hint code path sergiodj+buildbot
2016-12-09  3:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-27  5:56 [binutils-gdb] Fix return value of uo_redirect sergiodj+buildbot
2016-12-08 23:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-27  5:37 [binutils-gdb] Remove ui_out_destroy sergiodj+buildbot
2016-12-08 20:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-27  4:20 [binutils-gdb] Remove unused functions and declarations sergiodj+buildbot
2016-12-08 14:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-26 15:59 [binutils-gdb] Remove stale comments sergiodj+buildbot
2016-12-08 11:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-25 21:27 [binutils-gdb] Remove check requiring void argument to functions with no parameters sergiodj+buildbot
2016-12-08  8:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-25 17:47 [binutils-gdb] Fix typo in Makefile sergiodj+buildbot
2016-12-08  6:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-25 16:29 [binutils-gdb] Fix typo in comment sergiodj+buildbot
2016-12-08  0:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-25 15:36 [binutils-gdb] Fix typos in comment sergiodj+buildbot
2016-12-08  3:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-25 10:36 [binutils-gdb] Prevent problems with section alignment by not shrinking the .rsrc section sergiodj+buildbot
2016-12-07 21:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 21:27 [binutils-gdb] Do not use std::move when assigning an anonymous object to a unique_ptr sergiodj+buildbot
2016-12-07 16:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 21:00 [binutils-gdb] Add noexcept to custom non-throwing new operators sergiodj+buildbot
2016-12-07 14:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 19:17 [binutils-gdb] Optimize byte-aligned copies in copy_bitwise() sergiodj+buildbot
2016-12-07 11:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 19:13 [binutils-gdb] Add unit test for copy_bitwise sergiodj+buildbot
2016-12-07  9:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 18:47 [binutils-gdb] Fix copy_bitwise() sergiodj+buildbot
2016-12-07  6:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 17:53 [binutils-gdb] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset sergiodj+buildbot
2016-12-07  3:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24 14:48 [binutils-gdb] [ARM] Bind defined symbol locally in PIE sergiodj+buildbot
2016-12-07  0:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-24  3:59 [binutils-gdb] RISC-V/bfd: Fix bitsize of R_RISCV_ADD8 sergiodj+buildbot
2016-12-06 21:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23 17:24 [binutils-gdb] gdb: Use C++11 std::chrono sergiodj+buildbot
2016-12-06 17:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23 17:10 [binutils-gdb] Minor formatting fixups in Makefiles sergiodj+buildbot
2016-12-06 14:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23 16:36 [binutils-gdb] Normalize names of some source files sergiodj+buildbot
2016-12-06 12:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23 15:19 [binutils-gdb] Makefiles: Flatten and sort file lists sergiodj+buildbot
2016-12-06  7:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23 11:55 [binutils-gdb] Fix the linker so that it will not silently generate ELF binaries with invalid program headers. Fix readelf to report such invalid binaries sergiodj+buildbot
2016-12-06  6:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  9:06 [binutils-gdb] elf_backend_dtrel_excludes_plt sergiodj+buildbot
2016-12-06  3:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  8:40 [binutils-gdb] Delete duplicate target short-cuts to dynamic sections sergiodj+buildbot
2016-12-06  0:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  7:46 [binutils-gdb] Regen POTFILES.in sergiodj+buildbot
2016-12-05 20:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  3:21 [binutils-gdb] Fix spelling mistakes in comments in configure scripts sergiodj+buildbot
2016-12-05  9:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  1:51 [binutils-gdb] gdbserver: Use debug_printf for debug output sergiodj+buildbot
2016-12-05 14:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  0:36 [binutils-gdb] gdbarch software_single_step frame_info to regcache: tic6x sergiodj+buildbot
2016-12-05  2:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-23  0:03 [binutils-gdb] Change gdbarch software_single_step frame_info to regcache sergiodj+buildbot
2016-12-05  5:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 22:40 [binutils-gdb] gdbarch software_single_step frame_info to regcache: spu sergiodj+buildbot
2016-12-05  3:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 21:00 [binutils-gdb] gdbarch software_single_step frame_info to regcache: rs6000 sergiodj+buildbot
2016-12-04 23:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 20:47 [binutils-gdb] gdbarch software_single_step frame_info to regcache: s390 sergiodj+buildbot
2016-12-04 18:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 20:15 [binutils-gdb] gdbarch software_single_step frame_info to regcache: sparc sergiodj+buildbot
2016-12-04 15:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 19:25 [binutils-gdb] gdbarch software_single_step frame_info to regcache: nios2 sergiodj+buildbot
2016-12-04 12:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 18:47 [binutils-gdb] gdbarch software_single_step frame_info to regcache: moxie sergiodj+buildbot
2016-12-04 10:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 17:49 [binutils-gdb] gdbarch software_single_step frame_info to regcache: mips sergiodj+buildbot
2016-12-04  6:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 17:26 [binutils-gdb] gdbarch software_single_step frame_info to regcache: cris sergiodj+buildbot
2016-12-04  3:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 16:56 [binutils-gdb] gdbarch software_single_step frame_info to regcache: alpha sergiodj+buildbot
2016-12-04  1:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 15:55 [binutils-gdb] gdbarch software_single_step frame_info to regcache: aarch64 sergiodj+buildbot
2016-12-03 22:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 15:10 [binutils-gdb] New regcache_raw_get_signed sergiodj+buildbot
2016-12-03 18:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 14:50 [binutils-gdb] [ARC] Fix printing 'b' mnemonics sergiodj+buildbot
2016-12-03 12:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 13:53 [binutils-gdb] gas, opcodes: fix hardware capabilities bumping in the sparc assembler sergiodj+buildbot
2016-12-03 15:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 11:18 [binutils-gdb] PR20744, Incorrect PowerPC VLE relocs sergiodj+buildbot
2016-12-03 10:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 10:39 [binutils-gdb] Use input_bfd in relocate_section sergiodj+buildbot
2016-12-03  8:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-22 10:10 [binutils-gdb] Use VALUE_NEXT_FRAME_ID in value_from_component sergiodj+buildbot
2016-12-03  5:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-21 21:38 [binutils-gdb] Add missing POSTCOMPILE step to mi/ file generation rules sergiodj+buildbot
2016-12-03  1:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-21 17:38 [binutils-gdb] BFD/DWARF2: Correct an `index' global shadowing error sergiodj+buildbot
2016-12-02 22:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-21 14:37 [binutils-gdb] Create subobject value in pretty printer sergiodj+buildbot
2016-12-02 19:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-19 19:14 [binutils-gdb] ARI: Add detection of printf_vma and sprintf_vma sergiodj+buildbot
2016-12-02 10:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-19 13:29 [binutils-gdb] Revert "bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC" sergiodj+buildbot
2016-12-02  7:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-19  3:34 [binutils-gdb] Makefile: fix typo sergiodj+buildbot
2016-12-02  3:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-19  1:25 [binutils-gdb] libiberty: demangler crash with missing :? or fold expression component sergiodj+buildbot
2016-12-01 20:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-19  0:43 [binutils-gdb] bfd: fix negative GOT offsets for non-local references on sparc64 sergiodj+buildbot
2016-12-02  1:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 19:31 [binutils-gdb] libiberty: Add Rust symbol demangling sergiodj+buildbot
2016-12-01 22:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 18:18 [binutils-gdb] libiberty: Fix some demangler crashes caused by reading past end of input sergiodj+buildbot
2016-12-01 16:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 18:01 [binutils-gdb] libiberty: Add -Wshadow=local to warning flags (if supported) sergiodj+buildbot
2016-12-01 13:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 16:45 [binutils-gdb] Implement P0012R1, Make exception specifications part of the type system sergiodj+buildbot
2016-12-01 10:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 16:19 [binutils-gdb] libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled sergiodj+buildbot
2016-12-01  1:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 16:06 [binutils-gdb] Implement P0136R1, Rewording inheriting constructors sergiodj+buildbot
2016-12-01  4:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 14:01 [binutils-gdb] PR c++/71696 testcase sergiodj+buildbot
2016-11-30 22:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 13:05 [binutils-gdb] [AArch64] Add ARMv8.3 FCMLA and FCADD instructions sergiodj+buildbot
2016-11-30 20:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 12:49 [binutils-gdb] [AArch64] Add ARMv8.3 weaker release consistency load instructions sergiodj+buildbot
2016-11-30 17:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 11:34 [binutils-gdb] [AArch64] Add ARMv8.3 javascript floating-point conversion instruction sergiodj+buildbot
2016-11-30 14:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18 11:23 [binutils-gdb] [AArch64] Add ARMv8.3 combined pointer authentication load instructions sergiodj+buildbot
2016-11-30 11:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-18  9:59 [binutils-gdb] Help diagnose problems with the metag target when mixing static and shared binaries sergiodj+buildbot
2016-11-30  8:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17 20:10 [binutils-gdb] Makefile: Replace explicit subdir rules with pattern rules sergiodj+buildbot
2016-11-30  6:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17 18:49 [binutils-gdb] Remove code that checks for GNU/non-GNU make sergiodj+buildbot
2016-11-30  0:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17 18:31 [binutils-gdb] Document new hard requirement on GNU make sergiodj+buildbot
2016-11-29 21:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
2016-11-29 17:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17 15:56 [binutils-gdb] gdb/ctf.c: Get rid of mkdir redefinition sergiodj+buildbot
2016-11-29 15:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17 14:41 [binutils-gdb] gdb/ada-lang.c: one malloc -> unique_ptr<[]> sergiodj+buildbot
2016-11-29 11:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17  1:28 [binutils-gdb] gdb/tracepoint.c: Don't use printf_vma sergiodj+buildbot
2016-11-29  7:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-17  0:20 [binutils-gdb] Stash frame id of current frame before stashing frame id for previous frame sergiodj+buildbot
2016-11-29  3:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-16 22:59 [binutils-gdb] Make gdb.PendingFrame.read_register handle "user" registers sergiodj+buildbot
2016-11-29  2:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-16 22:04 [binutils-gdb] Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID sergiodj+buildbot
2016-11-28 20:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-16 21:50 [binutils-gdb] Distinguish sentinel frame from null frame sergiodj+buildbot
2016-11-28 16:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-16 20:03 [binutils-gdb] Extend test gdb.python/py-recurse-unwind.exp sergiodj+buildbot
2016-11-27  3:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-16 20:01 [binutils-gdb] Fix PR20789 - relaxation with negative valued diff relocs sergiodj+buildbot
2016-11-27  0:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-16  0:24 [binutils-gdb] gdb: update gnulib to pull in C++ namespace support fixes sergiodj+buildbot
2016-11-26 20:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-15 22:01 [binutils-gdb] Delete gdb::unique_ptr/gdb::move sergiodj+buildbot
2016-11-26 15:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-15 20:54 [binutils-gdb] gdb::{unique_ptr,move} -> std::{unique_ptr,move} sergiodj+buildbot
2016-11-26 15:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-15 20:24 [binutils-gdb] bitfield-parent-optimized-out: Fix struct definition sergiodj+buildbot
2016-11-26 13:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-14 19:27 [binutils-gdb] Also check GOT PLT for R_X86_64_PLTOFF64 sergiodj+buildbot
2016-11-26  6:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-14 10:28 [binutils-gdb] btrace: read entire aux buffer sergiodj+buildbot
2016-11-26  4:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-14  9:18 [binutils-gdb] Fix typo "Faal through" should be "Fall through" sergiodj+buildbot
2016-11-26  1:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-12 20:45 [binutils-gdb] Remove some cleanups from the rust code sergiodj+buildbot
2016-11-25  8:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-12 19:05 [binutils-gdb] Use std::string in rust_get_disr_info sergiodj+buildbot
2016-11-25  5:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 21:18 [binutils-gdb] Don't handle unavailable/optimized-out in spu_software_single_step sergiodj+buildbot
2016-11-25  2:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 20:35 [binutils-gdb] Identify verilog dump tests as such sergiodj+buildbot
2016-11-24 21:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 19:33 [binutils-gdb] [AArch64] Add ARMv8.3 combined pointer authentication branch instructions sergiodj+buildbot
2016-11-24 18:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 18:47 [binutils-gdb] [AArch64] Add ARMv8.3 PACGA instruction sergiodj+buildbot
2016-11-24 14:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 16:38 [binutils-gdb] [AArch64] Add ARMv8.3 pointer authentication key registers sergiodj+buildbot
2016-11-24  8:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 15:42 [binutils-gdb] [AArch64] Add ARMv8.3 instructions which are in the NOP space sergiodj+buildbot
2016-11-24  6:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 14:42 [binutils-gdb] [AArch64] Increase max_num_aliases in aarch64-gen sergiodj+buildbot
2016-11-24  3:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 13:30 [binutils-gdb] [AArch64] Add ARMv8.3 command line option and feature flag sergiodj+buildbot
2016-11-23 23:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 12:40 [binutils-gdb] Accept hidden COFF symbols, but treat them as if they were debugging symbols sergiodj+buildbot
2016-11-23 19:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 12:02 [binutils-gdb] Remove apply_val_pretty_printer parameter valaddr sergiodj+buildbot
2016-11-23 16:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 10:40 [binutils-gdb] Remove parameter valaddr from c print functions sergiodj+buildbot
2016-11-23 13:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11 10:09 [binutils-gdb] sim: mips: fix dv-tx3904cpu build error sergiodj+buildbot
2016-11-23  8:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-11  9:01 [binutils-gdb] sim: mips: fix builds for r3900 cpus due to missing check_u64 sergiodj+buildbot
2016-11-23  5:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10 12:31 [binutils-gdb] Provide a more helpful error message when the BFD library is unable to load an extremely large section sergiodj+buildbot
2016-11-22 16:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  9:30 [binutils-gdb] [AArch64] Bind defined symbol locally in PIE sergiodj+buildbot
2016-11-22 13:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  8:07 [binutils-gdb] tui-disasm: Fix window content buffer overrun sergiodj+buildbot
2016-11-20  8:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:49 [binutils-gdb] Use unique_xmalloc_ptr in Python code sergiodj+buildbot
2016-11-22  9:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:48 [binutils-gdb] Further cleanup/modernization of gdb.base/commands.exp sergiodj+buildbot
2016-11-21 22:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:47 [binutils-gdb] X86: Remove the .s suffix from EVEX vpextrw sergiodj+buildbot
2016-11-22  4:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:47 [binutils-gdb] X86: Merge AVX512F vmovq sergiodj+buildbot
2016-11-21 20:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:46 [binutils-gdb] Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix sergiodj+buildbot
2016-11-21 14:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:45 [binutils-gdb] gdb/testsuite: Introduce "proc_with_prefix" sergiodj+buildbot
2016-11-21 10:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  7:45 [binutils-gdb] agent_expr_up: gdb::unique_ptr -> std::unique_ptr sergiodj+buildbot
2016-11-21  6:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  6:36 [binutils-gdb] tui-winsource: Remove failed-allocation logic sergiodj+buildbot
2016-11-20 20:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  5:47 [binutils-gdb] gdb: Use vector::emplace_back sergiodj+buildbot
2016-11-21  0:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  4:19 [binutils-gdb] tui-disasm: Fix line buffer size calculation sergiodj+buildbot
2016-11-20 10:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-10  1:21 [binutils-gdb] darwin-nat.c: handle Darwin 16 (aka Sierra) sergiodj+buildbot
2016-11-20  5:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 23:50 [binutils-gdb] Fix py-value.exp failure on Python 3 sergiodj+buildbot
2016-11-19 19:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 23:16 [binutils-gdb] X86: Remove the THREE_BYTE_0F7A entry sergiodj+buildbot
2016-11-19 23:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 23:02 [binutils-gdb] Use ui_file_as_string in gdb/ada-lang.c sergiodj+buildbot
2016-11-17 22:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 21:50 [binutils-gdb] Fix some error-handling bugs in python frame filters sergiodj+buildbot
2016-11-19 13:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 20:30 [binutils-gdb] Remove parameter valaddr from la_val_print sergiodj+buildbot
2016-11-19 10:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 19:49 [binutils-gdb] Use get_frame_register_value instead of deprecated_frame_register_read sergiodj+buildbot
2016-11-19  5:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 18:42 [binutils-gdb] Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info sergiodj+buildbot
2016-11-19  0:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 18:35 [binutils-gdb] Use ui_file_as_string throughout more sergiodj+buildbot
2016-11-18 16:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 17:48 [binutils-gdb] 'struct agent_expr *' -> unique_ptr<agent_expr> sergiodj+buildbot
2016-11-18 20:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 15:45 [binutils-gdb] Use ui_file_as_string in gdb/language.c sergiodj+buildbot
2016-11-18 10:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 14:28 [binutils-gdb] Use ui_file_as_string in gdb/rust-lang.c sergiodj+buildbot
2016-11-18  7:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 13:50 [binutils-gdb] Use ui_file_as_string in gdb/infrun.c sergiodj+buildbot
2016-11-18  3:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 12:46 [binutils-gdb] Use ui_file_as_string in gdbarch.sh/gdbarch.c sergiodj+buildbot
2016-11-17 17:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 10:46 [binutils-gdb] Use ui_file_as_string in gdb/c-exp.y sergiodj+buildbot
2016-11-17 14:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09 10:10 [binutils-gdb] Use ui_file_as_string in gdb/compile/ sergiodj+buildbot
2016-11-17 10:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  9:53 [binutils-gdb] Use ui_file_as_string in gdb/cli/cli-setshow.c sergiodj+buildbot
2016-11-17  5:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  8:18 [binutils-gdb] Use ui_file_as_string in gdb/remote.c sergiodj+buildbot
2016-11-17  0:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  8:07 [binutils-gdb] Use ui_file_as_string in gdb/python/ sergiodj+buildbot
2016-11-16 20:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  6:37 [binutils-gdb] Use ui_file_as_string in gdb/printcmd.c sergiodj+buildbot
2016-11-16 19:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  6:19 [binutils-gdb] Use ui_file_as_string in gdb/top.c sergiodj+buildbot
2016-11-16 17:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  5:45 [binutils-gdb] Use ui_file_as_string in gdb/guile/ sergiodj+buildbot
2016-11-16  7:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  5:16 [binutils-gdb] Use ui_file_as_string in execute_command_to_string sergiodj+buildbot
2016-11-16 12:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  3:33 [binutils-gdb] Use ui_file_as_string in gdb/arm-tdep.c sergiodj+buildbot
2016-11-16  0:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  2:14 [binutils-gdb] Use ui_file_as_string in gdb/ui-out.c sergiodj+buildbot
2016-11-15 18:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-09  0:38 [binutils-gdb] Use ui_file_as_string in gdb/ada-valprint.c sergiodj+buildbot
2016-11-15 15:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 23:42 [binutils-gdb] Use ui_file_as_string in gdb/xtensa-tdep.c sergiodj+buildbot
2016-11-15  8:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 23:02 [binutils-gdb] Use ui_file_as_string in dwarf2_compute_name sergiodj+buildbot
2016-11-15  5:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 21:34 [binutils-gdb] Clean up tracepoint.h/c:collection_list sergiodj+buildbot
2016-11-15  2:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 21:02 [binutils-gdb] Introduce ui_file_as_string sergiodj+buildbot
2016-11-14 18:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 20:24 [binutils-gdb] 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> sergiodj+buildbot
2016-11-14 15:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 19:48 [binutils-gdb] cli/cli-script.c: Remove some dead NULL checks sergiodj+buildbot
2016-11-14  2:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 19:27 [binutils-gdb] cli-script.c: Simplify using std::string, eliminate cleanups sergiodj+buildbot
2016-11-14  9:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 19:12 [binutils-gdb] Introduce string_printf sergiodj+buildbot
2016-11-13 22:43 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 18:27 [binutils-gdb] breakpoint.c:commands_command_1 constification and cleanup sergiodj+buildbot
2016-11-14  8:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 17:10 [binutils-gdb] gdbarch software_single_step returns VEC (CORE_ADDR) * sergiodj+buildbot
2016-11-13 17:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 15:51 [binutils-gdb] Clear addr bit in next_pcs vector sergiodj+buildbot
2016-11-13 13:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 14:37 [binutils-gdb] Remove arm_insert_single_step_breakpoint sergiodj+buildbot
2016-11-13  9:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 14:21 [binutils-gdb] Fix PR breakpoints/20739: Badly formatted adress string in error message sergiodj+buildbot
2016-11-13  5:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 13:10 [binutils-gdb] Fix bfd/dwarf2.c build breakage sergiodj+buildbot
2016-11-12 23:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 12:26 [binutils-gdb] Fix indentation sergiodj+buildbot
2016-11-12 17:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08 11:14 [binutils-gdb] Check for truncated registers in process_g_packet sergiodj+buildbot
2016-11-12 16:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08  2:27 [binutils-gdb] X86: Properly handle bad FPU opcode sergiodj+buildbot
2016-11-12 12:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08  1:46 [binutils-gdb] Fix ext lang calls to value_struct_elt sergiodj+buildbot
2016-11-12  6:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-08  0:39 [binutils-gdb] i386-tdep.c (i386_gdbarch_init): Add comments sergiodj+buildbot
2016-11-12  1:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-07 23:37 [binutils-gdb] python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate sergiodj+buildbot
2016-11-11 20:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-07 21:48 [binutils-gdb] Sync config.sub,config.guess with upstream sergiodj+buildbot
2016-11-11 11:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-05  4:41 [binutils-gdb] Fix a few typos sergiodj+buildbot
2016-11-10 13:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-04 23:14 [binutils-gdb] arc/nps400: Validate address type operands correctly sergiodj+buildbot
2016-11-10 13:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-04 17:12 [binutils-gdb] Add support for ARM Cortex-M33 processor sergiodj+buildbot
2016-11-10 13:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-04 14:52 [binutils-gdb] Fix building binutils for all 32-bit targets by moving riscv32 target into 64-bit builds only sergiodj+buildbot
2016-11-10 13:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 23:26 [binutils-gdb] Add support for the sizeof function in Rust sergiodj+buildbot
2016-11-10 13:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 23:17 [binutils-gdb] Add support for untagged unions in Rust sergiodj+buildbot
2016-11-10 13:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 23:05 [binutils-gdb] Fix handling of discriminantless univariant enums in Rust; fix bug with encoded enums sergiodj+buildbot
2016-11-10 13:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 18:59 [binutils-gdb] arc: Implement NPS-400 dcmac instruction sergiodj+buildbot
2016-11-10 13:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 18:26 [binutils-gdb] arc: Change max instruction length to 64-bits sergiodj+buildbot
2016-11-10 13:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 18:15 [binutils-gdb] arc: Swap highbyte and lowbyte in print_insn_arc sergiodj+buildbot
2016-11-10 13:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 18:03 [binutils-gdb] opcodes/arc: Make some macros 64-bit safe sergiodj+buildbot
2016-11-10 13:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 17:51 [binutils-gdb] arc: Replace ARC_SHORT macro with arc_opcode_len function sergiodj+buildbot
2016-11-10 13:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 17:39 [binutils-gdb] arc/opcodes/nps400: Fix some instruction masks sergiodj+buildbot
2016-11-10 13:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 17:33 [binutils-gdb] X86: Reuse opcode 0x80 decoder for opcode 0x82 sergiodj+buildbot
2016-11-10 13:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 17:21 [binutils-gdb] X86: Decode opcode 0x82 as opcode 0x80 in 32-bit mode sergiodj+buildbot
2016-11-10 13:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 17:04 [binutils-gdb] Replace YY_NULL with YY_NULLPTR in LANG-exp.c sergiodj+buildbot
2016-11-10 13:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 16:59 [binutils-gdb] Deprecate old platforms sergiodj+buildbot
2016-11-10 13:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 16:43 [binutils-gdb] X86: Rename REG_82 to REG_83 sergiodj+buildbot
2016-11-10 13:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 16:27 [binutils-gdb] Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION sergiodj+buildbot
2016-11-10 13:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 16:26 [binutils-gdb] Remove arm_override_mode sergiodj+buildbot
2016-11-10 13:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 16:16 [binutils-gdb] Determine the kind of single step breakpoint sergiodj+buildbot
2016-11-10 13:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 16:05 [binutils-gdb] Add default_breakpoint_from_pc sergiodj+buildbot
2016-11-10 13:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 15:50 [binutils-gdb] Remove gdbarch_remote_breakpoint_from_pc sergiodj+buildbot
2016-11-10 13:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 15:46 [binutils-gdb] Rename placed_size to kind sergiodj+buildbot
2016-11-10 13:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 15:35 [binutils-gdb] Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind sergiodj+buildbot
2016-11-10  8:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 15:21 [binutils-gdb] Add enum for mips breakpoint kinds sergiodj+buildbot
2016-11-10  6:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 15:14 [binutils-gdb] GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION sergiodj+buildbot
2016-11-10  3:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 15:00 [binutils-gdb] gdbarch_breakpoint_from_pc doesn't return NULL sergiodj+buildbot
2016-11-09 23:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-03 11:46 [binutils-gdb] Updated Danish translation for the BFD library sergiodj+buildbot
2016-11-09 19:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-02 22:29 [binutils-gdb] Fix dwarf_expr_context method regressions sergiodj+buildbot
2016-11-09 15:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-02 19:49 [binutils-gdb] Enable Intel AVX512_4VNNIW instructions sergiodj+buildbot
2016-11-09 11:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-02 19:39 [binutils-gdb] Enable Intel AVX512_4FMAPS instructions sergiodj+buildbot
2016-11-09  7:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-01 23:28 [binutils-gdb] BFD: Fix double BFD_FAIL calls in `bfd_default_reloc_type_lookup' sergiodj+buildbot
2016-11-09  4:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-11-01 17:00 [binutils-gdb] Add support for RISC-V architecture sergiodj+buildbot
2016-11-09  1:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-31 19:02 [binutils-gdb] Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround sergiodj+buildbot
2016-11-08 21:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-31 18:27 [binutils-gdb] MIPS: Remove remains of legacy remote target support sergiodj+buildbot
2016-11-08 18:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-31 17:24 [binutils-gdb] MIPS: Remove remains of IRIX OS ABI support sergiodj+buildbot
2016-11-08 14:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-31  4:04 [binutils-gdb] Revert part "Set dynamic tag VMA and size from dynamic section when possible" sergiodj+buildbot
2016-11-08 11:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-29 17:56 [binutils-gdb] gdb/NEWS: Clarify C++ requirement sergiodj+buildbot
2016-11-08  2:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-29 16:13 [binutils-gdb] Support command-line redirection in native MS-Windows debugging sergiodj+buildbot
2016-11-07 21:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 16:20 [binutils-gdb] gdb: Import AX_CXX_COMPILE_STDCXX from the GNU Autoconf Archive sergiodj+buildbot
2016-11-07 18:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 15:46 [binutils-gdb] gdb/testsuite: Avoid a buffer overrun in `gdb.base/maint.exp' sergiodj+buildbot
2016-11-07 10:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 15:01 [binutils-gdb] Make gdb.base/foll-exec.exp test pattern more general sergiodj+buildbot
2016-11-07  5:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 14:01 [binutils-gdb] Fix gdb.base/maint.exp regressions sergiodj+buildbot
2016-11-07  1:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 12:51 [binutils-gdb] btrace: bridge gaps sergiodj+buildbot
2016-11-06 21:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 12:08 [binutils-gdb] btrace: preserve function level for unexpected returns sergiodj+buildbot
2016-11-06 18:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 11:31 [binutils-gdb] btrace: update tail call heuristic sergiodj+buildbot
2016-11-06 13:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28 10:04 [binutils-gdb] btrace: allow leading trace gaps sergiodj+buildbot
2016-11-06 12:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-28  9:54 [binutils-gdb] btrace: fix gap indication sergiodj+buildbot
2016-11-06  7:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-27 17:39 [binutils-gdb] Enable range stepping if software single step is supported sergiodj+buildbot
2016-11-06  4:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-27 17:15 [binutils-gdb] Get pending events in random sergiodj+buildbot
2016-11-06  1:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-27 15:49 [binutils-gdb] Remove single-step breakpoint for GDBserver internal event sergiodj+buildbot
2016-11-05 21:14 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-27 13:09 [binutils-gdb] gdb: Coalesce/aggregate (async) vCont packets/actions sergiodj+buildbot
2016-11-05  4:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-27 12:23 [binutils-gdb] gas/arc: Don't rely on bfd list of cpu type for cpu selection sergiodj+buildbot
2016-11-05 18:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-26 23:05 [binutils-gdb] PR 20569, segv in follow_exec sergiodj+buildbot
2016-11-05 13:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-26 21:33 [binutils-gdb] Make symfile_add_flags and objfile->flags strongly typed sergiodj+buildbot
2016-11-05 10:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-26 20:33 [binutils-gdb] gdb: Free inferior->priv when inferior exits sergiodj+buildbot
2016-11-04 23:02 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-26 18:48 [binutils-gdb] gdbserver: Leave already-vCont-resumed threads as they were sergiodj+buildbot
2016-11-05  2:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-26 16:05 [binutils-gdb] gdb: Clean up remote.c:remote_resume sergiodj+buildbot
2016-10-26 19:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-25  6:28 [binutils-gdb] NDS32/BFD: Correct an aliasing error in `nds32_elf_check_relocs' sergiodj+buildbot
2016-10-26  1:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-25  5:31 [binutils-gdb] ARM/BFD: Correct an `index' global shadowing error sergiodj+buildbot
2016-10-25 22:35 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17 23:24 [binutils-gdb] Fix duplicate test message in mi-trace-save.exp sergiodj+buildbot
2016-10-18 11:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17 21:50 [binutils-gdb] Fix comment in mi-trace-save.exp sergiodj+buildbot
2016-10-18  7:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17 21:05 [binutils-gdb] Fix -trace-save crash when argument is missing sergiodj+buildbot
2016-10-18  4:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17 16:34 [binutils-gdb] gdb: Fix phony iconv build sergiodj+buildbot
2016-10-18  0:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17 13:56 [binutils-gdb] Removed pseudo invalid instructions opcodes sergiodj+buildbot
2016-10-17 20:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17 11:03 [binutils-gdb] Update list of ELF machine numbers sergiodj+buildbot
2016-10-17 16:58 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-17  9:46 [binutils-gdb] Sync libiberty sources with gcc mainline sergiodj+buildbot
2016-10-17 11:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-14 16:54 [binutils-gdb] FINAL/OVERRIDE: Define to empty on g++ < 4.7 sergiodj+buildbot
2016-10-15 15:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-14 16:29 [binutils-gdb] Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h sergiodj+buildbot
2016-10-15 12:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-14 13:25 [binutils-gdb] Fix set sysroot command on AIX sergiodj+buildbot
2016-10-15  8:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-14 12:37 [binutils-gdb] [ARC] Disassembler: fix LIMM detection for short instructions sergiodj+buildbot
2016-10-15  4:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-14  9:25 [binutils-gdb] btrace: remove leftover comment sergiodj+buildbot
2016-10-15  1:08 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-14  7:30 [binutils-gdb] Include strings.h where available sergiodj+buildbot
2016-10-14 18:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13 15:27 [binutils-gdb] Share proc get_var_address sergiodj+buildbot
2016-10-13 16:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13 14:54 [binutils-gdb] Skip testing structures with floating points sergiodj+buildbot
2016-10-13 15:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13  5:24 [binutils-gdb] Use std::string in macho_symfile_read_all_oso sergiodj+buildbot
2016-10-13  7:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13  4:50 [binutils-gdb] Remove unnecessary null_cleanup sergiodj+buildbot
2016-10-13  5:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13  2:59 [binutils-gdb] Turn wchar iterator into a class sergiodj+buildbot
2016-10-13  4:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13  2:25 [binutils-gdb] Change selttest.c to use use std::vector sergiodj+buildbot
2016-10-13  3:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-13  1:21 [binutils-gdb] Convert tid_range_parser and get_number_or_range to classes sergiodj+buildbot
2016-10-13  2:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-12 16:00 [binutils-gdb] arc: Add support for Newlib sergiodj+buildbot
2016-10-12 17:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-12 15:51 [binutils-gdb] Fixup gdb.python/py-value.exp for bare-metal aarch64-elf sergiodj+buildbot
2016-10-12 18:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-12 13:32 [binutils-gdb] arc: Add evaluation of long jump targets sergiodj+buildbot
2016-10-12 16:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-12 13:03 [binutils-gdb] arc: Add a gdbarch_tdep structure sergiodj+buildbot
2016-10-12 15:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-12 11:51 [binutils-gdb] [AArch64] Track FP registers in prologue analyzer sergiodj+buildbot
2016-10-12 12:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-11 23:35 [binutils-gdb] BFD_FAKE_SECTION macro params sergiodj+buildbot
2016-10-12  0:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-11 17:27 [binutils-gdb] testsuite: Fix gdb.arch/powerpc-prologue.c compilation sergiodj+buildbot
2016-10-11 18:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-11 15:00 [binutils-gdb] testsuite: Use standard_output_file sergiodj+buildbot
2016-10-11 15:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-11 10:42 [binutils-gdb] [AArch64] PR target/20666, fix wrong encoding of new introduced BFC pseudo sergiodj+buildbot
2016-10-11 11:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-11  7:59 [binutils-gdb] Always descend into output section statements in lang_do_assignments sergiodj+buildbot
2016-10-11  8:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-10 11:41 [binutils-gdb] Share enum arm_breakpoint_kinds sergiodj+buildbot
2016-10-10 13:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-10 10:37 [binutils-gdb] Rename 'arch' by 'gdbarch' in m32c_gdbarch_init sergiodj+buildbot
2016-10-10 11:42 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-10  9:44 [binutils-gdb] Remove v850_dbtrap_breakpoint_from_pc sergiodj+buildbot
2016-10-10 10:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-09  0:26 [binutils-gdb] ui-out.c: Remove unused parameter to push_level sergiodj+buildbot
2016-10-09  5:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-07 10:50 [binutils-gdb] Set regdir in tdesc-regs.exp or arm sergiodj+buildbot
2016-10-08 23:49 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-07 10:19 [binutils-gdb] [AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt operand for "ic"/"tlbi" sergiodj+buildbot
2016-10-09  1:06 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-07  7:33 [binutils-gdb] bfd_merge_private_bfd_data tidy sergiodj+buildbot
2016-10-08 19:12 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-07  7:22 [binutils-gdb] python: accept address and explicit locations in gdb.decode_line sergiodj+buildbot
2016-10-08 22:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-07  4:51 [binutils-gdb] Fix gdb.Value->python conversion for large unsigned ints sergiodj+buildbot
2016-10-08 11:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-07  2:07 [binutils-gdb] Pass link_info to _bfd_merge_private_bfd_data sergiodj+buildbot
2016-10-08 21:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 23:56 [binutils-gdb] Consolidate API of target_supports_multi_process sergiodj+buildbot
2016-10-08 16:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 23:29 [binutils-gdb] gdb: Remove some C compiler support leftovers sergiodj+buildbot
2016-10-08 14:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 22:11 [binutils-gdb] frame.h: Forward-declare struct ui_out sergiodj+buildbot
2016-10-08  9:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 21:27 [binutils-gdb] Remove Java support sergiodj+buildbot
2016-10-07 21:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 17:57 [binutils-gdb] mips-tdep: Make FCRs always 32-bit sergiodj+buildbot
2016-10-07 18:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 17:15 [binutils-gdb] mips-tdep: Rearrange comments in `mips_pseudo_register_type' sergiodj+buildbot
2016-10-07 16:31 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 16:49 [binutils-gdb] testsuite: solib-disc: Use `standard_output_file' sergiodj+buildbot
2016-10-07 14:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 15:03 [binutils-gdb] stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression sergiodj+buildbot
2016-10-07  9:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 13:14 [binutils-gdb] Fix PR11094: JIT breakpoint is not properly recreated on reruns sergiodj+buildbot
2016-10-07  2:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 12:17 [binutils-gdb] Fix a few gdb.base/jit-simple.exp problems sergiodj+buildbot
2016-10-06 23:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06 11:32 [binutils-gdb] Make "end" field in feature specs required again sergiodj+buildbot
2016-10-06 21:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06  1:07 [binutils-gdb] -Wimplicit-fallthrough warning fixes sergiodj+buildbot
2016-10-06 19:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06  0:52 [binutils-gdb] -Wimplicit-fallthrough error fixes sergiodj+buildbot
2016-10-06 16:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-06  0:04 [binutils-gdb] Don't use boolean OR in arithmetic expressions sergiodj+buildbot
2016-10-06 14:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 20:50 [binutils-gdb] testsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.exp sergiodj+buildbot
2016-10-06 11:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 19:49 [binutils-gdb] PR remote/20655 - small fix in handle_tracepoint_bkpts sergiodj+buildbot
2016-10-06  9:45 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 17:55 [binutils-gdb] PR gdb/20653 - small cleanup in string_to_explicit_location sergiodj+buildbot
2016-10-06  7:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 17:49 [binutils-gdb] PR symtab/20652 - fix psymbol_compare sergiodj+buildbot
2016-10-06  4:59 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 16:25 [binutils-gdb] Skip complex types tests if gdb_skip_float_test sergiodj+buildbot
2016-10-06  2:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 14:41 [binutils-gdb] arc: Remove annoying debug message sergiodj+buildbot
2016-10-05 21:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 13:07 [binutils-gdb] Allow DW_OP_GNU_uninit in dwarf_expr_require_composition sergiodj+buildbot
2016-10-06  0:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05 11:11 [binutils-gdb] Update the path arm-*.xml files for aarch64 sergiodj+buildbot
2016-10-05 19:37 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05  9:34 [binutils-gdb] Regenerate some regformats/rs6000/*.dat files sergiodj+buildbot
2016-10-05 17:10 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05  9:18 [binutils-gdb] Generate s390 target description c files sergiodj+buildbot
2016-10-05 14:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05  9:01 [binutils-gdb] Simplify i386, amd64 and x32 expedite registers sergiodj+buildbot
2016-10-05 12:22 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-05  8:44 [binutils-gdb] Clean up the XML files for ARM sergiodj+buildbot
2016-10-05  9:57 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-03 22:01 [binutils-gdb] Add test for user context selection sync sergiodj+buildbot
2016-10-04  0:38 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-10-03 21:15 [binutils-gdb] Emit inferior, thread and frame selection events to all UIs sergiodj+buildbot
2016-10-03 22:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-30 17:36 [binutils-gdb] [AArch64] PR target/20553, fix opcode mask for SIMD multiply by element sergiodj+buildbot
2016-09-30 18:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-30 15:11 [binutils-gdb] Remove syntactic sugar sergiodj+buildbot
2016-09-30 17:09 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-30 14:26 [binutils-gdb] Make bfd_error_handler_type like vprintf sergiodj+buildbot
2016-09-30 15:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-30 10:59 [binutils-gdb] Update tests to account for the L operand being compulsory sergiodj+buildbot
2016-09-30 13:36 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-29 21:17 [binutils-gdb] PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression sergiodj+buildbot
2016-09-30  9:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-29 17:39 [binutils-gdb] Disallow 3-operand cmp[l][i] for ppc64 sergiodj+buildbot
2016-09-29 19:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-29  6:35 [binutils-gdb] Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed sergiodj+buildbot
2016-09-29 16:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-28 23:53 [binutils-gdb] Fix seg-fault in the linker introduced by the previous delta sergiodj+buildbot
2016-09-29  6:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-28 22:44 [binutils-gdb] [ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry sergiodj+buildbot
2016-09-28 23:27 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-28 12:00 [binutils-gdb] Add archives and make stamps to the .gitignore file sergiodj+buildbot
2016-09-28 22:30 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-28  0:56 [binutils-gdb] Ensure that the timestamp in PE/COFF headers is always initialised sergiodj+buildbot
2016-09-28 11:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-27 11:34 [binutils-gdb] Detect the magic address of EXC_RETURN in ARM coretx-m profile sergiodj+buildbot
2016-09-28  0:20 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-27  2:10 [binutils-gdb] When building target binaries, ensure that the warning flags selected for the command line match the target compiler sergiodj+buildbot
2016-09-27 15:55 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-26 22:57 [binutils-gdb] Fix the calculation of AMD64_PCRQUAD relocations sergiodj+buildbot
2016-09-27  8:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-26 19:24 [binutils-gdb] [ARC] ISA alignment sergiodj+buildbot
2016-09-27  6:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-26 16:58 [binutils-gdb] PowerPC .gnu.attributes sergiodj+buildbot
2016-09-27  3:11 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-26 11:09 [binutils-gdb] Call debug_exit in linux_wait_1 sergiodj+buildbot
2016-09-27  2:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-25  5:08 [binutils-gdb] Fix a use of target_mourn_inferior in windows-nat.c sergiodj+buildbot
2016-09-26 18:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-24  7:30 [binutils-gdb] Use std::string rather than dyn-string sergiodj+buildbot
2016-09-26 16:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-24  4:16 [binutils-gdb] Use std::vector in objfiles.c sergiodj+buildbot
2016-09-26 16:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-24  2:55 [binutils-gdb] Use std::string, std::vector in rust-lang.c sergiodj+buildbot
2016-09-26 10:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-24  0:14 [binutils-gdb] Use std::string in cp-namespace.c sergiodj+buildbot
2016-09-26 10:25 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-23 23:51 [binutils-gdb] Use std::string in break-catch-sig.c sergiodj+buildbot
2016-09-26 10:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-23 22:27 [binutils-gdb] Remove some unnecessary code sergiodj+buildbot
2016-09-26  9:21 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-23 21:43 [binutils-gdb] Replace sprintf with xsnprintf in nat/linux-osdata.c sergiodj+buildbot
2016-09-26  8:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-23 20:08 [binutils-gdb] gdb: Replace operator new / operator new[] sergiodj+buildbot
2016-09-26  5:18 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-23 19:06 [binutils-gdb] Delete relocations associatesd with deleted exidx entries sergiodj+buildbot
2016-09-26  4:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-23  0:46 [binutils-gdb] Close gdbserver in mi_gdb_exit sergiodj+buildbot
2016-09-26  3:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 23:04 [binutils-gdb] Fix build breakage from commit 6ec2b2 sergiodj+buildbot
2016-09-26  3:28 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 21:20 [binutils-gdb] Use gdbserver-base in remote-gdbserver-on-localhost.exp sergiodj+buildbot
2016-09-26  1:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 20:53 [binutils-gdb] arc: Fix ARI warning for printf(%p) sergiodj+buildbot
2016-09-25 22:01 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 19:54 [binutils-gdb] Check the right proc name sergiodj+buildbot
2016-09-25 19:33 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 17:56 [binutils-gdb] Add myself as a write-after-approval GDB maintainer sergiodj+buildbot
2016-09-25 17:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 17:43 [binutils-gdb] arc: New Synopsys ARC port sergiodj+buildbot
2016-09-25 14:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 16:46 [binutils-gdb] ppc: Fix return of instruction handlers in ppc_process_record_op63 sergiodj+buildbot
2016-09-25 12:16 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 14:56 [binutils-gdb] PR gdb/20604 - fix "quit" when an invalid expression is used sergiodj+buildbot
2016-09-25  4:24 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 14:12 [binutils-gdb] Update and add .gitignore's sergiodj+buildbot
2016-09-24 23:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 13:27 [binutils-gdb] ppc: Add Power ISA 3.0/POWER9 instructions record support sergiodj+buildbot
2016-09-24 16:47 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 12:46 [binutils-gdb] [AArch64] Print spaces after commas in addresses sergiodj+buildbot
2016-09-24 14:15 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 12:08 [binutils-gdb] [AArch64] Use "must" rather than "should" in error messages sergiodj+buildbot
2016-09-24 10:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 11:51 [binutils-gdb] [AArch64] Add SVE condition codes sergiodj+buildbot
2016-09-24  7:34 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22 10:26 [binutils-gdb] [AArch64][SVE 31/32] Add SVE instructions sergiodj+buildbot
2016-09-24  1:13 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  9:37 [binutils-gdb] [AArch64][SVE 29/32] Add new SVE core & FP register operands sergiodj+buildbot
2016-09-23 19:03 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  9:31 [binutils-gdb] [AArch64][SVE 30/32] Add SVE instruction classes sergiodj+buildbot
2016-09-23 22:51 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  8:08 [binutils-gdb] [AArch64][SVE 28/32] Add SVE FP immediate operands sergiodj+buildbot
2016-09-23 18:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  8:06 [binutils-gdb] [AArch64][SVE 27/32] Add SVE integer immediate operands sergiodj+buildbot
2016-09-23 17:46 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  7:02 [binutils-gdb] [AArch64][SVE 26/32] Add SVE MUL VL addressing modes sergiodj+buildbot
2016-09-23 16:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  6:53 [binutils-gdb] [AArch64][SVE 25/32] Add support for SVE addressing modes sergiodj+buildbot
2016-09-23  8:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  5:23 [binutils-gdb] [AArch64][SVE 24/32] Add AARCH64_OPND_SVE_PATTERN_SCALED sergiodj+buildbot
2016-09-23  7:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  4:41 [binutils-gdb] [AArch64][SVE 23/32] Add SVE pattern and prfop operands sergiodj+buildbot
2016-09-23  6:56 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  4:21 [binutils-gdb] [AArch64][SVE 22/32] Add qualifiers for merging and zeroing predication sergiodj+buildbot
2016-09-23  4:29 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  2:34 [binutils-gdb] [AArch64][SVE 21/32] Add Zn and Pn registers sergiodj+buildbot
2016-09-23  0:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  2:10 [binutils-gdb] [AArch64][SVE 20/32] Add support for tied operands sergiodj+buildbot
2016-09-22 19:39 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  1:25 [binutils-gdb] [AArch64][SVE 19/32] Refactor address-printing code sergiodj+buildbot
2016-09-22 18:26 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-22  0:34 [binutils-gdb] [AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_reg sergiodj+buildbot
2016-09-22 14:53 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-21 23:35 [binutils-gdb] [AArch64][SVE 16/32] Use specific insert/extract methods for fpimm sergiodj+buildbot
2016-09-22  9:44 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-21 21:52 [binutils-gdb] [AArch64][SVE 15/32] Add {insert, extract}_all_fields helpers sergiodj+buildbot
2016-09-22  7:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-21 21:23 [binutils-gdb] [AArch64][SVE 14/32] Make aarch64_logical_immediate_p take an element size sergiodj+buildbot
2016-09-22  5:07 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-21 19:48 [binutils-gdb] [AArch64][SVE 02/32] Avoid hard-coded limit in indented_print sergiodj+buildbot
2016-09-21 23:40 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-21 15:44 [binutils-gdb] Keep reserved bits in CPSR on write sergiodj+buildbot
2016-09-21 17:52 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-20 21:40 [binutils-gdb] Avoid -Wduplicated-cond warnings in gdb/python sergiodj+buildbot
2016-09-21 13:17 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-20 20:52 [binutils-gdb] ppc: Fix record support of Store String Word instructions sergiodj+buildbot
2016-09-21 12:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-20 17:47 [binutils-gdb] Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regression on my last commit) sergiodj+buildbot
2016-09-20 20:19 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-20  9:06 [binutils-gdb] gdb: Fix build breakage with GCC 4.1 and --disable-nls sergiodj+buildbot
2016-09-20 17:41 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-19 23:22 [binutils-gdb] bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC sergiodj+buildbot
2016-09-20 17:23 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-19 16:45 [binutils-gdb] Consolidate target_mourn_inferior between GDB and gdbserver sergiodj+buildbot
2016-09-20 17:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-09-19 12:42 [binutils-gdb] gdb/s390: Fix build breakage due to std::min/std::max usage without header sergiodj+buildbot
2016-09-20 16:32 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master sergiodj+buildbot

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