This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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, ld AIX -blibpath -bnolibpath support


Tom Rix <trix@redhat.com> writes:

> +    case OPTION_LIBPATH:
> +      command_line_blibpath=optarg;
> +      break;
> +
> +    case OPTION_NOLIBPATH:
> +      command_line_blibpath=NULL;
> +      break;
> +

The GNU coding standard requires spaces around the `=' operators in
the above statements.

Ian


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