OSDN Git Service

bfd/
[pf3gnuchains/sourceware.git] / gold / resolve.cc
2010-10-12 ian * resolve.cc (symbol_to_bits): Report the value of...
2010-08-28 dougkwan2010-08-27 Doug Kwan <dougkwan@google.com>
2010-08-13 dougkwan2010-08-12 Cary Coutant <ccoutant@google.com>
2010-07-09 ccoutant * resolve.cc (Symbol_table::resolve): Remember whether...
2010-02-05 dougkwan2010-02-04 Doug Kwan <dougkwan@google.com>
2010-01-11 ian * resolve.cc (Symbol_table::resolve): Add symbols...
2010-01-11 ian * resolve.cc (Symbol_table::resolve): Add symbols...
2010-01-09 ian PR 11108
2010-01-06 ian * options.h (class General_options): Use DEFINE_bool_a...
2010-01-05 ian PR 10980
2009-12-29 ian * symtab.h (class Symbol_table): Add enum Defined.
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-05 hjl2009-12-04 H.J. Lu <hongjiu.lu@intel.com>
2009-11-04 ian PR 10860
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-08-19 ccoutant * resolve.cc (Symbol_table::resolve): Don't complain...
2009-08-12 ccoutant PR 10471
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2009-02-27 ian PR 9836
2008-09-19 ccoutantAdd plugin functionality for link-time optimization...
2008-07-23 ian * symtab.cc (Symbol_table::resolve): Remove version...
2008-05-08 ian * symtab.c (Symbol::init_base_output_data): Add version
2008-05-07 ian PR 6049
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-03-25 ccoutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-28 iantDon't warn about redefinitions from a --just-symbols...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-01-24 iantOriginally from Craig Silverstein, with changes: suppor...
2008-01-09 iantSupport assignments and expressions in linker scripts.
2007-11-15 iantFrom Craig Silverstein: Add support for --demangle.
2007-11-14 iantFrom Craig Silverstein: Rework debug info code a bit...
2007-11-13 iantFrom Craig Silverstein: First cut at detecting ODR...
2007-10-22 iantFix versions of copied symbols.
2007-10-14 iantKeep track of weak aliases, so that overriding environ...
2007-10-14 iantBetter multiple definition errors.
2007-10-14 iantRemove extraneous newline.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-14 iantFrom Craig Silverstein: add some internationalization...
2007-09-22 iantAdd licensing text to every source file.
2007-09-19 iantLet special symbols override existing symbols rather...
2007-09-04 iantAdd support for --enable-target to control which template
2007-08-29 iantAny symbol which is in both a regular object and a...
2007-08-28 iantSet in_dyn_ and in_reg_ when overriding a symbol.
2006-12-06 iantDon't emit symbols seen only in dynamic object, don...
2006-12-06 iantGenerate version information.
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-03 iantgcc 3.2.2 portability hacks.
2006-11-03 iantCan now do a full static link of hello, world in C...
2006-10-06 iantLay out object file sections when we add the symbols...
2006-09-29 iantClean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.
2006-09-29 iantSnapshot. Now able to produce a minimal executable...
2006-09-26 iantg++ 3.2.2 portability fixes.
2006-09-07 iantMore symbol resolution code.
2006-08-18 iantAnother snapshot of the current state of the sources...