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:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=wO7/x0bnnr3G2NlacGiXLk3ZVNTc5ExM4YSvu+0PzhI=; b=pugxAPzJWtIunwyYQ4MM9zI/59zInOpGrB9o2oE4t/UmyMa7Vffm9j6o0LMIm7qYaj KW0YKYY5Gmckti+uTXNsUk2v9Mf/MuDUJnIQRHwdByru/kCdlELjY19TdqJDO/citdVN gEIUL79+GOtT1QN6oNTiQTQH2HCjfm2mOmnO1fmDiqp0ipI2pGQEUCZQw+d/3OO05cHA Y90BgCn+dRUarVAeRe7jz+ZEuH6uwHw+CaQeUfL2UUBGjiMokz2MxQNt03xSgG3RwQ2N IW68BVFCAjHMjFrA+DIHZUPMqxKOuVlOloKefvqDbL1YqJTLUbr1fd+/qaupEQPlN2Q1 Gy6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=wO7/x0bnnr3G2NlacGiXLk3ZVNTc5ExM4YSvu+0PzhI=; b=fW4F3k4VEWTyutqN3RAu5aQ3cuw0266mk1ysIbmuYrsGxYBqQi+2GXyRz5OZiJ3iWf pU76ZmrGCThHuVqm3kHlMWZtaXlpbgu6MoEh1eFZip2UGKE4H76z8CZEaROeyTtXZEIn 2ixD6zYAnjl/svYsWExzXadljmppQ+lp9tijQTn03neWdVgLrL7N0e0HVTa0r8XeVjpw gqEF5314nNNx+uVU7yXzH/2Nqz24WZv8gv9kmhIk0W0aBf4ffQpKHp/ADOkdfl6vOppd IdHd+s50Z4pgH/Rxe+1n9VBT6T8u9m9DlQtYJjkC9Eue8NMLhJHZnEyHJ9g+Ehp/+GMM 7UGw== X-Gm-Message-State: AFqh2krYMCRrdp/rZ5FMkWn/ZMFNb/HeQWUbzQoSkDVNCIlH2EfgHJQ+ DGedPWnGjjgpFMS4odvApjit16CLWoFH4A== X-Google-Smtp-Source: AMrXdXtzz3rt/DWcbpQOS7TzFU6ksoQuZj0UoNRht2m3YCicRtra9ExaLWKSxrwbLboZPV5ah8ctUQ== X-Received: by 2002:a17:907:1387:b0:7c8:9f04:ae7e with SMTP id vs7-20020a170907138700b007c89f04ae7emr45563307ejb.22.1674854431584; Fri, 27 Jan 2023 13:20:31 -0800 (PST) Message-ID: <114b292b-7f6c-3b19-7e9a-88a261ee063a@gmail.com> Date: Fri, 27 Jan 2023 22:20:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: DXE3 with std::vector Content-Language: en-US To: djgpp AT delorie DOT com 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> From: "J.W. Jagersma (jwjagersma AT gmail DOT com) [via djgpp AT delorie DOT com]" In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 2023-01-27 22:03, Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: >>> . the code will no longer heed DXE_LD_LIBRARY_PATH and DJDIR >> >> In the vast majority of cases those would point to the global lib >> directory. >> That is no longer necessary, gcc will know where to look. >> >> In case someone used DXE_LD_LIBRARY_PATH to point to something >> else, that seems like a strange configuration, was that ever intended to >> be supported? > > That one was supposed to let ld know where the library dir is. > If anyone else actually used it for something else, well, as I said, > they can always use -L/some/path -lfoo as they always could. Agree, -L should be used for non-standard dirs. >> I also had yet to update the manual for the v2 patch: > > I already updated the changelog, if that's what you mean. 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' @end example >> Also, I suppose the version number should be bumped. > > djgpp-2.05 had version 1.0.3. The cvs 2.0.6 version is now at 1.0.4 But people have been compiling dxe3gen from cvs for a while, so they will already have a v1.0.4. I think it's a good idea to signal that this version is different.