From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85572 invoked by alias); 29 Jun 2018 23:46:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 85144 invoked by uid 89); 29 Jun 2018 23:46:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Jun 2018 23:46:45 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Debian-s390x-native-extended-gdbserver-m64, revision de52b9607d2623f18b7a7dbee3e1123d8d63f5da From: gdb-buildbot@sergiodj.net To: Pedro Alves , gdb-patches@sourceware.org In-Reply-To: Message-Id: Date: Fri, 29 Jun 2018 23:46:00 -0000 X-SW-Source: 2018-06/txt/msg00758.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'x86_64-windows GDB crash due to fs_base/gs_base registers' Revision: de52b9607d2623f18b7a7dbee3e1123d8d63f5da You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: debian-jessie-s390x-1 Full Build URL: Commit(s) tested: de52b9607d2623f18b7a7dbee3e1123d8d63f5da Author(s) (in the same order as the commits): Pedro Alves Subject: x86_64-windows GDB crash due to fs_base/gs_base registers Testsuite log (gdb.sum and gdb.log) URL(s): *** Failed to compiled GDB. *** ============================ +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. CXX tic6x-tdep.o CXX tilegx-linux-tdep.o CXX tilegx-tdep.o CXX v850-tdep.o CXX vax-nbsd-tdep.o CXX vax-tdep.o CXX windows-tdep.o CXX x86-tdep.o CXX xcoffread.o CXX xstormy16-tdep.o CXX xtensa-config.o CXX xtensa-linux-tdep.o CXX xtensa-tdep.o CXX aarch64-fbsd-tdep.o CXX aarch64-linux-tdep.o CXX aarch64-newlib-tdep.o CXX aarch64-tdep.o CXX alpha-bsd-tdep.o CXX alpha-linux-tdep.o CXX alpha-mdebug-tdep.o CXX alpha-nbsd-tdep.o CXX alpha-obsd-tdep.o CXX alpha-tdep.o CXX amd64-darwin-tdep.o CXX amd64-dicos-tdep.o CXX amd64-fbsd-tdep.o CXX amd64-linux-tdep.o CXX amd64-nbsd-tdep.o CXX amd64-obsd-tdep.o ../../binutils-gdb/gdb/amd64-dicos-tdep.c: In function 'void amd64_dicos_init_abi(gdbarch_info, gdbarch*)': ../../binutils-gdb/gdb/amd64-dicos-tdep.c:30:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)' amd64_target_description (X86_XSTATE_SSE_MASK)); ^ In file included from ../../binutils-gdb/gdb/amd64-dicos-tdep.c:22:0: ../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here extern const struct target_desc *amd64_target_description (uint64_t xcr0, ^ ../../binutils-gdb/gdb/amd64-darwin-tdep.c: In function 'void x86_darwin_init_abi_64(gdbarch_info, gdbarch*)': ../../binutils-gdb/gdb/amd64-darwin-tdep.c:103:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)' amd64_target_description (X86_XSTATE_SSE_MASK)); ^ In file included from ../../binutils-gdb/gdb/amd64-darwin-tdep.c:32:0: ../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here extern const struct target_desc *amd64_target_description (uint64_t xcr0, ^ Makefile:1622: recipe for target 'amd64-dicos-tdep.o' failed make[2]: *** [amd64-dicos-tdep.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Makefile:1622: recipe for target 'amd64-darwin-tdep.o' failed make[2]: *** [amd64-darwin-tdep.o] Error 1 ../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function 'const target_desc* amd64fbsd_core_read_description(gdbarch*, target_ops*, bfd*)': ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:159:66: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)' return amd64_target_description (i386fbsd_core_read_xcr0 (abfd)); ^ In file included from ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:30:0: ../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here extern const struct target_desc *amd64_target_description (uint64_t xcr0, ^ ../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function 'void amd64fbsd_init_abi(gdbarch_info, gdbarch*)': ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:221:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)' amd64_target_description (X86_XSTATE_SSE_MASK)); ^ In file included from ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:30:0: ../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here extern const struct target_desc *amd64_target_description (uint64_t xcr0, ^ ../../binutils-gdb/gdb/amd64-fbsd-tdep.c: In function 'const target_desc* amd64fbsd_core_read_description(gdbarch*, target_ops*, bfd*)': ../../binutils-gdb/gdb/amd64-fbsd-tdep.c:160:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1plus: all warnings being treated as errors Makefile:1622: recipe for target 'amd64-fbsd-tdep.o' failed make[2]: *** [amd64-fbsd-tdep.o] Error 1 ../../binutils-gdb/gdb/amd64-nbsd-tdep.c: In function 'void amd64nbsd_init_abi(gdbarch_info, gdbarch*)': ../../binutils-gdb/gdb/amd64-nbsd-tdep.c:108:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)' amd64_target_description (X86_XSTATE_SSE_MASK)); ^ In file included from ../../binutils-gdb/gdb/amd64-nbsd-tdep.c:27:0: ../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here extern const struct target_desc *amd64_target_description (uint64_t xcr0, ^ ../../binutils-gdb/gdb/amd64-obsd-tdep.c: In function 'void amd64obsd_init_abi(gdbarch_info, gdbarch*)': ../../binutils-gdb/gdb/amd64-obsd-tdep.c:424:50: error: too few arguments to function 'const target_desc* amd64_target_description(uint64_t, bool)' amd64_target_description (X86_XSTATE_SSE_MASK)); ^ In file included from ../../binutils-gdb/gdb/amd64-obsd-tdep.c:33:0: ../../binutils-gdb/gdb/amd64-tdep.h:109:34: note: declared here extern const struct target_desc *amd64_target_description (uint64_t xcr0, ^ Makefile:1622: recipe for target 'amd64-nbsd-tdep.o' failed make[2]: *** [amd64-nbsd-tdep.o] Error 1 Makefile:1622: recipe for target 'amd64-obsd-tdep.o' failed make[2]: *** [amd64-obsd-tdep.o] Error 1 make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb' Makefile:8792: recipe for target 'all-gdb' failed make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build' Makefile:849: recipe for target 'all' failed make[1]: *** [all-gdb] Error 2 make: *** [all] Error 2 ============================