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=xui03nHUJCLCozYlxZFh3SEnkpCJHKFFdrGNNrubYpw=; b=QyubfOc38zDe J/Rv1JEBAikmx8PkeyAPNXGHgE35IHBTJTD59Jc+UZce0CxdBaSsYKEDbjB59YxKofuxgH2w3LmkK R3zKiaG0q+ppNtd9UuIJrDAWKinxA4W4yxX2pcw8uXfFsw8yO7Ys4XNNTcmVmgO6MD/oMe+uEN9Jz Yx7EIKYxlTfMM+6dgZSMNahWA+30YS0Rvtlq3EMw9zzzJU0ymll75mhoUcYeKecUq3B4IFV5gPND0 8nWhAyhfyTUxPFDAb6KNS5/9OPn6SLbiga8u8P5RGseE04A4uBnu0X8hoML5vkbtt/7nKZVI8MA3f v+2UMClNpXliWsNXmhmTSw==; Date: Sat, 28 Jan 2023 11:26:10 +0200 Message-Id: <83zga39fil.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> 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 12:08:42 +0300 > > > If that is not true, can we use -Xlinker or -Wl instead, so as to > > communicate this option directly to the linker? > > I tried doing the following, and it doesn't work even with my gcc-3.4.6 > Am I doing something wrong? I don't know. If you use this and add -v to the switches, what does GCC show for the ld command it invokes, and how is that different from the original code, where -T is supplied on the GCC command line?