From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F15303857C44; Mon, 15 Mar 2021 10:18:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F15303857C44 From: "rguenth at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/24328] [dwz] Combining files with different pointer sizes switches off multifile mode Date: Mon, 15 Mar 2021 10:18:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 10:18:50 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24328 --- Comment #6 from Richard Biener --- (In reply to Jakub Jelinek from comment #5) > The invoker needs to tell dwz the name of the file, so if there are > multiple, it would need to tell multiple names and the question would be = how > to figure out what should go where. >=20 > I think this is something that should be done in rpm scripts instead, find > out the separate sets, choose the supplemental name for each set, run dwz > multiple times on them and make sure it is all packaged. Agreed. Maybe dwz can "help" by providing dwz --can-multifile FILE1 FILE2 and based on $? the script can do the partitioning? Even its current diagnostic could be abused for this if there was a --dry-run, then the script could throw all files at dwz and filter out all inputs that were diagnosed, repeating with those. --=20 You are receiving this mail because: You are on the CC list for the bug.=