summaryrefslogtreecommitdiffstats
path: root/gold/resolve.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Let special symbols override existing symbols rather thanIan Lance Taylor2007-09-191-136/+241
| | | | reinitializing them.
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-041-8/+16
| | | | specializations we generate.
* Any symbol which is in both a regular object and a dynamic objectIan Lance Taylor2007-08-291-9/+0
| | | | requires an entry in the dynamic symbol table.
* Set in_dyn_ and in_reg_ when overriding a symbol.Ian Lance Taylor2007-08-281-0/+4
|
* Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor2006-12-061-1/+6
| | | | dynamic object.
* Generate version information.Ian Lance Taylor2006-12-061-28/+37
|
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-2/+2
|
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-4/+4
|
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-1/+11
|
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-11-031-2/+3
|
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-6/+65
|
* Lay out object file sections when we add the symbols to the symbolIan Lance Taylor2006-10-061-3/+4
| | | | table.
* Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor2006-09-291-8/+2
|
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-4/+3
| | | | runs.
* g++ 3.2.2 portability fixes.Ian Lance Taylor2006-09-261-1/+10
|
* More symbol resolution code.Ian Lance Taylor2006-09-071-14/+138
|
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-0/+349
point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure.
OpenPOWER on IntegriCloud