This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] AIX collect2, check for -brtl etc before reading libraries/objects
- From: Ian Lance Taylor <iant at google dot com>
- To: "Peter O'Gorman" <pogma at thewrittenword dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 26 Sep 2009 21:54:14 -0700
- Subject: Re: [PATCH] AIX collect2, check for -brtl etc before reading libraries/objects
- References: <20090925190547.GA1900@tw.il.thewrittenword.com>
"Peter O'Gorman" <pogma@thewrittenword.com> writes:
> 2009-09-25 Peter O'Gorman <pogma@thewrittenword.com>
>
> collect2.c (main): Look for -brtl before adding libraries.
> +#ifdef COLLECT_EXPORT_LIST
> + /* since -brtl, -bexport, -b64 are not position dependent
> + * also check for them here */
Comments should be complete sentences. They should not have leading
'*'. There are many existing examples. Hence:
/* Since -brtl, -bexport, -b64 are not position dependent
also check for them here. */
This is OK with that change.
Thanks.
Ian