OSDN Git Service

* object.cc (Sized_relobj::layout_section): New function.
[pf3gnuchains/pf3gnuchains3x.git] / gold / symtab.cc
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.
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-23 iantUse special value when we refer a function symbol in...
2007-09-22 iantAdd licensing text to every source file.
2007-09-22 iantIt's OK to have a version if we have an existing symbol.
2007-09-22 iantCanonicalize name and version when working with special...
2007-09-19 iantLet special symbols override existing symbols rather...
2007-09-04 iantAdd support for --enable-target to control which template
2007-09-04 iantIgnore VER_NDX_LOCAL for an undefined symbol.
2007-08-29 iantCopy in_reg and in_dyn when resolving NAME/VERSION...
2007-08-28 iantInitialize plt_offset_ and has_plt_offset_ in a Symbol.
2007-08-22 iantAdd support for -E/--export-dynamic. Also clean up...
2006-12-06 iantDon't emit symbols seen only in dynamic object, don...
2006-12-06 iantGenerate version information.
2006-12-01 iantgcc 3.2.2 portability hacks.
2006-12-01 iantCan now dynamically link hello, world.
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16 iantSnapshot. Includes first cut at output relocation...
2006-11-14 iantMore dynamic object support, initial scripting support.
2006-11-07 iantAdd Elf_file interface which can be used by both Sized_...
next