From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38832 invoked by alias); 29 Jun 2018 23:22:08 -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 38816 invoked by uid 89); 29 Jun 2018 23:22:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=x86-tdesc.h, x86tdesch, UD:x86-tdesc.h X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Jun 2018 23:22:06 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7785E40704B7; Fri, 29 Jun 2018 23:22:04 +0000 (UTC) Received: from localhost (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5232C2026D68; Fri, 29 Jun 2018 23:22:04 +0000 (UTC) From: Sergio Durigan Junior To: Joel Brobecker Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: Oh dear. I regret to inform you that commit de52b9607d2623f18b7a7dbee3e1123d8d63f5da might be unfortunate References: <20180629222108.GG2511@adacore.com> <20180629225343.GH2511@adacore.com> Date: Fri, 29 Jun 2018 23:22:00 -0000 In-Reply-To: <20180629225343.GH2511@adacore.com> (Joel Brobecker's message of "Fri, 29 Jun 2018 15:53:43 -0700") Message-ID: <87vaa15gbn.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00753.txt.bz2 On Friday, June 29 2018, Joel Brobecker wrote: >> That must be me, so I will take a look now. I think it's because >> I didn't build with --enable-targets=3Dall. > > Attached is the patch I just pushed to master. > > gdb/ChangeLog: > > * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Add missing > parameter in call to amd64_target_description. > * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise. > * amd64-fbsd-tdep.c (amd64fbsd_core_read_description) > (amd64fbsd_init_abi): Likewise. > * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Likewise. > * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise. > * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise. > * amd64-fbsd-nat.c (amd64_fbsd_nat_target): Likewise. > > The change to amd64-fbsd-nat.c was done "blind" (no access to system), > but is reasonably straightforward. The changes to the -tdep.c files > were verify by rebuilding GDB on x86_64-linux when configured with > --enable-targets=3Dall. Hey Joel, I'm still seeing a breakage here on x86-64 Fedora GNU/Linux, when building gdbserver: ../../../binutils-gdb/gdb/gdbserver/linux-x86-tdesc.c: In function =E2=80= =98const target_desc* amd64_linux_read_description(uint64_t, bool)=E2=80=99: ../../../binutils-gdb/gdb/gdbserver/linux-x86-tdesc.c:121:67: error: too = few arguments to function =E2=80=98target_desc* amd64_create_target_descrip= tion(uint64_t, bool, bool, bool)=E2=80=99 *tdesc =3D amd64_create_target_description (xcr0, is_x32, true); ^ In file included from ../../../binutils-gdb/gdb/gdbserver/linux-x86-tdesc= .c:26:0: ../../../binutils-gdb/gdb/gdbserver/../arch/amd64.h:21:14: note: declared= here target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Does the patch below make sense? It fixes the breakage for me. Thanks, --=20 Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/ diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 2fd2d90a49..743d465d81 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2018-06-29 Sergio Durigan Junior + + * linux-x86-tdesc.c (amd64_linux_read_description): Add missing + parameter in call to 'amd64_create_target_description'. + 2018-06-28 Jan Kratochvil =20 * x86-tdesc.h: Remove executable permission flag. diff --git a/gdb/gdbserver/linux-x86-tdesc.c b/gdb/gdbserver/linux-x86-tdes= c.c index 358659b295..7a45953dc9 100644 --- a/gdb/gdbserver/linux-x86-tdesc.c +++ b/gdb/gdbserver/linux-x86-tdesc.c @@ -118,7 +118,7 @@ amd64_linux_read_description (uint64_t xcr0, bool is_x3= 2) =20 if (*tdesc =3D=3D NULL) { - *tdesc =3D amd64_create_target_description (xcr0, is_x32, true); + *tdesc =3D amd64_create_target_description (xcr0, is_x32, true, fals= e); =20 init_target_desc (*tdesc, amd64_expedite_regs); }