OSDN Git Service

Add -Wshadow to the gcc command line options used when compiling the binutils.
[pf3gnuchains/pf3gnuchains3x.git] / gold / symtab.cc
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-08 hjl2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
2009-12-05 hjl2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
2009-11-05 ian PR 10880
2009-10-28 ccoutant * symtab.cc (add_from_pluginobj): Pass correct value...
2009-10-14 ian Add support for -pie.
2009-10-13 tmsriram * gc.h (gc_process_relocs): Check if icf is enabled...
2009-10-09 dougkwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-09-18 csilvers * object.cc (Sized_relobj::do_count): Test should_reta...
2009-08-05 tmsriram*** empty log message ***
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2009-05-19 ccoutant2009-05-19 Doug Kwan <dougkwan@google.com>
2009-03-17 ian * symtab.cc (Symbol_table::define_default_version...
2009-02-28 ian PR 6992
2009-02-28 ian PR 6811
2009-02-27 ian PR 9836
2009-02-06 cgd2009-02-06 Chris Demetriou <cgd@google.com>
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-11-06 csilvers * options.cc (General_options::parse_dynamic_list...
2008-09-29 ccoutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-09-06 ccoutant2008-09-05 Cary Coutant <ccoutant@google.com>
2008-08-28 kvanhees2008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
2008-07-23 ian PR 6647
2008-07-23 cgd2008-07-23 Simon Baldwin <simonb@google.com>
2008-07-23 ian * symtab.cc (Symbol_table::resolve): Remove version...
2008-07-22 ian * cref.cc: New file.
2008-07-22 cgd2008-07-22 Simon Baldwin <simonb@google.com>
2008-07-21 csilvers2008-07-21 Craig Silverstein <csilvers@google.com>
2008-07-18 ian * symtab.cc (Symbol_table::add_from_object): Rewrite...
2008-07-10 ian Handle output sections with more than 0x7fffffff bytes.
2008-06-30 ian PR 6585
2008-05-08 ian * symtab.c (Symbol::init_base_output_data): Add version
2008-05-07 ian PR 6049
2008-05-06 ian * symtab.cc (Symbol_table::add_from_dynobj): If we...
2008-05-01 csilvers * dwarf_reader.cc (next_generation_count): New static...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17 ccoutant * errors.cc (Errors::info): New function.
2008-04-17 ian * common.cc (Symbol_table::allocate_commons): Remove...
2008-04-17 ccoutant * i386.cc (Target_i386::define_tls_base_symbol): New...
2008-04-10 ianFix typo in comment in last commit.
2008-04-09 ian * symtab.cc (Symbol_table::add_from_dynobj): Only...
2008-04-09 ian * options.h (class General_options): Define --wrap...
2008-03-29 ian * symtab.cc (Symbol_table::do_define_as_constant)...
2008-03-29 ian * symtab.cc (Symbol_table::add_from_object): If we...
2008-03-27 ian * symtab.cc (Symbol_table::add_from_object): Handle...
2008-03-27 ian * symtab.cc (Symbol_table::add_from_relobj): Don't...
2008-03-26 ian PR gold/5986
2008-03-25 ccoutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-24 ian * options.cc: Include "demangle.h".
2008-03-14 iantDon't get confused about whether a symbol is the defaul...
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-28 iantSupport -d/--define-common.
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-13 iantAssignments in linker scripts override definitions...
2008-02-09 iantTrack sections for expressions.
2008-02-07 iantEven when stripping all symbols, we need to write out...
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 iantSupport creating empty output when there are no input...
2008-02-04 iantFully implement the SECTIONS clause.
2008-02-01 iantFrom Cary Coutant: Ignore hidden symbols in a dynamic...
2008-01-26 iantDon't pass around the target in order to define symbols...
2008-01-24 iantOriginally from Craig Silverstein, with changes: suppor...
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 iantSupport assignments and expressions in linker scripts.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 iantFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-20 iantConvert more instances of off_t to be 32-bit types.
2007-12-19 iantUse string length when available when calling Stringpoo...
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-14 iantFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-07 iantFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-05 iantStringpool stats. Also make Symbol_table support funct...
2007-12-04 iantPrint symbol table statistics with --stats.
2007-11-22 iantAdd threading support.
2007-11-17 iantFrom Craig Silverstein: Quote the symbol name in the...
2007-11-16 iantWhen looking for ODR violations, only check the file...
2007-11-15 iantWorkaround bug in gcc 4.0.3 STL.
2007-11-15 iantFrom Craig Silverstein: Add support for --demangle.
2007-11-14 iantFrom Craig Silverstein: Report output file name with...
2007-11-14 iantAdd heuristics for undefined symbol warnings.
2007-11-14 iantRevert last patch.
2007-11-14 iantSupport special always-defined symbols for targets.
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-14 iantFrom Craig Silverstein: Rework debug info code a bit...
2007-11-13 iantFrom Craig Silverstein: First cut at detecting ODR...
2007-11-09 iantFrom Cary Coutant: More shared library support, some...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-10-23 iantAdd support for PT_GNU_STACK.
2007-10-22 iantFix versions of copied symbols.
2007-10-16 iantFrom Cary Coutant: preliminary shared library support.
2007-10-14 iantKeep track of weak aliases, so that overriding environ...
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-12 iantAdd an option for Stringpools to not copy strings.
2007-10-10 iantImplement -s and -S options which strip symbols.
2007-09-28 iantUse parameters to track whether we are doing a static...
2007-09-26 iantPut size and endianness in parameters.
next