aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-4/+22
2007-10-14Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor1-60/+164
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-44/+76
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-10/+10
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor1-4/+10
2007-09-28Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor1-0/+33
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-69/+131
2007-09-25Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor1-1/+2
2007-09-23Use special value when we refer a function symbol in some way otherIan Lance Taylor1-10/+14
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-22It's OK to have a version if we have an existing symbol.Ian Lance Taylor1-3/+3
2007-09-22Canonicalize name and version when working with special symbols.Ian Lance Taylor1-13/+19
2007-09-19Let special symbols override existing symbols rather thanIan Lance Taylor1-69/+107
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-22/+50
2007-09-04Ignore VER_NDX_LOCAL for an undefined symbol.Ian Lance Taylor1-2/+11
2007-08-29Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL.Ian Lance Taylor1-0/+4
2007-08-28Initialize plt_offset_ and has_plt_offset_ in a Symbol.Ian Lance Taylor1-0/+2
2007-08-22Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor1-1/+4
2006-12-06Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor1-0/+13