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=996dgyNd2IAgAzOd92mkv4iFarRe99zAMQJgorUOUyQ=; b=QFSpSUB+zCWI 4gi/jO8bPAi1qeR4tRnTtYRiqVdxlB/Ht/HSNYysz+N1JmxoUHME4K/JEJ/lHzQGnpD6CHcFHlVdk 4NPixTTl+CCVxVQ3c99nPZdHVd9qmsWemFAJSQzF2CAArnD7vTUvXNUTYnHxavhWhdf/2Kp6L+h9x wCnjAD/FhyzzgF3msYRELQSh1CpB4jP70w52pJDyJlXug1RICQD4/+/z2USPveIHXFKcnRxsVPWlJ xR6+D4irpiPmBpOpKlkfEbAD3Mc6OrNHW/nlgPtySnnhhGrkAvvw/F6dYeBNriMXE9TcQl5L6yN9W ekW1a9h8ZzzJSL0zWlAq/A==; Date: Sat, 28 Jan 2023 15:57:14 +0200 Message-Id: <83fsbuahj9.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> <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> 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 16:40:27 +0300 > > 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. Thanks.