summaryrefslogtreecommitdiffstats
path: root/gold/object.h
Commit message (Expand)AuthorAgeFilesLines
...
* PR 5990Ian Lance Taylor2008-07-251-1/+1
* PR 6658Ian Lance Taylor2008-07-241-3/+26
* * cref.cc: New file.Ian Lance Taylor2008-07-221-1/+36
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-122/+131
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-0/+6
* * layout.cc (Layout::include_section): Refactored check for debugCary Coutant2008-05-011-3/+78
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-18/+131
* * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor2008-04-021-8/+9
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-67/+96
* Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor2008-03-161-4/+1
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-7/+3
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-0/+38
* Support dynamic relocations against local section symbols.Ian Lance Taylor2008-02-121-2/+7
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-0/+19
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-061-9/+1
* Initial -r support.Ian Lance Taylor2008-02-061-4/+42
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-2/+29
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-24/+43
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-38/+142
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-20/+20
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-7/+18
* Add const to Object::read and Object::sized_target.Ian Lance Taylor2007-12-141-11/+15
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-5/+15
* 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
OpenPOWER on IntegriCloud