]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gold/symtab.cc
* cref.cc: New file.
[thirdparty/binutils-gdb.git] / gold / symtab.cc
2008-07-22  Ian Lance Taylor * cref.cc: New file.
2008-07-22  Chris Demetriou2008-07-22 Simon Baldwin <simonb@google.com>
2008-07-21  Craig Silverstein2008-07-21 Craig Silverstein <csilvers@google.com>
2008-07-18  Ian Lance Taylor * symtab.cc (Symbol_table::add_from_object): Rewrite...
2008-07-10  Ian Lance Taylor Handle output sections with more than 0x7fffffff bytes.
2008-06-30  Ian Lance Taylor PR 6585
2008-05-08  Ian Lance Taylor * symtab.c (Symbol::init_base_output_data): Add version
2008-05-07  Ian Lance Taylor PR 6049
2008-05-06  Ian Lance Taylor * symtab.cc (Symbol_table::add_from_dynobj): If we...
2008-05-01  Craig Silverstein * dwarf_reader.cc (next_generation_count): New static...
2008-04-19  Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17  Cary Coutant * errors.cc (Errors::info): New function.
2008-04-17  Ian Lance Taylor * common.cc (Symbol_table::allocate_commons): Remove...
2008-04-17  Cary Coutant * i386.cc (Target_i386::define_tls_base_symbol): New...
2008-04-10  Ian Lance TaylorFix typo in comment in last commit.
2008-04-09  Ian Lance Taylor * symtab.cc (Symbol_table::add_from_dynobj): Only...
2008-04-09  Ian Lance Taylor * options.h (class General_options): Define --wrap...
2008-03-29  Ian Lance Taylor * symtab.cc (Symbol_table::do_define_as_constant)...
2008-03-29  Ian Lance Taylor * symtab.cc (Symbol_table::add_from_object): If we...
2008-03-27  Ian Lance Taylor * symtab.cc (Symbol_table::add_from_object): Handle...
2008-03-27  Ian Lance Taylor * symtab.cc (Symbol_table::add_from_relobj): Don't...
2008-03-26  Ian Lance Taylor PR gold/5986
2008-03-25  Cary Coutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-24  Ian Lance Taylor * options.cc: Include "demangle.h".
2008-03-14  Ian Lance TaylorDon't get confused about whether a symbol is the defaul...
2008-02-29  Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-28  Ian Lance TaylorSupport -d/--define-common.
2008-02-28  Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-13  Ian Lance TaylorAssignments in linker scripts override definitions...
2008-02-09  Ian Lance TaylorTrack sections for expressions.
2008-02-07  Ian Lance TaylorEven when stripping all symbols, we need to write out...
2008-02-07  Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06  Ian Lance TaylorSupport creating empty output when there are no input...
2008-02-04  Ian Lance TaylorFully implement the SECTIONS clause.
2008-02-01  Ian Lance TaylorFrom Cary Coutant: Ignore hidden symbols in a dynamic...
2008-01-26  Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-24  Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-15  Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09  Ian Lance TaylorSupport assignments and expressions in linker scripts.
2008-01-02  Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-21  Ian Lance TaylorFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-20  Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
2007-12-19  Ian Lance TaylorUse string length when available when calling Stringpoo...
2007-12-18  Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-14  Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-14  Ian Lance TaylorFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-06  Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-05  Ian Lance TaylorStringpool stats. Also make Symbol_table support funct...
2007-12-04  Ian Lance TaylorPrint symbol table statistics with --stats.
2007-11-22  Ian Lance TaylorAdd threading support.
2007-11-17  Ian Lance TaylorFrom Craig Silverstein: Quote the symbol name in the...
2007-11-16  Ian Lance TaylorWhen looking for ODR violations, only check the file...
2007-11-15  Ian Lance TaylorWorkaround bug in gcc 4.0.3 STL.
2007-11-15  Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14  Ian Lance TaylorFrom Craig Silverstein: Report output file name with...
2007-11-14  Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-14  Ian Lance TaylorRevert last patch.
2007-11-14  Ian Lance TaylorSupport special always-defined symbols for targets.
2007-11-14  Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-14  Ian Lance TaylorFrom Craig Silverstein: Rework debug info code a bit...
2007-11-13  Ian Lance TaylorFrom Craig Silverstein: First cut at detecting ODR...
2007-11-09  Ian Lance TaylorFrom Cary Coutant: More shared library support, some...
2007-11-09  Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-10-23  Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-22  Ian Lance TaylorFix versions of copied symbols.
2007-10-16  Ian Lance TaylorFrom Cary Coutant: preliminary shared library support.
2007-10-14  Ian Lance TaylorKeep track of weak aliases, so that overriding environ...
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-12  Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-10  Ian Lance TaylorImplement -s and -S options which strip symbols.
2007-09-28  Ian Lance TaylorUse parameters to track whether we are doing a static...
2007-09-26  Ian Lance TaylorPut size and endianness in parameters.
2007-09-25  Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-23  Ian Lance TaylorUse special value when we refer a function symbol in...
2007-09-22  Ian Lance TaylorAdd licensing text to every source file.
2007-09-22  Ian Lance TaylorIt's OK to have a version if we have an existing symbol.
2007-09-22  Ian Lance TaylorCanonicalize name and version when working with special...
2007-09-19  Ian Lance TaylorLet special symbols override existing symbols rather...
2007-09-04  Ian Lance TaylorAdd support for --enable-target to control which template
2007-09-04  Ian Lance TaylorIgnore VER_NDX_LOCAL for an undefined symbol.
2007-08-29  Ian Lance TaylorCopy in_reg and in_dyn when resolving NAME/VERSION...
2007-08-28  Ian Lance TaylorInitialize plt_offset_ and has_plt_offset_ in a Symbol.
2007-08-22  Ian Lance TaylorAdd support for -E/--export-dynamic. Also clean up...
2006-12-06  Ian Lance TaylorDon't emit symbols seen only in dynamic object, don...
2006-12-06  Ian Lance TaylorGenerate version information.
2006-12-01  Ian Lance Taylorgcc 3.2.2 portability hacks.
2006-12-01  Ian Lance TaylorCan now dynamically link hello, world.
2006-11-29  Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16  Ian Lance TaylorSnapshot. Includes first cut at output relocation...
2006-11-14  Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-07  Ian Lance TaylorAdd Elf_file interface which can be used by both Sized_...
2006-11-07  Ian Lance TaylorRework stringpool and hash tables so that we always...
2006-11-06  Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03  Ian Lance Taylorgcc 3.2.2 portability hacks.
2006-11-03  Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-10  Ian Lance TaylorAvoid multiple definition errors from linkonce sections.
2006-09-29  Ian Lance TaylorClean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.
2006-09-29  Ian Lance TaylorSnapshot. Now able to produce a minimal executable...
2006-09-27  Ian Lance TaylorFinished layout code.
next