summaryrefslogtreecommitdiffstats
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-97/+67
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-131-7/+13
* Track sections for expressions.Ian Lance Taylor2008-02-091-6/+43
* Even when stripping all symbols, we need to write out the dynamicIan Lance Taylor2008-02-071-2/+6
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-4/+39
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-061-2/+2
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-6/+29
* From Cary Coutant: Ignore hidden symbols in a dynamic object.Ian Lance Taylor2008-02-011-2/+5
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-44/+47
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-134/+221
* 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
OpenPOWER on IntegriCloud