patch, ld AIX -blibpath -bnolibpath support

Ian Lance Taylor ian@airs.com
Tue Apr 30 17:46:00 GMT 2002


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



More information about the Binutils mailing list