public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Make import libraries relocatable objects
@ 2017-05-08 14:55 sergiodj+buildbot
  2017-05-08 14:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 14:55 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 046734ff424bc5a4c1b6a69630d5bb31aa67165c ***

Author: Thomas Preud'homme <thomas.preudhomme@arm.com>
Branch: master
Commit: 046734ff424bc5a4c1b6a69630d5bb31aa67165c

Make import libraries relocatable objects

For ELF targets --out-implib currently generates an executable file
(e_type is ET_EXEC) despite the file being expected to be linked against
some other object file to make an executable later. It seems therefore
more sensible to make the import library a relocatable object file
(e_type set to ET_REL).

Incidentally, as dicted by requirement 8 of
"ARM v8-M Security Extensions: Requirements on Development Tools"
(document ARM-ECM-0359818) version 1.0, import libraries generated when
using --cmse-implib *must* be relocatable object file so this commit
also adds an assert there in case the type of ELF import library is
changed again in the future.

2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>

bfd/
	* elflink.c (elf_output_implib): Remove executable flag from import
	library bfd.
	* elf32-arm.c (elf32_arm_filter_implib_symbols): Assert that the import
	library is a relocatable object file.

ld/
	* testsuite/ld-arm/arm-elf.exp
	(Secure gateway import library generation): Check e_type field
	of import library and executable produced.
	* testsuite/ld-arm/cmse-implib.type: Expectations for e_type field.


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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
@ 2017-05-08 14:55 ` sergiodj+buildbot
  2017-05-08 15:02 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 14:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-gdbserver-m32/builds/573>

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-gdbserver-m32/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
============================


*** 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] 9+ messages in thread

* Failures on Fedora-s390x-m64, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
  2017-05-08 14:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
@ 2017-05-08 15:02 ` sergiodj+buildbot
  2017-05-08 15:03 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 15:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** 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-s390x-m64/xfails/master/xfail;hb=474b075>

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-s390x-m64/xfails/master/xfail.table;hb=474b075>




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

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
  2017-05-08 14:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
  2017-05-08 15:02 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2017-05-08 15:03 ` sergiodj+buildbot
  2017-05-08 15:20 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 15:03 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/1947>

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-native-gdbserver-m64/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** 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=84d1683>

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=84d1683>




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

* Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2017-05-08 15:03 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2017-05-08 15:20 ` sergiodj+buildbot
  2017-05-08 15:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-extended-gdbserver-m32/builds/578>

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-extended-gdbserver-m32/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
============================


*** 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] 9+ messages in thread

* Failures on Fedora-x86_64-m32, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2017-05-08 15:20 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2017-05-08 15:26 ` sergiodj+buildbot
  2017-05-08 15:30 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 15:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/new-ui.exp: do_test: delete all breakpoints on extra console
PASS -> FAIL: gdb.base/new-ui.exp: do_test: main console: next causes no spurious output on other console
============================


*** 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=76a0059>

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=76a0059>




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

* Failures on Ubuntu-AArch64-m64, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2017-05-08 15:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2017-05-08 15:30 ` sergiodj+buildbot
  2017-05-08 15:44 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
  2017-05-08 16:24 ` Failures on Fedora-i686, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 15:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

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

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-m64/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
============================


*** 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-m64/xfails/master/xfail;hb=abee8a4>

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-m64/xfails/master/xfail.table;hb=abee8a4>




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

* Failures on Ubuntu-AArch32-m32, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2017-05-08 15:30 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
@ 2017-05-08 15:44 ` sergiodj+buildbot
  2017-05-08 16:24 ` Failures on Fedora-i686, " sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 15:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-m32/builds/578>

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-m32/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
============================


*** 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] 9+ messages in thread

* Failures on Fedora-i686, branch master
  2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2017-05-08 15:44 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
@ 2017-05-08 16:24 ` sergiodj+buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: sergiodj+buildbot @ 2017-05-08 16:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	046734ff424bc5a4c1b6a69630d5bb31aa67165c

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@arm.com>

Subject:
	Make import libraries relocatable objects

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/04/046734ff424bc5a4c1b6a69630d5bb31aa67165c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/new-ui.exp: do_test: delete all breakpoints on extra console
============================


*** 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-i686/xfails/master/xfail;hb=73cc289>

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-i686/xfails/master/xfail.table;hb=73cc289>




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

end of thread, other threads:[~2017-05-08 16:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 14:55 [binutils-gdb] Make import libraries relocatable objects sergiodj+buildbot
2017-05-08 14:55 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master sergiodj+buildbot
2017-05-08 15:02 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2017-05-08 15:03 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2017-05-08 15:20 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
2017-05-08 15:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2017-05-08 15:30 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
2017-05-08 15:44 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
2017-05-08 16:24 ` Failures on Fedora-i686, " 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).