summaryrefslogtreecommitdiff
path: root/gold/symtab.h
Commit message (Expand)AuthorAgeFilesLines
...
* 2010-10-02 Doug Kwan <dougkwan@google.com>Doug Kwan2010-10-021-2/+6
* * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls fromCary Coutant2010-09-121-2/+3
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-5/+5
* PR 10893Ian Lance Taylor2010-08-191-9/+25
* elfcpp/ChangeLog:Cary Coutant2010-08-121-0/+19
* elfcpp/ChangeLog:Cary Coutant2010-08-121-0/+10
* PR 11855Ian Lance Taylor2010-08-021-3/+8
* * resolve.cc (Symbol_table::resolve): Remember whether undef wasCary Coutant2010-07-091-2/+24
* * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.Cary Coutant2010-06-101-0/+7
* 2010-04-18 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2010-04-201-1/+1
* * gold-threads.h (class Once): Define.Ian Lance Taylor2010-02-121-2/+2
* PR 11108Ian Lance Taylor2010-01-091-28/+36
* PR 10979Ian Lance Taylor2009-12-311-2/+2
* PR 10931Ian Lance Taylor2009-12-311-2/+10
* PR 10450Ian Lance Taylor2009-12-301-1/+3
* * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor2009-12-291-9/+27
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-22/+22
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-22/+22
* 2009-12-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-12-071-2/+10
* PR 10860Ian Lance Taylor2009-11-041-0/+5
* Add support for -pie.Ian Lance Taylor2009-10-141-1/+2
* * symtab.h: Check for GOLD_SYMTAB_H before header includes. RemoveSriraman Tallam2009-10-131-5/+3
* 2009-10-09 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-091-0/+20
* 2009-09-30 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-011-0/+12
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-1/+1
* *** empty log message ***Sriraman Tallam2009-08-051-1/+16
* * layout.cc (Layout::make_output_section): CallIan Lance Taylor2009-06-221-6/+28
* * symtab.h (needs_plt_entry): Check for unsatisfied reference fromCary Coutant2009-03-251-2/+6
* * symtab.cc (Symbol_table::define_default_version): New function,Ian Lance Taylor2009-03-171-20/+27
* PR 6811Ian Lance Taylor2009-02-281-5/+5
* PR 9836Ian Lance Taylor2009-02-271-2/+12
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-0/+25
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-1/+25
* * symtab.h (Symbol::use_plt_offset): New function.Ian Lance Taylor2008-08-041-0/+42
* * symtab.cc (Symbol_table::resolve): Remove version parameter.Ian Lance Taylor2008-07-231-2/+1
* * cref.cc: New file.Ian Lance Taylor2008-07-221-3/+7
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-3/+4
* * symtab.c (Symbol::init_base_output_data): Add versionIan Lance Taylor2008-05-081-20/+30
* PR 6049Ian Lance Taylor2008-05-071-36/+57
* * options.h (class General_options): Add -Bsymbolic-functions.Ian Lance Taylor2008-05-061-6/+30
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-42/+78
* * common.cc (Symbol_table::allocate_commons): Remove optionsIan Lance Taylor2008-04-171-5/+13
* * symtab.h (Symbol::is_strong_undefined): Removed unused function.Cary Coutant2008-04-171-13/+9
* * options.h (class General_options): Define --wrap as a specialIan Lance Taylor2008-04-091-0/+4
* 2008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-041-1/+31
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-60/+13
* Don't get confused about whether a symbol is the default version if weIan Lance Taylor2008-03-141-3/+3
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-9/+7
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-7/+7