* yyscript.y (input_list_element): Allow strings prefixed with
commit78cc1cb12facb0a84d4f9306ed6bdd610994c4be
authorNick Clifton <nickc@redhat.com>
Wed, 9 Jun 2010 14:14:18 +0000 (9 14:14 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 9 Jun 2010 14:14:18 +0000 (9 14:14 +0000)
tree8e5103060c918a647c576a18b690193bd73aa714
parent64fec4d599a50d9a559d161661bd237cbd3c57c8
    * 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.
gold/ChangeLog
gold/script-c.h
gold/script.cc
gold/yyscript.y