X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=lto-plugin%2FChangeLog;h=ad2be69f642fba47db32cd2f74c8aedc3d222233;hb=110e0530e94898ff20cc55d37fe7239196282d08;hp=014082f99a1e6e5197b273e134e8b904ec1bb9ca;hpb=3d3b339a29d482bcc0891f1b38a416a9cf6a6762;p=pf3gnuchains%2Fgcc-fork.git diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 014082f99a1..ad2be69f642 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,244 @@ +2012-02-22 Kai Tietz + + PR lto/50616 + * lto-plugin.c (PRI_LL): New macro. + (dump_symtab): Use PRI_LL instead of ll in print. + (process_symtab): Use PRI_LL instead of ll in scan. + +2011-12-20 Andreas Schwab + + * configure: Regenerate. + +2011-12-19 Andreas Schwab + + * configure: Regenerate. + +2011-11-21 Andreas Tobler + + * configure: Regenerate. + +2011-10-02 Jan Hubicka + + PR lto/47247 + * lto-plugin.c (get_symbols_v2): New variable. + (write_resolution): Use V2 API when available. + (onload): Handle LDPT_GET_SYMBOLS_V2. + +2011-09-30 H.J. Lu + Andi Kleen + + PR lto/50568 + * lto-plugin.c (sym_aux): Change id to unsigned long long. + (plugin_symtab): Likewise. + (dump_symtab): Likewise. + (resolve_conflicts): Likewise. + (process_symtab): Likewise. + +2011-08-10 Richard Guenther + + PR bootstrap/49907 + lto-plugin/ + * configure.ac: Use ACX_PROG_CC_WARNING_OPTS to detect -Wall presence. + * Makefile.am (AM_CFLAGS): Adjust. Do not build with -Werror. + * configure: Regenerate. + * Makefile.in: Likewise. + * aclocal.m4: Likewise. + +2011-04-20 Jim Meyering + + * lto-plugin.c (free_1, free_2): Remove useless if-before-free. + +2011-04-05 Richard Guenther + + PR bootstrap/48431 + * lto-plugin.c (claim_file_handler): Do not declare vars in code. + +2011-02-13 Ralf Wildenhues + + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2011-02-12 Ralf Wildenhues + + * Makefile.am (all-local): Rename from 'all'. + * Makefile.in: Regenerate. + +2011-02-12 Alexandre Oliva + + PR lto/47225 + * Makefile.am (gcc_build_dir, in_gcc_libs): New. + (liblto_plugin_la_LDFLAGS): Add -module. + (copy_lto_plugin): Renamed to... + ($(in_gcc_libs)): ... this. Add mkinstalldirs. Skip copying + of static modules. + * Makefile.in: Rebuild. + +2011-02-07 Kai Tietz + + PR lto/47225 + * Makefile.am (Wc): New helper for encoding -Wc,. + (liblto_plugin_la_LIBADD): Use Wc for libiberty library. + (liblto_plugin_la_DEPENDENCIES): Special case pic libiberty. + * Makefile.in: Regenerated. + +2011-02-07 Paolo Bonzini + + Revert: + + 2011-02-07 Kai Tietz + + PR lto/47225 + * Makefile.am (Wl): New helper for encoding -Wl,. + (liblto_plugin_la_LIBADD): Use -Wl for libiberty library. + * Makefile.in: Regenerated. + +2011-02-07 Kai Tietz + + PR lto/47225 + * Makefile.am (Wl): New helper for encoding -Wl,. + (liblto_plugin_la_LIBADD): Use -Wl for libiberty library. + * Makefile.in: Regenerated. + +2011-01-25 Ian Lance Taylor + + * lto-plugin.c (gold_version): New static variable. + (all_symbols_read_handler): Don't check pass_through_items if + using gold 1.11 or later. + (onload): Set gold_version if we see LDPT_GOLD_VERSION. + +2011-01-12 Richard Guenther + + PR lto/47264 + * lto-plugin.c (parse_table_entry): Use memcpy to access + unaligned fields. + +2010-12-20 Dave Korn + + * Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. + * Makefile.in: Regenerate. + +2010-12-15 Rainer Orth + + Revert last change. + +2010-12-15 Rainer Orth + + * Makefile.am (liblto_plugin_la_DEPENDENCIES): Define. + (liblto_plugin_la_LIBADD): Use -L../libiberty/pic -liberty. + (liblto_plugin_la_LDFLAGS): Use -L../libiberty -liberty. + * Makefile.in: Regenerate. + +2010-12-10 Dave Korn + + PR middle-end/46674 + PR lto/43157 + * configure.ac (SYM_STYLE): Don't AC_DEFINE. + * lto-plugin.c (sym_style): Don't use it; default to ss_none. + * configure: Regenerate. + * config.h.in: Likewise. + +2010-12-06 Dave Korn + + PR target/40125 + PR lto/46695 + * configure.ac: Invoke ACX_LT_HOST_FLAGS. + * Makefile.am (liblto_plugin_la_LDFLAGS): Use lt_host_flags but + override -bindir setting. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + +2010-12-05 Kai Tietz + + * config.h.in: Regenerated. + * configure: Regenerated. + * configure.ac (AC_CHECK_HEADERS): Replaced by AC_HEADER_SYS_WAIT. + * lto-plugin.c (WIFEXITED): Define default. + (WEXITSTATUS): Likeiwse. + +2010-12-01 Kai Tietz + + * config.h.in: Regenerated. + * configure: Regenerated. + * Makefile.in: Regenerated. + * configure.ac (AC_CHECK_HEADERS): Check for sys/wait.h. + * lto-plugin.c: Include sys/wait.h conditionally. + * aclocal.m4: Regenerated. + +2010-11-13 Kai Tietz + + * lto-plugin.c (add_output_files): Fix memory leak. + +2010-11-11 Dave Korn + + PR bootstrap/46397 + PR bootstrap/46362 + * configure.ac: Add AC_TYPE_INT64_T test. + * config.h.in: Regenerate. + * configure: Likewise. + * lto-plugin.c (debug): Use char not bool. + (nop): Likewise. + (check_1): Rename from check, and use int not bool for gate argument. + (check): Macro wrapper for the above to coerce gate argument into + boolean-valued integer in case it has pointer type. + (parse_table_entry): Use 0 not false. + (claim_file_handler): Avoid use of PRIx64 by splitting 64-bit size + into two 32-bit parts and printing as hex ints. + +2010-11-03 Dave Korn + + PR lto/46291 + * lto-plugin.c (claim_file_handler): Don't close file descriptor. + +2010-11-03 Dave Korn + + PR lto/46273 + * lto-plugin.h: Delete. + * lto-plugin-elf.c: Likewise. + * lto-plugin-coff.c: Likewise. + * configure.ac: Don't use libelf, don't source config.gcc. + (LIBELFLIBS): Delete. + (LIBELFINC): Delete. + (LTO_FORMAT): Delete. + (SYM_STYLE): Add AC_DEFINE var, set based on $target. + (config.h): Add AC_CONFIG_HEADERS directive. + * Makefile.am (LIBELFLIBS): Delete. + (LIBELFINC): Delete. + (LTO_FORMAT): Delete. + (DEFS): Import. + (AM_CPPFLAGS): Use it. Don't use LIBELFINC. + (liblto_plugin_la_SOURCES): Don't use LTO_FORMAT, don't include + any object-format-specific source file in the link. + (liblto_plugin_la_LIBADD): Don't use LIBELFLIBS. + * config.h.in: Generate. + * configure: Regenerate. + * Makefile.in: Likewise. + * lto-plugin.c (O_BINARY): Definition moved here from lto-plugin.h. + (LTO_SEGMENT_NAME): New definition. + (LTO_SECTION_PREFIX): Definition moved here from lto-plugin.h. + (LTO_SECTION_PREFIX_LEN): New definition. + (struct sym_aux): Struct definition moved here from lto-plugin.h. + (struct plugin_symtab): Likewise. + (struct plugin_objfile): Likewise. + (struct plugin_objfile): New struct def. + (enum symbol_style): New enum type. + (add_symbols): Make static. + (claimed_files): Likewise. + (num_claimed_files): Likewise. + (sym_style): New global. + (check): Make static. + (parse_table_entry): Likewise. Respect sym_style when extracting + symbol from symtab entry. + (translate): Make static. + (resolve_conflicts): Likewise. + (process_symtab): New function, per-section callback version of + old object-format-specific handling from deleted lto-plugin-elf.c. + (claim_file_handler): Convert ELF-specific version from deleted + lto-plugin-elf.c to simple_object interface and move here. + (process_options): Allow new '-sym-style=' option. + (onload): Don't call deleted onload_format_checks hook. + 2010-10-11 Kai Tietz * lto-plugin.c (dump_symtab): Correct printf argument type.