aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.cc
AgeCommit message (Expand)AuthorFilesLines
2008-04-09 * options.h (class General_options): Define --wrap as a specialIan Lance Taylor1-0/+67
2008-03-29 * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor1-2/+7
2008-03-29 * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor1-0/+2
2008-03-27 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor1-3/+7
2008-03-27 * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor1-1/+5
2008-03-26 PR gold/5986Ian Lance Taylor1-0/+2
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-2/+1
2008-03-24 * options.cc: Include "demangle.h".Ian Lance Taylor1-1/+1
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor1-1/+2
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-43/+25
2008-02-28Support -d/--define-common.Ian Lance Taylor1-4/+7
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-97/+67
2008-02-13Assignments in linker scripts override definitions from object files.Ian Lance Taylor1-7/+13
2008-02-09Track sections for expressions.Ian Lance Taylor1-6/+43
2008-02-07Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor1-2/+6
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-4/+39
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor1-2/+2
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-6/+29
2008-02-01From Cary Coutant: Ignore hidden symbols in a dynamic object.Ian Lance Taylor1-2/+5
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-44/+47
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor1-134/+221
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-15/+33
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-13/+19
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-24/+7
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor1-2/+10
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-9/+15
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor1-1/+2
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-3/+3
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-12/+13
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor1-2/+3
2007-12-07From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor1-1/+0
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-2/+5
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor1-7/+6
2007-12-04Print symbol table statistics with --stats.Ian Lance Taylor1-0/+14
2007-11-22Add threading support.Ian Lance Taylor1-0/+33
2007-11-17From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor1-2/+2
2007-11-16When looking for ODR violations, only check the file base name. Also,Ian Lance Taylor1-5/+33
2007-11-15Workaround bug in gcc 4.0.3 STL.Ian Lance Taylor1-3/+4
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-4/+32
2007-11-14From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor1-3/+4
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-25/+51
2007-11-14Revert last patch.Ian Lance Taylor1-2/+1
2007-11-14Support special always-defined symbols for targets.Ian Lance Taylor1-1/+2
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-0/+20
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor1-50/+2
2007-11-13From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor1-10/+109
2007-11-09From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor1-0/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-6/+6
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-3/+2
2007-10-22Fix versions of copied symbols.Ian Lance Taylor1-2/+82