From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD55E3857353; Wed, 4 May 2022 07:58:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD55E3857353 From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29119] New: 32-bit build failure with --enable-targets=all Date: Wed, 04 May 2022 07:58:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: luis.machado at arm dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcchost cf_gcctarget cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2022 07:58:57 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29119 Bug ID: 29119 Summary: 32-bit build failure with --enable-targets=3Dall Product: gdb Version: 12.1 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: luis.machado at arm dot com CC: tromey at sourceware dot org Target Milestone: --- Host: *-linux-gnu Target: * Build: *-linux-gnu Currently, a 32-bit build of binutils-gdb on Linux doesn't complete if we p= ass the --enable-targets=3Dall switch. There are a few problems in the list of = files included for 32-bit bfd and 64-bit bfd. This ticket aims to track these fixes so we can backport them to GDB 12.1. >>From the top of my head, we have the following: 1 - [opcodes] Move TILE-Gx files from TARGET32_LIBOPCODES_CFILES to TARGET64_LIBOPCODES_CFILES (https://sourceware.org/pipermail/binutils/2022-May/120651.html). 2 - [gdb] Move bpf, tile-gx and loongarch files from ALL_TARGET_OBS to ALL_64_TARGET_OBS (https://sourceware.org/pipermail/gdb-patches/2022-May/188650.html). 3 - [opcodes] Don't define ARCH_cris for 64-bit BFD, since it is a 32-bit architecture (https://sourceware.org/pipermail/binutils/2022-May/120662.htm= l). 4 - [sim] There is fallout from moving cris to the 32-bit bfd list that nee= ds to be addressed in the print formatters. --=20 You are receiving this mail because: You are on the CC list for the bug.=