public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf.
@ 2019-01-16 22:52 sergiodj+buildbot
2019-01-16 22:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
` (11 more replies)
0 siblings, 12 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 22:52 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 2dc8dd17cd595bd7a1b0824c83380af52e633fc1 ***
Author: Jim Wilson <jimw@sifive.com>
Branch: master
Commit: 2dc8dd17cd595bd7a1b0824c83380af52e633fc1
RISC-V: Support ELF attribute for gas and readelf.
2019-01-16 Kito Cheng <kito@andestech.com>
Nelson Chu <nelson@andestech.com>
bfd/
* elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
(elf_backend_obj_attrs_vendor): Define.
(elf_backend_obj_attrs_section_type): Likewise.
(elf_backend_obj_attrs_section): Likewise.
(elf_backend_obj_attrs_arg_type): Define as
riscv_elf_obj_attrs_arg_type.
* elfxx-riscv.c (riscv_estimate_digit): New.
(riscv_estimate_arch_strlen1): Likewise.
(riscv_estimate_arch_strlen): Likewise.
(riscv_arch_str1): Likewise.
(riscv_arch_str): Likewise.
* elfxx-riscv.h (riscv_arch_str): Declare.
binutils/
* readelf.c (get_riscv_section_type_name): New function.
(get_section_type_name): Add handler for RISC-V.
(riscv_attr_tag_t): Declare.
(riscv_attr_tag): New.
(display_riscv_attribute): New function.
(process_attributes): Add handler for RISC-V.
* testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
section.
gas/
* config/tc-riscv.c (DEFAULT_RISCV_ATTR): Define to 0 if not defined.
(riscv_set_options): Add `arch_attr` field.
(riscv_opts): Set default value for arch_attr.
(riscv_write_out_arch_attr): New.
(riscv_set_public_attributes): Likewise.
(riscv_md_end): Likewise.
(riscv_convert_symbolic_attribute): Likewise.
(s_riscv_attribute): Likewise.
(explicit_arch_attr): Likewise.
(riscv_pseudo_table): Add .attribute to the table.
(options): Add OPTION_ARCH_ATTR and OPTION_NO_ARCH_ATTR
enumeration constants.
(md_longopts): Add `march-attr' and `mno-arch-attr' options.
(md_parse_option): Handle the new options.
(md_show_usage): Document the `march-attr' option.
* config/tc-riscv.h (md_end): Define as riscv_md_end
(riscv_md_end): Declare.
(CONVERT_SYMBOLIC_ATTRIBUTE): Define as
riscv_convert_symbolic_attribute.
(riscv_convert_symbolic_attribute): Declare.
(start_assemble): Declare.
* testsuite/gas/elf/elf.exp: Adjust test case for section2.e.
* testsuite/gas/elf/section2.e-riscv: New.
* testsuite/gas/riscv/attribute-01.d: New test
* testsuite/gas/riscv/attribute-02.d: Likewise.
* testsuite/gas/riscv/attribute-03.d: Likewise.
* testsuite/gas/riscv/attribute-04.d: Likewise.
* testsuite/gas/riscv/attribute-04.s: Likewise.
* testsuite/gas/riscv/attribute-05.d: Likewise.
* testsuite/gas/riscv/attribute-05.s: Likewise.
* testsuite/gas/riscv/attribute-06.d: Likewise.
* testsuite/gas/riscv/attribute-06.s: Likewise.
* testsuite/gas/riscv/attribute-07.d: Likewise.
* testsuite/gas/riscv/attribute-07.s: Likewise.
* testsuite/gas/riscv/attribute-08.d: Likewise.
* testsuite/gas/riscv/attribute-08.s: Likewise.
* testsuite/gas/riscv/attribute-unknown.d: Likewise.
* testsuite/gas/riscv/attribute-unknown.s: Likewise.
* testsuite/gas/riscv/empty.l: Likewise.
* doc/c-riscv.texi (.attribute): Add documentation.
* configure.ac (--enable-default-riscv-attribute): New options.
* configure: Re-generate.
* config.in: Re-generate.
include/
* elf/riscv.h (SHT_RISCV_ATTRIBUTES): Define.
(Tag_RISCV_arch): Likewise.
(Tag_RISCV_priv_spec): Likewise.
(Tag_RISCV_priv_spec_minor): Likewise.
(Tag_RISCV_priv_spec_revision): Likewise.
(Tag_RISCV_unaligned_access): Likewise.
(Tag_RISCV_stack_align): Likewise.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-i686, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
@ 2019-01-16 22:52 ` sergiodj+buildbot
2019-01-16 23:08 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 22:52 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-4
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/11878>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-i686/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail?id=669effba>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail.table?id=669effba>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
2019-01-16 22:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2019-01-16 23:08 ` sergiodj+buildbot
2019-01-16 23:28 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 23:08 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/7429>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail?id=1cd1df4a>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail.table?id=1cd1df4a>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-cc-with-index, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
2019-01-16 22:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2019-01-16 23:08 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-16 23:28 ` sergiodj+buildbot
2019-01-16 23:43 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 23:28 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-4
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/11792>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail?id=fa581ce7>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail.table?id=fa581ce7>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-native-gdbserver-m64, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (2 preceding siblings ...)
2019-01-16 23:28 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2019-01-16 23:43 ` sergiodj+buildbot
2019-01-16 23:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 23:43 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/7286>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.trace/tspeed.exp: print iters = init_iters
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=808ebe15>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-gdbserver-m64/xfails/master/xfail.table?id=808ebe15>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (3 preceding siblings ...)
2019-01-16 23:43 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-16 23:45 ` sergiodj+buildbot
2019-01-17 0:09 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 23:45 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/11557>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 1
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 6
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 6
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail?id=d39bf374>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail.table?id=d39bf374>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (4 preceding siblings ...)
2019-01-16 23:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2019-01-17 0:09 ` sergiodj+buildbot
2019-01-17 0:20 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 0:09 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/11829>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
new UNRESOLVED: gdb.arch/amd64-dword.exp: can't run to main
new UNRESOLVED: gdb.arch/amd64-dword.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=77d461c7>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table?id=77d461c7>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (5 preceding siblings ...)
2019-01-17 0:09 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-17 0:20 ` sergiodj+buildbot
2019-01-17 0:31 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 0:20 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/11795>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
new FAIL: gdb.ada/array_return.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: print a
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=76c70a25>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail.table?id=76c70a25>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-m32, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (6 preceding siblings ...)
2019-01-17 0:20 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-17 0:31 ` sergiodj+buildbot
2019-01-17 0:47 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 0:31 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/11630>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail?id=4b5c6504>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail.table?id=4b5c6504>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (7 preceding siblings ...)
2019-01-17 0:31 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2019-01-17 0:47 ` sergiodj+buildbot
2019-01-19 16:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 0:47 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/11563>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail?id=c4bc962a>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail.table?id=c4bc962a>
^ permalink raw reply [flat|nested] 13+ messages in thread
* *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE ***
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (8 preceding siblings ...)
2019-01-17 0:47 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2019-01-19 16:33 ` sergiodj+buildbot
2019-01-19 18:05 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master sergiodj+buildbot
2019-01-19 18:29 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 16:33 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-extended-gdbserver-m64/builds/476>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Failed to compiled GDB. ***
============================
+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-hppa.lo -MD -MP -MF .deps/elf32-hppa.Tpo -c ../../binutils-gdb/bfd/elf32-hppa.c -o elf32-hppa.o
mv -f .deps/elf32-dlx.Tpo .deps/elf32-dlx.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-ip2k.lo -MD -MP -MF .deps/elf32-ip2k.Tpo -c -o elf32-ip2k.lo ../../binutils-gdb/bfd/elf32-ip2k.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../../binutils-gdb/bfd/elf32-i386.c -o elf32-i386.o
mv -f .deps/elf32-epiphany.Tpo .deps/elf32-epiphany.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-iq2000.lo -MD -MP -MF .deps/elf32-iq2000.Tpo -c -o elf32-iq2000.lo ../../binutils-gdb/bfd/elf32-iq2000.c
mv -f .deps/elf32-cr16.Tpo .deps/elf32-cr16.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-lm32.lo -MD -MP -MF .deps/elf32-lm32.Tpo -c -o elf32-lm32.lo ../../binutils-gdb/bfd/elf32-lm32.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-ip2k.lo -MD -MP -MF .deps/elf32-ip2k.Tpo -c ../../binutils-gdb/bfd/elf32-ip2k.c -o elf32-ip2k.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-iq2000.lo -MD -MP -MF .deps/elf32-iq2000.Tpo -c ../../binutils-gdb/bfd/elf32-iq2000.c -o elf32-iq2000.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-lm32.lo -MD -MP -MF .deps/elf32-lm32.Tpo -c ../../binutils-gdb/bfd/elf32-lm32.c -o elf32-lm32.o
mv -f .deps/elf32-fr30.Tpo .deps/elf32-fr30.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m32c.lo -MD -MP -MF .deps/elf32-m32c.Tpo -c -o elf32-m32c.lo ../../binutils-gdb/bfd/elf32-m32c.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m32c.lo -MD -MP -MF .deps/elf32-m32c.Tpo -c ../../binutils-gdb/bfd/elf32-m32c.c -o elf32-m32c.o
mv -f .deps/elf32-avr.Tpo .deps/elf32-avr.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m32r.lo -MD -MP -MF .deps/elf32-m32r.Tpo -c -o elf32-m32r.lo ../../binutils-gdb/bfd/elf32-m32r.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m32r.lo -MD -MP -MF .deps/elf32-m32r.Tpo -c ../../binutils-gdb/bfd/elf32-m32r.c -o elf32-m32r.o
mv -f .deps/elf-m10300.Tpo .deps/elf-m10300.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68hc11.lo -MD -MP -MF .deps/elf32-m68hc11.Tpo -c -o elf32-m68hc11.lo ../../binutils-gdb/bfd/elf32-m68hc11.c
mv -f .deps/elf32-am33lin.Tpo .deps/elf32-am33lin.Plo
mv -f .deps/elf32-cris.Tpo .deps/elf32-cris.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68hc12.lo -MD -MP -MF .deps/elf32-m68hc12.Tpo -c -o elf32-m68hc12.lo ../../binutils-gdb/bfd/elf32-m68hc12.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68hc1x.lo -MD -MP -MF .deps/elf32-m68hc1x.Tpo -c -o elf32-m68hc1x.lo ../../binutils-gdb/bfd/elf32-m68hc1x.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68hc11.lo -MD -MP -MF .deps/elf32-m68hc11.Tpo -c ../../binutils-gdb/bfd/elf32-m68hc11.c -o elf32-m68hc11.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68hc12.lo -MD -MP -MF .deps/elf32-m68hc12.Tpo -c ../../binutils-gdb/bfd/elf32-m68hc12.c -o elf32-m68hc12.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68hc1x.lo -MD -MP -MF .deps/elf32-m68hc1x.Tpo -c ../../binutils-gdb/bfd/elf32-m68hc1x.c -o elf32-m68hc1x.o
mv -f .deps/elf32-ft32.Tpo .deps/elf32-ft32.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68k.lo -MD -MP -MF .deps/elf32-m68k.Tpo -c -o elf32-m68k.lo ../../binutils-gdb/bfd/elf32-m68k.c
mv -f .deps/elf32-csky.Tpo .deps/elf32-csky.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-s12z.lo -MD -MP -MF .deps/elf32-s12z.Tpo -c -o elf32-s12z.lo ../../binutils-gdb/bfd/elf32-s12z.c
mv -f .deps/elf32-h8300.Tpo .deps/elf32-h8300.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-mcore.lo -MD -MP -MF .deps/elf32-mcore.Tpo -c -o elf32-mcore.lo ../../binutils-gdb/bfd/elf32-mcore.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-m68k.lo -MD -MP -MF .deps/elf32-m68k.Tpo -c ../../binutils-gdb/bfd/elf32-m68k.c -o elf32-m68k.o
mv -f .deps/elf32-iq2000.Tpo .deps/elf32-iq2000.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-mep.lo -MD -MP -MF .deps/elf32-mep.Tpo -c -o elf32-mep.lo ../../binutils-gdb/bfd/elf32-mep.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-s12z.lo -MD -MP -MF .deps/elf32-s12z.Tpo -c ../../binutils-gdb/bfd/elf32-s12z.c -o elf32-s12z.o
mv -f .deps/elf32-bfin.Tpo .deps/elf32-bfin.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-metag.lo -MD -MP -MF .deps/elf32-metag.Tpo -c -o elf32-metag.lo ../../binutils-gdb/bfd/elf32-metag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-mcore.lo -MD -MP -MF .deps/elf32-mcore.Tpo -c ../../binutils-gdb/bfd/elf32-mcore.c -o elf32-mcore.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-mep.lo -MD -MP -MF .deps/elf32-mep.Tpo -c ../../binutils-gdb/bfd/elf32-mep.c -o elf32-mep.o
mv -f .deps/elf32-ip2k.Tpo .deps/elf32-ip2k.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-microblaze.lo -MD -MP -MF .deps/elf32-microblaze.Tpo -c -o elf32-microblaze.lo ../../binutils-gdb/bfd/elf32-microblaze.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-metag.lo -MD -MP -MF .deps/elf32-metag.Tpo -c ../../binutils-gdb/bfd/elf32-metag.c -o elf32-metag.o
mv -f .deps/elf32-arc.Tpo .deps/elf32-arc.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-microblaze.lo -MD -MP -MF .deps/elf32-microblaze.Tpo -c ../../binutils-gdb/bfd/elf32-microblaze.c -o elf32-microblaze.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-moxie.lo -MD -MP -MF .deps/elf32-moxie.Tpo -c -o elf32-moxie.lo ../../binutils-gdb/bfd/elf32-moxie.c
mv -f .deps/elf32-m68hc12.Tpo .deps/elf32-m68hc12.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c -o elf32-msp430.lo ../../binutils-gdb/bfd/elf32-msp430.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-moxie.lo -MD -MP -MF .deps/elf32-moxie.Tpo -c ../../binutils-gdb/bfd/elf32-moxie.c -o elf32-moxie.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-msp430.lo -MD -MP -MF .deps/elf32-msp430.Tpo -c ../../binutils-gdb/bfd/elf32-msp430.c -o elf32-msp430.o
mv -f .deps/elf32-m68hc11.Tpo .deps/elf32-m68hc11.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-mt.lo -MD -MP -MF .deps/elf32-mt.Tpo -c -o elf32-mt.lo ../../binutils-gdb/bfd/elf32-mt.c
mv -f .deps/elf32-m32c.Tpo .deps/elf32-m32c.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-nds32.lo -MD -MP -MF .deps/elf32-nds32.Tpo -c -o elf32-nds32.lo ../../binutils-gdb/bfd/elf32-nds32.c
mv -f .deps/elf32-lm32.Tpo .deps/elf32-lm32.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-nios2.lo -MD -MP -MF .deps/elf32-nios2.Tpo -c -o elf32-nios2.lo ../../binutils-gdb/bfd/elf32-nios2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-mt.lo -MD -MP -MF .deps/elf32-mt.Tpo -c ../../binutils-gdb/bfd/elf32-mt.c -o elf32-mt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-nds32.lo -MD -MP -MF .deps/elf32-nds32.Tpo -c ../../binutils-gdb/bfd/elf32-nds32.c -o elf32-nds32.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-nios2.lo -MD -MP -MF .deps/elf32-nios2.Tpo -c ../../binutils-gdb/bfd/elf32-nios2.c -o elf32-nios2.o
mv -f .deps/elf32-s12z.Tpo .deps/elf32-s12z.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-or1k.lo -MD -MP -MF .deps/elf32-or1k.Tpo -c -o elf32-or1k.lo ../../binutils-gdb/bfd/elf32-or1k.c
mv -f .deps/elf32-m68hc1x.Tpo .deps/elf32-m68hc1x.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR='"/usr/local/bin"' -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-pj.lo -MD -MP -MF .deps/elf32-pj.Tpo -c -o elf32-pj.lo ../../binutils-gdb/bfd/elf32-pj.c
gcc: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
Makefile:1598: recipe for target 'elf32-moxie.lo' failed
make[4]: *** [elf32-moxie.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-or1k.lo -MD -MP -MF .deps/elf32-or1k.Tpo -c ../../binutils-gdb/bfd/elf32-or1k.c -o elf32-or1k.o
mv -f .deps/elf32-mcore.Tpo .deps/elf32-mcore.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd -DBINDIR=\"/usr/local/bin\" -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_all_vecs -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -MT elf32-pj.lo -MD -MP -MF .deps/elf32-pj.Tpo -c ../../binutils-gdb/bfd/elf32-pj.c -o elf32-pj.o
mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo
mv -f .deps/elf32-mep.Tpo .deps/elf32-mep.Plo
mv -f .deps/elf32-m32r.Tpo .deps/elf32-m32r.Plo
mv -f .deps/elf32-hppa.Tpo .deps/elf32-hppa.Plo
mv -f .deps/elf32-mt.Tpo .deps/elf32-mt.Plo
mv -f .deps/elf32-pj.Tpo .deps/elf32-pj.Plo
mv -f .deps/elf32-frv.Tpo .deps/elf32-frv.Plo
mv -f .deps/elf32-m68k.Tpo .deps/elf32-m68k.Plo
mv -f .deps/elf32-metag.Tpo .deps/elf32-metag.Plo
mv -f .deps/elf32-msp430.Tpo .deps/elf32-msp430.Plo
mv -f .deps/elf32-microblaze.Tpo .deps/elf32-microblaze.Plo
mv -f .deps/elf32-or1k.Tpo .deps/elf32-or1k.Plo
mv -f .deps/elf32-nios2.Tpo .deps/elf32-nios2.Plo
mv -f .deps/elf32-nds32.Tpo .deps/elf32-nds32.Plo
make[4]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/bfd'
Makefile:1641: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/bfd'
Makefile:1167: recipe for target 'all' failed
make[2]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/bfd'
make[2]: *** [all] Error 2
Makefile:2689: recipe for target 'all-bfd' failed
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory '/home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build'
Makefile:849: recipe for target 'all' failed
make: *** [all] Error 2
============================
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (9 preceding siblings ...)
2019-01-19 16:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2019-01-19 18:05 ` sergiodj+buildbot
2019-01-19 18:29 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 18:05 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4846>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-gdbserver-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
FAIL -> UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & disabled break marker1
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-native-gdbserver-m64/xfails/master/xfail?id=21b0d3a7>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-native-gdbserver-m64/xfails/master/xfail.table?id=21b0d3a7>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Ubuntu-Aarch64-m64, branch master
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
` (10 preceding siblings ...)
2019-01-19 18:05 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master sergiodj+buildbot
@ 2019-01-19 18:29 ` sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 18:29 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4916>
Commit(s) tested:
2dc8dd17cd595bd7a1b0824c83380af52e633fc1
Author(s) (in the same order as the commits):
Jim Wilson <jimw@sifive.com>
Subject:
RISC-V: Support ELF attribute for gas and readelf.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================
*** Complete list of XFAILs for this builder ***
To obtain the list of XFAIL tests for this builder, go to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>
You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail.table?id=ab03e76f>
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2019-01-19 18:29 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
2019-01-16 22:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2019-01-16 23:08 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-01-16 23:28 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2019-01-16 23:43 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2019-01-16 23:45 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2019-01-17 0:09 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-01-17 0:20 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2019-01-17 0:31 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2019-01-17 0:47 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2019-01-19 16:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-01-19 18:05 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master sergiodj+buildbot
2019-01-19 18:29 ` Failures on Ubuntu-Aarch64-m64, " 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).