summaryrefslogtreecommitdiff
path: root/gold/symtab.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-1/+1
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-131-2/+3
* Track sections for expressions.Ian Lance Taylor2008-02-091-3/+10
* From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor2008-02-081-5/+21
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-4/+12
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-21/+15
* From Cary Coutant: Fix last patch.Ian Lance Taylor2008-01-241-11/+4
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-11/+50
* From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor2008-01-231-4/+28