summaryrefslogtreecommitdiff
path: root/gold/object.h
Commit message (Expand)AuthorAgeFilesLines
* From Cary Coutant: Remove commented out assert. Also add comment forIan Lance Taylor2007-12-071-4/+3
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-17/+143
* Compress all debug sections.Ian Lance Taylor2007-12-011-0/+1
* Rework merge_map for speed.Ian Lance Taylor2007-11-271-1/+21
* From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor2007-11-141-2/+80
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-1/+9
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-141-0/+5
* From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor2007-11-091-0/+14
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-11/+109
* Reworked from Andrew Chatham: report error locations.Ian Lance Taylor2007-11-021-0/+30
* Add infrastructure for threading support.Ian Lance Taylor2007-10-171-0/+5
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-1/+1
* From Craig Silverstein: don't get confused if the same file nameIan Lance Taylor2007-10-101-5/+5
* Add support for local GOT offsets.Ian Lance Taylor2007-10-081-17/+53
* Correct handling of addends in merged sections.Ian Lance Taylor2007-10-061-8/+18
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-8/+11
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Add global parameters.Ian Lance Taylor2007-09-211-7/+4
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-15/+131
* Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor2006-12-061-3/+9
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-28/+28
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-12/+25
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-11/+26
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-23/+53
* Add Elf_file interface which can be used by both Sized_relobj andIan Lance Taylor2006-11-071-22/+61
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-117/+159
* 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-7/+23
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-14/+119
* Avoid multiple definition errors from linkonce sections.Ian Lance Taylor2006-10-101-10/+25
* Lay out object file sections when we add the symbols to the symbolIan Lance Taylor2006-10-061-17/+25
* Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor2006-09-291-13/+4
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-6/+58
* Finished layout code.Ian Lance Taylor2006-09-271-5/+38
* g++ 3.2.2 portability fixes.Ian Lance Taylor2006-09-261-4/+8
* g++ 3.2.2 portability for grhat.Ian Lance Taylor2006-09-261-0/+8
* More section layout code.Ian Lance Taylor2006-09-261-2/+38
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-20/+102
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-13/+61
* Initial CVS checkin of goldIan Lance Taylor2006-08-041-0/+160