merge from gcc
[external/binutils.git] / gold / symtab.h
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...
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.
2006-09-26 Ian Lance Taylorg++ 3.2.2 portability fixes.
2006-09-26 Ian Lance TaylorMore section layout code.
2006-09-21 Ian Lance TaylorNew drop, with first cut of section layout code.
2006-09-07 Ian Lance TaylorMore symbol resolution code.
2006-08-18 Ian Lance TaylorAnother snapshot of the current state of the sources...
2006-08-04 Ian Lance TaylorInitial CVS checkin of gold