summaryrefslogtreecommitdiff
path: root/gold/object.h
Commit message (Expand)AuthorAgeFilesLines
* 2009-06-05 Doug Kwan <dougkwan@google.com>Doug Kwan2009-06-051-0/+3
* 2009-05-19 Doug Kwan <dougkwan@google.com>Cary Coutant2009-05-191-1/+12
* * object.cc (is_elf_object): Define.Ian Lance Taylor2009-03-241-0/+8
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-11/+19
* * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor2009-03-011-28/+0
* PR 6811Ian Lance Taylor2009-02-281-4/+6
* (From Rafael Espindola)Cary Coutant2009-02-131-4/+4
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-1/+67
* * object.cc (Sized_relobj::layout_section): New function.Cary Coutant2008-12-231-1/+44
* * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant2008-09-291-2/+9
* Add plugin functionality for link-time optimization (LTO).Cary Coutant2008-09-191-0/+18
* 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