public inbox for gdb-testers@sourceware.org help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net To: gdb-testers@sourceware.org Subject: *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** Date: Sun, 26 Apr 2020 18:21:01 -0400 [thread overview] Message-ID: <E1jSpe3-0007Jv-1z@gdb-buildbot.osci.io> (raw) In-Reply-To: <93689ce91271bf88580a2d035a466479c16f4e71@gdb-build> Buildername: Ubuntu-Aarch64-native-extended-gdbserver-m64 Worker: ubuntu-aarch64 Full Build URL: https://gdb-buildbot.osci.io/#builders/5/builds/2564 Author: Tom Tromey <tromey@adacore.com> Commit tested: 93689ce91271bf88580a2d035a466479c16f4e71 Subject of commit: Handle complex error type in read_base_type *** FAILED to build GDB -- compile gdb *** ============================================== +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. config.status: linking ../../binutils-gdb/gdb/config/nm-linux.h to nm.h config.status: executing depdir commands mkdir -p -- .deps === configuring in testsuite (/work/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/testsuite) configure: running /bin/bash ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local' '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--enable-targets=all' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=aarch64-unknown-linux-gnu' '--host=aarch64-unknown-linux-gnu' '--target=aarch64-unknown-linux-gnu' 'build_alias=aarch64-unknown-linux-gnu' 'host_alias=aarch64-unknown-linux-gnu' 'target_alias=aarch64-unknown-linux-gnu' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG ' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG ' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite configure: loading cache .././config.cache checking build system type... (cached) aarch64-unknown-linux-gnu checking host system type... (cached) aarch64-unknown-linux-gnu checking target system type... (cached) aarch64-unknown-linux-gnu checking for aarch64-unknown-linux-gnu-gcc... (cached) gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes configure: updating cache .././config.cache configure: creating ./config.status config.status: creating lib/pdtrace config.status: creating Makefile make[2]: Entering directory '/work/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb' /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs arch/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs cli/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs dwarf2/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs mi/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs compile/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs tui/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs unittests/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs guile/.deps mkdir -p -- arch/.deps mkdir -p -- cli/.deps mkdir -p -- dwarf2/.deps mkdir -p -- mi/.deps mkdir -p -- compile/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs python/.deps mkdir -p -- tui/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs target/.deps mkdir -p -- unittests/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps mkdir -p -- guile/.deps LEX ada-lex.c mkdir -p -- python/.deps YACC ada-exp.c mkdir -p -- target/.deps mkdir -p -- nat/.deps YACC c-exp.c YACC cp-name-parser.c YACC d-exp.c YACC f-exp.c YACC go-exp.c CXX go-lang.o CXX go-typeprint.o /work/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 153 shift/reduce conflicts [-Wconflicts-sr] /work/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 70 reduce/reduce conflicts [-Wconflicts-rr] CXX go-valprint.o CXX guile/guile.o CXX h8300-tdep.o CXX hppa-bsd-tdep.o CXX hppa-linux-tdep.o CXX hppa-nbsd-tdep.o CXX hppa-obsd-tdep.o ../../binutils-gdb/gdb/hppa-nbsd-tdep.c: In function 'void hppanbsd_init_abi(gdbarch_info, gdbarch*)': ../../binutils-gdb/gdb/hppa-nbsd-tdep.c:204:3: error: 'nbsd_init_abi' was not declared in this scope nbsd_init_abi (info, gdbarch); ^~~~~~~~~~~~~ ../../binutils-gdb/gdb/hppa-nbsd-tdep.c:204:3: note: suggested alternative: 'hppanbsd_init_abi' nbsd_init_abi (info, gdbarch); ^~~~~~~~~~~~~ hppanbsd_init_abi CXX hppa-tdep.o Makefile:1609: recipe for target 'hppa-nbsd-tdep.o' failed make[2]: *** [hppa-nbsd-tdep.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/work/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb' Makefile:10065: recipe for target 'all-gdb' failed make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory '/work/ubuntu-aarch64-native-extended-gdbserver-m64/build' Makefile:853: recipe for target 'all' failed make: *** [all] Error 2 program finished with exit code 2 elapsedTime=100.384224 ==============================================
next prev parent reply other threads:[~2020-04-26 22:21 UTC|newest] Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-22 9:37 [binutils-gdb] Handle complex error type in read_base_type gdb-buildbot 2020-04-22 9:37 ` *** COMPILATION FAILED *** Failures on Fedora-i686, branch master *** BREAKAGE *** gdb-buildbot 2020-04-22 9:41 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m32, " gdb-buildbot 2020-04-22 9:47 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-m64, " gdb-buildbot 2020-04-22 9:48 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot 2020-04-22 9:53 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot 2020-04-22 9:54 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, " gdb-buildbot 2020-04-23 5:44 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot 2020-04-24 0:18 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot 2020-04-26 22:19 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-m64, " gdb-buildbot 2020-04-26 22:21 ` gdb-buildbot [this message] 2020-04-26 22:23 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot -- strict thread matches above, loose matches on Subject: below -- 2020-05-19 18:28 [binutils-gdb] gdb: fix off-by-one error in quirk_rust_enum gdb-buildbot 2020-05-19 23:49 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-05-19 17:51 [binutils-gdb] Make exec-file-mismatch compare build IDs gdb-buildbot 2020-05-19 23:40 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-05-19 17:51 [binutils-gdb] Eliminate target_fileio_open_warn_if_slow gdb-buildbot 2020-05-19 23:31 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-04-29 16:04 [binutils-gdb] Implement event-loop glue for gdbserver gdb-buildbot 2020-05-04 8:38 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-04-22 8:58 [binutils-gdb] Add signal number conversions for NetBSD gdb-buildbot 2020-04-26 22:15 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-02-24 3:04 [binutils-gdb] Remove the TUI annotation hack gdb-buildbot 2020-03-08 0:09 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-02-24 2:28 [binutils-gdb] Remove tui_set_win_with_focus gdb-buildbot 2020-03-07 23:59 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-02-24 2:28 [binutils-gdb] Change how TUI windows are instantiated gdb-buildbot 2020-03-07 23:49 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-15 1:03 [binutils-gdb] Move gdbsupport to the top level gdb-buildbot 2020-01-15 1:12 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-09 13:25 [binutils-gdb] Add support for debuginfod to the binutils (disable by default, enabled via a configure time option) gdb-buildbot 2020-01-09 13:25 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-09 11:53 [binutils-gdb] Fix compile time warnings about comparisons always being false gdb-buildbot 2020-01-09 11:53 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-09 10:45 [binutils-gdb] x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD gdb-buildbot 2020-01-09 10:47 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 22:44 [binutils-gdb] Change section_offsets to a std::vector gdb-buildbot 2020-01-08 22:46 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 18:44 [binutils-gdb] Use std::string in dwarf2read.c gdb-buildbot 2020-01-08 18:46 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 18:37 [binutils-gdb] Use std::vector in abbrev_table_read_table gdb-buildbot 2020-01-08 18:39 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 18:31 [binutils-gdb] Use unique_xmalloc_ptr in fixup_go_packaging gdb-buildbot 2020-01-08 18:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 18:24 [binutils-gdb] Remove some explicit memory management from dwarf2read.c gdb-buildbot 2020-01-08 18:24 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 13:09 [binutils-gdb] ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]' gdb-buildbot 2020-01-08 13:11 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-08 13:02 [binutils-gdb] PR25351 .ARM.attributes not found for symbol gdb-buildbot 2020-01-08 13:04 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-07 16:49 [binutils-gdb] Add constructor to stap_static_probe_ops gdb-buildbot 2020-01-07 16:49 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-07 13:51 [binutils-gdb] Enable styling by default on Cygwin gdb-buildbot 2020-01-07 13:51 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-07 13:40 [binutils-gdb] [ARC] Add finer details for LLOCK and SCOND gdb-buildbot 2020-01-07 13:40 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 23:42 [binutils-gdb] RISC-V: Fix weak function call reloc overflow on llvm build gdb-buildbot 2020-01-06 23:44 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 22:00 [binutils-gdb] gdb: Fix backtrace with disassemble-next-line on gdb-buildbot 2020-01-06 22:00 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 20:03 [binutils-gdb] Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.c gdb-buildbot 2020-01-06 20:05 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 19:56 [binutils-gdb] GDB: Fix the overflow in addr/line_is_displayed() gdb-buildbot 2020-01-06 19:56 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 19:30 [binutils-gdb] Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWS gdb-buildbot 2020-01-06 19:30 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 18:36 [binutils-gdb] Fix a crash with a malformed PE header gdb-buildbot 2020-01-06 18:38 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 18:27 [binutils-gdb] Fix a typo in gdb/windows-tdep.c gdb-buildbot 2020-01-06 18:27 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 16:20 [binutils-gdb] Fix search in TUI gdb-buildbot 2020-01-06 16:20 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 13:50 [binutils-gdb] GDB: Remove trailing spaces in tui-disasm.c gdb-buildbot 2020-01-06 13:52 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 12:31 [binutils-gdb] Improve process exit status macros on MinGW gdb-buildbot 2020-01-06 12:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 12:24 [binutils-gdb] bfd_check_format: ignore errors from coff_real_object_p gdb-buildbot 2020-01-06 12:26 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 12:18 [binutils-gdb] alpha-vms: don't exit on stack underflow/overflow gdb-buildbot 2020-01-06 12:20 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 12:11 [binutils-gdb] ubsan: m32c: left shift of negative value gdb-buildbot 2020-01-06 12:13 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 12:04 [binutils-gdb] som_bfd_fill_in_ar_symbols buffer overflow gdb-buildbot 2020-01-06 12:07 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 11:58 [binutils-gdb] Basic error checking for mach-o gdb-buildbot 2020-01-06 12:00 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-06 11:50 [binutils-gdb] PR25344, z80 disassembler recursion gdb-buildbot 2020-01-06 11:50 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-05 22:09 [binutils-gdb] gdb: use tui_set_layout not show_layout to fix window focus gdb-buildbot 2020-01-05 22:09 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-05 12:03 [binutils-gdb] [AArch64] Fix erroneous use of spu architecture bfd gdb-buildbot 2020-01-05 12:03 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-05 5:54 [binutils-gdb] libctf: Add configure check for asprintf (for MinGW) gdb-buildbot 2020-01-05 5:54 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 9:40 [binutils-gdb] Release bfd_alloc memory in bfd_check_format_matches gdb-buildbot 2020-01-04 9:42 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 9:33 [binutils-gdb] mmo tdata leak gdb-buildbot 2020-01-04 9:35 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 9:26 [binutils-gdb] ubsan: m32r: left shift of negative value gdb-buildbot 2020-01-04 9:29 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 9:20 [binutils-gdb] ubsan: cr16: left shift cannot be represented in type 'int' gdb-buildbot 2020-01-04 9:22 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 9:13 [binutils-gdb] ubsan: crx: left shift cannot be represented in type 'int' gdb-buildbot 2020-01-04 9:16 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 9:07 [binutils-gdb] ubsan: d30v: left shift cannot be represented in type 'int' gdb-buildbot 2020-01-04 9:09 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-04 8:59 [binutils-gdb] coff: free malloc'd memory on successful target match too gdb-buildbot 2020-01-04 8:59 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 20:43 [binutils-gdb] Ensure GDB warnings are styled gdb-buildbot 2020-01-03 20:43 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 17:12 [binutils-gdb] solib_target_free_so memory leak gdb-buildbot 2020-01-03 17:14 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 17:05 [binutils-gdb] windows_clear_solib memory leak gdb-buildbot 2020-01-03 17:08 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 16:23 [binutils-gdb] Fix potential illegal memory access when parsing a corrupt PEF format file gdb-buildbot 2020-01-03 16:23 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 14:45 [binutils-gdb] Fix potential illegal memory access failures in the BFD library by ensuring that the return value from bfd_malloc() is checked before it is used gdb-buildbot 2020-01-03 14:45 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 11:27 [binutils-gdb] Fix ld/PR25316 for the ia64 target by refusing to support binary merging gdb-buildbot 2020-01-03 11:27 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 9:47 [binutils-gdb] Arm64: correct address index operands for LD1RO{H,W,D} gdb-buildbot 2020-01-03 9:49 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 9:41 [binutils-gdb] Arm64: correct {su,us}dot SIMD encodings gdb-buildbot 2020-01-03 9:43 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 9:34 [binutils-gdb] Arm64: correct uzp{1,2} mnemonics gdb-buildbot 2020-01-03 9:36 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 9:28 [binutils-gdb] Arm64: correct 64-bit element fmmla encoding gdb-buildbot 2020-01-03 9:31 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 9:21 [binutils-gdb] Mach-O: misc build adjustments gdb-buildbot 2020-01-03 9:21 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 8:37 [binutils-gdb] Add myself to gdb/MAINTAINERS gdb-buildbot 2020-01-03 8:37 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-03 2:20 [binutils-gdb] Remove stale references to Cell BE gdb-buildbot 2020-01-03 2:20 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2020-01-02 15:04 [binutils-gdb] Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an ELF based target for these as well gdb-buildbot 2020-01-02 15:04 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-13 1:00 [binutils-gdb] Move free_all_objfiles to program_space gdb-buildbot 2019-12-15 23:42 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-13 0:56 [binutils-gdb] Store objfiles on a std::list gdb-buildbot 2019-12-15 23:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-12 12:19 [binutils-gdb] Fix unused function error gdb-buildbot 2019-12-12 12:59 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-11 20:15 [binutils-gdb] Remove more shifts for sign/zero extension gdb-buildbot 2019-12-11 20:18 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-11 20:02 [binutils-gdb] bfd signed overflow fixes gdb-buildbot 2019-12-11 20:07 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-11 19:56 [binutils-gdb] Make bfd_get_8 return a bfd_vma like other bfd_get_* functions gdb-buildbot 2019-12-11 20:04 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-12-10 19:28 [binutils-gdb] Replace the remaining uses of strerror with safe_strerror gdb-buildbot 2019-12-10 19:28 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-10-21 19:18 [binutils-gdb] gdb: Update comments that reference VEC or vec.h gdb-buildbot 2019-10-21 19:30 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-10-21 19:12 [binutils-gdb] gdb: Remove vec.{c,h} and update code to not include vec.h gdb-buildbot 2019-10-21 19:24 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** gdb-buildbot 2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot 2019-01-19 16:33 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2019-01-10 17:12 [binutils-gdb] gdb: Improve scoped_switch_fork_info class sergiodj+buildbot 2019-01-14 16:47 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2019-01-10 2:59 [binutils-gdb] Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS sergiodj+buildbot 2019-01-11 6:13 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2019-01-07 13:26 [binutils-gdb] Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match sergiodj+buildbot 2019-01-08 6:53 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2019-01-02 6:29 [binutils-gdb] Fix year range in unittests/.../char/empty.cc copyright header sergiodj+buildbot 2019-01-02 6:29 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot 2018-12-30 12:41 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-12-28 23:46 [binutils-gdb] Document the "set style" commands sergiodj+buildbot 2018-12-30 10:38 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot 2018-12-30 10:14 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-12-04 15:19 [binutils-gdb] x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties sergiodj+buildbot 2018-12-04 15:07 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-11-20 16:57 [binutils-gdb] Avoid "Invalid parameter passed to C runtime function" warning sergiodj+buildbot 2018-11-20 17:04 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-11-09 15:43 [binutils-gdb] [ARC] More fixes for TLS sergiodj+buildbot 2018-11-10 11:26 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot 2018-11-07 11:08 [binutils-gdb] rx: Add target rx-*-linux sergiodj+buildbot 2018-11-08 16:14 ` *** COMPILATION FAILED *** Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master *** BREAKAGE *** sergiodj+buildbot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=E1jSpe3-0007Jv-1z@gdb-buildbot.osci.io \ --to=gdb-buildbot@sergiodj.net \ --cc=gdb-testers@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).