summaryrefslogtreecommitdiff
path: root/gold/resolve.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix internal error caused by IFUNC patch.Cary Coutant2015-09-071-7/+1
* Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu2015-09-021-1/+7
* Fix symbol versioning problems in PR 18703.Cary Coutant2015-08-181-9/+24
* Remove warning about references from shared objects to hidden symbols.Yiran Wang2015-07-201-9/+4
* Fix incorrect handling of STT_COMMON symbols in shared libraries.Cary Coutant2015-06-071-13/+17
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix error from previous patch where tosize and tovalue were redefinedCary Coutant2014-09-301-2/+2
* Fix problem where TLS common symbols are not allocated properly during LTO.Cary Coutant2014-09-251-4/+19
* Fix handling of common symbols with plugins.Rafael Ávila de Espíndola2014-09-171-1/+4
* Fix handling of __ehdr_start when it cannot be defined.Cary Coutant2014-05-021-0/+4
* Update copyright yearsAlan Modra2014-03-051-1/+1
* gold/Cary Coutant2013-06-141-6/+12
* * resolve.cc (Symbol_table::resolve): When merging common symbols,Ian Lance Taylor2012-03-131-4/+15
* 2011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant2011-12-171-2/+2
* PR gold/13245Cary Coutant2011-10-181-1/+1
* PR gold/12279Ian Lance Taylor2011-07-081-8/+16
* PR gold/12952Ian Lance Taylor2011-07-061-1/+9
* PR gold/12525Ian Lance Taylor2011-07-021-2/+4
* PR gold/12893Ian Lance Taylor2011-06-171-2/+16
* * common.cc (Symbol_table::do_allocate_commons_list): For incrementalCary Coutant2011-06-081-0/+3
* * resolve.cc (symbol_to_bits): Report the value of the unsupportedIan Lance Taylor2010-10-111-1/+1
* 2010-08-27 Doug Kwan <dougkwan@google.com>Doug Kwan2010-08-281-2/+9
* 2010-08-12 Cary Coutant <ccoutant@google.com>Doug Kwan2010-08-131-0/+5
* * resolve.cc (Symbol_table::resolve): Remember whether undef wasCary Coutant2010-07-091-10/+47
* 2010-02-04 Doug Kwan <dougkwan@google.com>Doug Kwan2010-02-051-6/+5
* * resolve.cc (Symbol_table::resolve): Add symbols to list of ODRIan Lance Taylor2010-01-111-32/+32
* * resolve.cc (Symbol_table::resolve): Add symbols to the list ofIan Lance Taylor2010-01-111-5/+7
* PR 11108Ian Lance Taylor2010-01-091-2/+1
* * options.h (class General_options): Use DEFINE_bool_alias forIan Lance Taylor2010-01-051-3/+2
* PR 10980Ian Lance Taylor2010-01-051-3/+5
* * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor2009-12-291-18/+38
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-19/+19
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-19/+19
* 2009-12-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-12-051-0/+2
* PR 10860Ian Lance Taylor2009-11-041-15/+78
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-2/+2
* * resolve.cc (Symbol_table::resolve): Don't complain about definedCary Coutant2009-08-191-2/+3
* PR 10471Cary Coutant2009-08-121-0/+14
* * layout.cc (Layout::make_output_section): CallIan Lance Taylor2009-06-221-0/+2
* PR 9836Ian Lance Taylor2009-02-271-4/+32
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+19
* * symtab.cc (Symbol_table::resolve): Remove version parameter.Ian Lance Taylor2008-07-231-1/+1
* * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor2008-05-081-11/+32
* PR 6049Ian Lance Taylor2008-05-071-2/+6
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-35/+56
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-1/+0
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-13/+5
* Don't warn about redefinitions from a --just-symbols object.Ian Lance Taylor2008-02-281-0/+8
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-1/+1
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-0/+3