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; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :references:in-reply-to:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=4+D/Nux0Eru7ZsWtgrX9R0qOm1PRC3u47Xsb4M+yphg=; b=VDZr+lijL83faKbBbjmmJ1uljxvWUAKG5ptDEZeZhZiUPFXMLkcJveR2m5UK6jinms vKa0vm8SQjDGxb0hpAuZsXQk57Q9PIIP0NSI/1lQRgMg4/ouxGqGogvfcpwCH3v8U0kE xJoeVYFlTWxsBK2dfPrWe+XfugkmLMSyJEWLaKHOHUGsJVQIKtSUQoa8izsuxKliGyVh Qc+w1xcBHhFbPu/zzG8DyQxnFYTek21mHg6r+OvkNCmpOWnDoFbDOLnQY/cuFxmUXdiX BPbzYJYVxvV5uMsp++LFKtcqM2VPLRXq25n6k3r9g/g12zzJzZBDuwFc1QfekJ6kmEiE Kc8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:to:subject:message-id:date:from :references:in-reply-to:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4+D/Nux0Eru7ZsWtgrX9R0qOm1PRC3u47Xsb4M+yphg=; b=Ij8hUFVlR8Reyp2aPkOJ2ypTwKizgAX4Qi6fcqwq1UeeWfwecyDeY4n6BYnUHNg/dD s7ibcEm4t5MOK3Bk2J/5kJomTPGnCo7FPPw1mcWTFsomD6HAf4msJ52qD4Nk5gxNltFy KN7PKdnz/3rGndmrUb6Jzpdzry5V+gFR9NGbWHpwhRX0cqNo0AzwwdDXLevVdCcUk28Y SkFRQyprgn38+RUrxUORqoIR7SfI1/3/iR2nJpRy7fHxriy3Zk3hfX4HS/Z1x8z0kqz/ cYO76ShrOGmCK6FBQV3s7r80lI/Rx/oVEXZ2+DPSOtqP2GneG48PZZ9fRdr6sI6cXEOT 9zFg== X-Gm-Message-State: AO0yUKXfTXpuVZhPIwQBZm8xjEWjX0qA/zsy//qqok2u+aKrgwTcRd5E n0fEKHq22mbok3Y4cN6jE1lrZ36hAJ4LahuLgm9tuRoT X-Google-Smtp-Source: AK7set+PUVy0V4xDHE6HYrvv3aXz8m/A94lVxznPMVG+H1rKDyKXOYlRo5m6PA7Bg/IaSWTMZW9gGJKjGZnfhv18Ub0= X-Received: by 2002:a05:600c:354f:b0:3dc:40b4:2d1f with SMTP id i15-20020a05600c354f00b003dc40b42d1fmr108518wmq.174.1674856700288; Fri, 27 Jan 2023 13:58:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: 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> <82cff092-6dfe-1dfc-7946-cdb84c44e11b AT gmail DOT com> <114b292b-7f6c-3b19-7e9a-88a261ee063a AT gmail DOT com> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sat, 28 Jan 2023 00:58:19 +0300 Message-ID: Subject: Re: DXE3 with std::vector To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 30RLwqj7027199 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 1/28/23, Ozkan Sezer wrote: >> I meant in dxegen.txi, line 68. It should read: >> >> DXE_SC: Path to linker script name. If not set, defaults to dxe.ld. >> -Passed internally to the linker, like 'gcc -Wl,-T,dxe.ld' >> +Passed internally to the linker, like 'gcc -T dxe.ld' One downside of the new version is that it does nıt seem to work with gcc2.95 as tested under dosbox -- the -T dxe.ld switches doesn't seem to work and it spits the same multiple sections error. Don't know whether we actually expect dxe3gen to work with gcc2.95 is another matter: Should we care?