PR 11855
[deliverable/binutils-gdb.git] / gold / symtab.h
2010-08-02  Ian Lance Taylor PR 11855
2010-07-09  Cary Coutant * resolve.cc (Symbol_table::resolve): Remember whether...
2010-06-10  Cary Coutant * object.cc (Sized_relobj::do_layout): Defer layout...
2010-04-20  Sriraman Tallam2010-04-18 Sriraman Tallam <tmsriram@google.com>
2010-02-12  Ian Lance Taylor * gold-threads.h (class Once): Define.
2010-01-09  Ian Lance Taylor PR 11108
2009-12-31  Ian Lance Taylor PR 10979
2009-12-31  Ian Lance Taylor PR 10931
2009-12-30  Ian Lance Taylor PR 10450
2009-12-29  Ian Lance Taylor * symtab.h (class Symbol_table): Add enum Defined.
2009-12-14  Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-12-07  H.J. Lu2009-12-07 H.J. Lu <hongjiu.lu@intel.com>
2009-11-04  Ian Lance Taylor PR 10860
2009-10-14  Ian Lance Taylor Add support for -pie.
2009-10-13  Sriraman Tallam * symtab.h: Check for GOLD_SYMTAB_H before header...
2009-10-09  Doug Kwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-10-01  Doug Kwan2009-09-30 Doug Kwan <dougkwan@google.com>
2009-09-30  Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-08-05  Sriraman Tallam*** empty log message ***
2009-06-22  Ian Lance Taylor * layout.cc (Layout::make_output_section): Call
2009-03-25  Cary Coutant * symtab.h (needs_plt_entry): Check for unsatisfied...
2009-03-17  Ian Lance Taylor * symtab.cc (Symbol_table::define_default_version...
2009-02-28  Ian Lance Taylor PR 6811
2009-02-27  Ian Lance Taylor PR 9836
2009-01-28  Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-09-19  Cary CoutantAdd plugin functionality for link-time optimization...
2008-08-04  Ian Lance Taylor * symtab.h (Symbol::use_plt_offset): New function.
2008-07-23  Ian Lance Taylor * symtab.cc (Symbol_table::resolve): Remove version...
2008-07-22  Ian Lance Taylor * cref.cc: New file.
2008-05-21  Ian Lance Taylor * mapfile.cc: New file.
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 * options.h (class General_options): Add -Bsymbolic...
2008-04-19  Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17  Ian Lance Taylor * common.cc (Symbol_table::allocate_commons): Remove...
2008-04-17  Cary Coutant * symtab.h (Symbol::is_strong_undefined): Removed...
2008-04-09  Ian Lance Taylor * options.h (class General_options): Define --wrap...
2008-04-04  Cary Coutant2008-04-04 Cary Coutant <ccoutant@google.com>
2008-03-25  Cary Coutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-14  Ian Lance TaylorDon't get confused about whether a symbol is the defaul...
2008-03-13  Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-29  Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-28  Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26  Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-02-13  Ian Lance TaylorAssignments in linker scripts override definitions...
2008-02-09  Ian Lance TaylorTrack sections for expressions.
2008-02-08  Ian Lance TaylorFrom Cary Coutant: fix handling of undefined symbols...
2008-02-04  Ian Lance TaylorFully implement the SECTIONS clause.
2008-01-26  Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-24  Ian Lance TaylorFrom Cary Coutant: Fix last patch.
2008-01-24  Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-23  Ian Lance TaylorFrom Cary Coutant: Fix mixing PIC and non-PIC relocs...
2008-01-15  Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-02  Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-20  Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
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-04  Ian Lance TaylorPrint symbol table statistics with --stats.
2007-11-22  Ian Lance TaylorAdd threading support.
2007-11-15  Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14  Ian Lance TaylorFrom Cary Coutant: Improve i386 shared library TLS...
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-13  Ian Lance TaylorFrom Craig Silverstein: First cut at detecting ODR...
2007-11-12  Ian Lance TaylorCorrect handling of GOT references in a regular object.
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-18  Ian Lance TaylorAdd support for -Bsymbolic.
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 TaylorBetter multiple definition errors.
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-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-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 TaylorCanonicalize name and version when working with special...
2007-09-21  Ian Lance TaylorAdd global parameters.
2007-09-19  Ian Lance TaylorLet special symbols override existing symbols rather...
2007-08-29  Ian Lance TaylorAny symbol which is in both a regular object and a...
2007-08-29  Ian Lance TaylorCopy in_reg and in_dyn when resolving NAME/VERSION...
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 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-20  Ian Lance TaylorFramework for relocation scanning. Implement simple...
next
This page took 0.393088 seconds and 107 git commands to generate.