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=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=KMcGiEggOVeQNhNSQNa++RoZ+/Hg73bpyRN3SLyepK0=; b=RhknsqspAedqIU7OHJ316DlpoGvf7woTgFFNo4lth9imJk1HR5l/ZxW7UrTkiGzQQq /SCr+EUYrXdoVP/kwYp1k315ZAjxZ962vkXHMhKbOwPXQvgme3Xw+4m5pO98ouiIhzk3 RuKqrTVIhWV+H1fObNnj1UzwmMZWPN6GdOasxhVCfNsd9+HwwtBO0437jyUHr8cXnmOY 2zx5TC7K/kCExmJaHu/i6yWsGGW1pRTj5XEyPdDawXd3hxMZ1yX5v3BCPYn9wsPUTVD8 L3JLdBssLRvWOyOlzJMp8b+36pQhBIeaLCPyGeMz/oqetL18GDJX5H9XcLvaw9IXOh6g vxAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=KMcGiEggOVeQNhNSQNa++RoZ+/Hg73bpyRN3SLyepK0=; b=M+aaOAXn1KFJXc44wNlccN9T34q8ec9AHVaJRb+FxexYeFxox4YN8u1M449dIq/WkF pnnCx5F4WGv/wKQjqQldMJpj+cZkBIZiU6Zxs5pvI8b3ZH60ZsAM7ije4SkrSHiBqvW8 uxOriJecXkwNgC5OusvwuFBHIT5xwjEjGx31HlLftUP7LoT4BEUq8oott1BwQkZgOX1t FZUNGfa/b8OqEll8fyCNL1hbwSXq/vbr+kx5UrqTR36R7dSWLRS2cnXg8MZmgd17vJHo nXkovyiF7gAgdTSa/cf/TPEbfW3VLQ5iMssuynfwESs4mF+qBxKB415HXIF68THOMZQf p5NA== X-Gm-Message-State: AO0yUKU74WzafSA4J5fuA8hnMKT0IBtGm6AojLRyK4ILP8eMbdJZpbeT ytO0/vC4Td6MHLMpy2FtGEIGfSp++xJFrJjYXlpJRkHb X-Google-Smtp-Source: AK7set9cy4ooT2M5UGbTI1Kq7m/B3nUJNl4y6CaOq9im84JaQ7KcDTAP2xkOCq+ylAlVLgGKqZojMfCST3j3FXdUQ9A= X-Received: by 2002:a5d:6348:0:b0:2bf:b77b:fafc with SMTP id b8-20020a5d6348000000b002bfb77bfafcmr153721wrw.475.1675282949117; Wed, 01 Feb 2023 12:22:29 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <83r0vd78cu DOT fsf AT gnu DOT org> <83o7qh74td DOT fsf AT gnu DOT org> <83o7qg5hah DOT fsf AT gnu DOT org> <83fsbq12sz DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Wed, 1 Feb 2023 23:22:28 +0300 Message-ID: Subject: Re: [PATCH v3] dxe3gen: invoke ld/as via gcc To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" 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 >> JW's patch is in the CVS now, after a re-diff and a minor edit. > > Nice, thanks! I see you cleaned up the allocation in main() a bit, this is > definitely a nicer solution. You're welcome (I messed up the commit message a bit, and forgot adding your name as the patch author, though..)