summaryrefslogtreecommitdiffstats
path: root/gold/symtab.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-41/+100
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-37/+127
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-26/+38
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-19/+194
* Add Elf_file interface which can be used by both Sized_relobj andIan Lance Taylor2006-11-071-4/+8
* Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor2006-11-071-19/+36
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-26/+104
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-11-031-15/+29
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-53/+571
* Avoid multiple definition errors from linkonce sections.Ian Lance Taylor2006-10-101-17/+32
* Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor2006-09-291-55/+11
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-3/+111
* Finished layout code.Ian Lance Taylor2006-09-271-56/+47
* g++ 3.2.2 portability fixes.Ian Lance Taylor2006-09-261-2/+52
* More section layout code.Ian Lance Taylor2006-09-261-2/+67
* More symbol resolution code.Ian Lance Taylor2006-09-071-21/+30
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-0/+358
OpenPOWER on IntegriCloud