This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] AIX collect2, check for -brtl etc before reading libraries/objects


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]