summaryrefslogtreecommitdiff
path: root/gold/symtab.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-1/+24
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-17/+13
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-1/+2
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-1/+1
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-3/+3
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-1/+4
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-071-16/+0
* Print symbol table statistics with --stats.Ian Lance Taylor2007-12-041-0/+4
* Add threading support.Ian Lance Taylor2007-11-221-0/+10
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-151-0/+7
* From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor2007-11-141-0/+47
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-141-1/+1
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-3/+8
* From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor2007-11-131-3/+45
* Correct handling of GOT references in a regular object.Ian Lance Taylor2007-11-121-0/+4
* From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor2007-11-091-0/+82
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-1/+1
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-231-1/+1
* Fix versions of copied symbols.Ian Lance Taylor2007-10-221-13/+37
* Add support for -Bsymbolic.Ian Lance Taylor2007-10-181-1/+2
* From Cary Coutant: preliminary shared library support.Ian Lance Taylor2007-10-161-0/+15
* Keep track of weak aliases, so that overriding environ works.Ian Lance Taylor2007-10-141-3/+39
* Better multiple definition errors.Ian Lance Taylor2007-10-141-1/+1
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-4/+9
* Add an option for Stringpools to not copy strings.Ian Lance Taylor2007-10-121-1/+1
* Use parameters to track whether we are doing a static link. Fix upIan Lance Taylor2007-09-281-6/+1
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-17/+3
* Use special value when we refer a function symbol in some way otherIan Lance Taylor2007-09-231-1/+21
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Canonicalize name and version when working with special symbols.Ian Lance Taylor2007-09-221-2/+2
* Add global parameters.Ian Lance Taylor2007-09-211-2/+3
* Let special symbols override existing symbols rather thanIan Lance Taylor2007-09-191-2/+20
* Any symbol which is in both a regular object and a dynamic objectIan Lance Taylor2007-08-291-1/+4
* Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL.Ian Lance Taylor2007-08-291-0/+5
* Add support for -E/--export-dynamic. Also clean up --help output a bit.Ian Lance Taylor2007-08-221-0/+8
* Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor2006-12-061-0/+12
* Generate version information.Ian Lance Taylor2006-12-061-36/+40
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-12-011-1/+2
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-12/+39
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-31/+88
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-9/+79