summaryrefslogtreecommitdiff
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-15/+33
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-13/+19
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-24/+7
* From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor2007-12-211-2/+10
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-9/+15
* Use string length when available when calling Stringpool. CompareIan Lance Taylor2007-12-191-1/+2
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-3/+3
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-12/+13
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-2/+3
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-071-1/+0
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-2/+5
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-051-7/+6
* Print symbol table statistics with --stats.Ian Lance Taylor2007-12-041-0/+14
* Add threading support.Ian Lance Taylor2007-11-221-0/+33
* From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2007-11-171-2/+2
* When looking for ODR violations, only check the file base name. Also,Ian Lance Taylor2007-11-161-5/+33
* Workaround bug in gcc 4.0.3 STL.Ian Lance Taylor2007-11-151-3/+4
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-151-4/+32
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-141-3/+4
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-25/+51
* Revert last patch.Ian Lance Taylor2007-11-141-2/+1
* Support special always-defined symbols for targets.Ian Lance Taylor2007-11-141-1/+2
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-0/+20
* From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor2007-11-141-50/+2
* From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor2007-11-131-10/+109
* From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor2007-11-091-0/+1
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-6/+6
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-231-3/+2
* Fix versions of copied symbols.Ian Lance Taylor2007-10-221-2/+82
* From Cary Coutant: preliminary shared library support.Ian Lance Taylor2007-10-161-4/+22
* Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor2007-10-141-60/+164
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-44/+76
* Add an option for Stringpools to not copy strings.Ian Lance Taylor2007-10-121-10/+10
* Implement -s and -S options which strip symbols.Ian Lance Taylor2007-10-101-4/+10
* Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor2007-09-281-0/+33
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-69/+131
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-1/+2
* Use special value when we refer a function symbol in some way otherIan Lance Taylor2007-09-231-10/+14
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* It's OK to have a version if we have an existing symbol.Ian Lance Taylor2007-09-221-3/+3
* Canonicalize name and version when working with special symbols.Ian Lance Taylor2007-09-221-13/+19
* Let special symbols override existing symbols rather thanIan Lance Taylor2007-09-191-69/+107
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-041-22/+50
* Ignore VER_NDX_LOCAL for an undefined symbol.Ian Lance Taylor2007-09-041-2/+11
* Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL.Ian Lance Taylor2007-08-291-0/+4
* Initialize plt_offset_ and has_plt_offset_ in a Symbol.Ian Lance Taylor2007-08-281-0/+2
* Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor2007-08-221-1/+4
* Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor2006-12-061-0/+13
* Generate version information.Ian Lance Taylor2006-12-061-78/+108
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-12-011-3/+8