diff options
author | Rafael Avila de Espindola <espindola@google.com> | 2009-10-08 13:59:32 +0000 |
---|---|---|
committer | Rafael Espindola <espindola@gcc.gnu.org> | 2009-10-08 13:59:32 +0000 |
commit | d520c7fb9dc5c6033259ef223cd63dc05b34aee1 (patch) | |
tree | 0ba2664c4b1be2ad1cda3f03ee68b336b1cd342e /lto-plugin/ChangeLog | |
parent | d72ff618d3477947f78c058e1d9e8249ddb9015b (diff) | |
download | gcc-d520c7fb9dc5c6033259ef223cd63dc05b34aee1.zip gcc-d520c7fb9dc5c6033259ef223cd63dc05b34aee1.tar.gz gcc-d520c7fb9dc5c6033259ef223cd63dc05b34aee1.tar.bz2 |
lto-plugin.c (add_input_library): New.
2009-10-08 Rafael Avila de Espindola <espindola@google.com>
* lto-plugin.c (add_input_library): New.
(all_symbols_read_handler): Use add_input_library for items that
start with -l.
(process_option): Fit in 80 columns.
(onload): Handle LDPT_ADD_INPUT_LIBRARY.
2009-10-08 Rafael Avila de Espindola <espindola@google.com>
* gcc.c (LINK_COMMAND_SPEC): Pass libc with -pass-through if it is
being statically linked.
From-SVN: r152558
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 49f2efb..cabfcca 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,11 @@ +2009-10-08 Rafael Avila de Espindola <espindola@google.com> + + * lto-plugin.c (add_input_library): New. + (all_symbols_read_handler): Use add_input_library for items that + start with -l. + (process_option): Fit in 80 columns. + (onload): Handle LDPT_ADD_INPUT_LIBRARY. + 2009-10-02 Diego Novillo <dnovillo@google.com> * Makefile.am (AM_CPPFLAGS): Remove -D_LARGEFILE_SOURCE |