RFA: GOLD: Allow INPUT linker script commands to input libraries

Ian Lance Taylor ian@airs.com
Tue Jun 8 17:35:00 GMT 2010


Nick Clifton <nickc@redhat.com> writes:

> gold/ChangeLog
> 2010-06-08  Nick Clifton  <nickc@redhat.com>
>
> 	* yyscript.y (input_list_element): Allow strings prefixed with
> 	the '-' character.  Treat these as libraries.
> 	* script.cc (script_add_library): New function.  Adds a library
> 	specified by "-l<name>" found in an input script.
> 	* script-c.h: Add prototype for script_add_library.


This looks good, except:

> +   if (name_string[0] != 'l')
> +     gold_error (_("library name must be prefixed with -l"));

No space before left parenthesis (confusing, I know).

Thanks.

Ian



More information about the Binutils mailing list