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=oHzRGRCG3gPHwrZXw3RQErAAx6rPufOFjf15+m/Xndo=; b=oyz49xin4knT6ualOuuIacaQY2nhFln2fxZSa24fQ4xg6r3fvPovW50GOwKfJCBnG1 QKnJ1TOqLNWLmLMyck32170SlHmzZz+V1GcXJlAgWN+xUkrrPs8KfRobU67p/FZQsTL+ o/nqvO1WQq/VeZGDx0hp7YxGaVzEfegdFS/zppBOmPCw2GvErEWR2U9Fm5eIk2XbGa9V 0Ij/SNiXBfQZrt55drLW8fEskyEyyorJhqHNEAe+LQZETDn24kFSqNakdonXWL6wypI/ plrrblkHag0xDR7OUho9GEVVFeSigD+HFRQN5tLsTHD7YboTdrP1CULC8wA6wyXHOzBk xolw== 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=oHzRGRCG3gPHwrZXw3RQErAAx6rPufOFjf15+m/Xndo=; b=jJseFmhBEVuc2FX/hECQARlKwTx1W++3L4tYCWSeHH6uXPArPzqTnsE4z27HSvm4kH na5biYVCXpCTldlGuVOVfD1iwZNypHmksl2ArC7RzlMDvYSn1IZ4W583ra4mS//gZ5M0 ai77646btU81wmoZL6s/i0JMJQ/4Ng0sLqLmkVFk3BR8SBPkAPSpNqU12F/cLKkmIhZQ B+Fu+b5RAd2R5/METW9GzgwniaEdQnL6xs00uGtvVQ9H9hFxPFPhbYCzq3xMBnJDLRQz e1gEmWcWHx2WPnxrcfUfDjnv3e7UkWjktZu/lUL1EyaBrC99csxiiRc+ezX3j/WBIlD9 67Hg== X-Gm-Message-State: AFqh2kogHVJkN+DzNru958cBfEPDOvd+uh6w33qeGfOoEgF2JDLwBNYY FD860dfzyvr0zLNKQGpQvEHdbzhUUQfgTRXexDvQ0g2N X-Google-Smtp-Source: AMrXdXuAU3n0cGiOohqaKrsIdNoc58M06yfOsaC76V32Gm5AFjUk3CR+JpXSrwf3Xfew2OtNWiOmaQImszJNjw/u9e8= X-Received: by 2002:a5d:6b01:0:b0:2bc:7d91:f00 with SMTP id v1-20020a5d6b01000000b002bc7d910f00mr1008667wrw.68.1674915132160; Sat, 28 Jan 2023 06:12:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <83fsbuahj9.fsf@gnu.org> 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> <83h6waaium DOT fsf AT gnu DOT org> <83fsbuahj9 DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sat, 28 Jan 2023 17:12:11 +0300 Message-ID: Subject: Re: DXE3 with std::vector 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 OK, patch reverted, >> As for documentation, is the following good? Better wording? > > The text is fine, but the markup could be improved: > >> +@item >> +Linking to gcc-provided libraries like libgcc may need special care, > > libgcc should be in @file > >> +because the linker may have no idea where libgcc.a is. One solution > > libgcc.a likewise > >> +to that when using a makefile is, retrieving the libgcc directory and >> +combining it with -L before -lgcc: > > "-L" and "-lgcc" are command-line options, so the suitable markup for > them is @option. Documentation patch is applied as https://www.delorie.com/bin/cvsweb.cgi/djgpp/src/dxe/dxegen.txi.diff?r1=1.9&r2=1.10 Thanks.