From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C1ECD385840C; Fri, 21 Apr 2023 17:11:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1ECD385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682097063; bh=hcuiWL2/nMzdzAH+8Acx+j9yU+Qj3NmxMjq26VT9wIs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eG6PMjkUIL7vU+63dG33uS0w1+Lyk7w2qiYcALirPq+w9l8WnfVg9KgUF3uhkVK9v +sczvbzomz2FLWLITYThTWqhiH9j9XMa12JISoJEwzUG7oozuHSrW047r7XBRtSFJb 1HN2uEFnHLxKMls1NJ3YwOi+KsuV0BOUQisCB/qE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug win32/18027] dwarf2 debug info after rebasing DLLs unusable Date: Fri, 21 Apr 2023 17:11:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: win32 X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org 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: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D18027 --- Comment #28 from Tom Tromey --- I pushed my patches to my github, see branch win32-18027-dll-rebase. I am going to pause work here for a bit again. I think my overall approach isn't quite good enough due to the competing problems of not wanting to pass in custom section offsets (supporting a long term goal of objfile independence) and of not wanting to add the offset in twice -- meaning the earlier refactoring on that branch needs to be a bit more sophisticated. --=20 You are receiving this mail because: You are on the CC list for the bug.=