X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=A2USr/FSjufIZfhpaazROts4n5A5PcqDbAisyJpNUPw=; b=dgUMmzdrvTDM 6GUANuWS1yumc5Si2PPT9iq+ZH5cWdUikjYBumMWAAqtEpYZS14ucYvgxnga1icbkmIPaHDIWUfS7 eorVa1nUWlr3MqiivzBXaFJ3TusydUXwMiDqwDbKksYUxlbJN3AxEl41cXZUajs7yYQRnS1nEFc6n OK7buFlyDC+wsFf7lyJLEkRAkMWB7Dz+wkOs2LJ+tYL9lEbnS0+jXZZ98ZxqoudBHq9iHAoa8mUny mpU8Cf6NIA9u3lQ3CI/W+6ovnXkDeRXa+bwXLCm8ZSwkJktgDH64lTlP5V5zC1QRuPt7fyXi473Sx 1rDTR79ZWftTTX3wx8zQFA==; Date: Sat, 28 Jan 2023 15:28:49 +0200 Message-Id: <83h6waaium.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-Reply-To: (djgpp AT delorie DOT com) Subject: Re: DXE3 with std::vector References: <3b8f674c-bca3-c679-952e-f8ba5af196e7 AT gmail DOT com> <500850be-fd64-3f82-a1e1-929903084e9b AT gmail DOT com> <3d9271ae-266d-ee7b-853b-984857ced1c8 AT gmail DOT com> <83sffvbux1 DOT fsf AT gnu DOT org> <83mt63azwi DOT fsf AT gnu DOT org> <835ycravjo DOT fsf AT gnu DOT org> <83zga39fil DOT fsf AT gnu DOT org> <83v8kr9bye DOT fsf AT gnu DOT org> <83lelmakwk DOT fsf AT gnu DOT org> Reply-To: djgpp AT delorie DOT com > From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" > Date: Sat, 28 Jan 2023 16:21:48 +0300 > > > BTW, if I revert the patch and go back to the previous version, -lgcc > > problem can be easily worked around when using a makefile, like: > > LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name)) > > my.dxe: > > dxe3gen -o my.dxe -E _sym -U $(OBJS) -L$(LIBGCCDIR) -lgcc > > > > I even created a documentation patch to dxegen.txi for it. Should we > > really keep the patch in, or revert it? > > And it is unnecessary behavior change when there is actually a solution > so I vote for reverting. Fine by me, thanks.