aboutsummaryrefslogtreecommitdiff
path: root/gold/object.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-06 * options.h (class General_options): DefineIan Lance Taylor1-1/+72
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-38/+2
2009-08-182009-08-18 Doug Kwan <dougkwan@google.com>Doug Kwan1-7/+2
2009-08-05*** empty log message ***Sriraman Tallam1-7/+20
2009-07-17 PR 10400Ian Lance Taylor1-13/+18
2009-06-052009-06-05 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+3
2009-05-192009-05-19 Doug Kwan <dougkwan@google.com>Cary Coutant1-1/+12
2009-03-24 * object.cc (is_elf_object): Define.Ian Lance Taylor1-0/+8
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor1-11/+19
2009-03-01 * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor1-28/+0
2009-02-28 PR 6811Ian Lance Taylor1-4/+6
2009-02-13 (From Rafael Espindola)Cary Coutant1-4/+4
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+67
2008-12-23 * object.cc (Sized_relobj::layout_section): New function.Cary Coutant1-1/+44
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant1-2/+9
2008-09-19Add plugin functionality for link-time optimization (LTO).Cary Coutant1-0/+18
2008-07-25 PR 5990Ian Lance Taylor1-1/+1
2008-07-24 PR 6658Ian Lance Taylor1-3/+26
2008-07-22 * cref.cc: New file.Ian Lance Taylor1-1/+36
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-122/+131
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-0/+6
2008-05-01 * layout.cc (Layout::include_section): Refactored check for debugCary Coutant1-3/+78
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-18/+131
2008-04-02 * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor1-8/+9
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-67/+96
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor1-4/+1
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-7/+3
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-0/+38
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor1-2/+7
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-0/+19
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor1-9/+1
2008-02-06Initial -r support.Ian Lance Taylor1-4/+42
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-2/+29
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-24/+43
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-38/+142
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-20/+20
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-7/+18
2007-12-14Add const to Object::read and Object::sized_target.Ian Lance Taylor1-11/+15
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor1-5/+15
2007-12-07From Cary Coutant: Remove commented out assert. Also add comment forIan Lance Taylor1-4/+3
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-17/+143
2007-12-01Compress all debug sections.Ian Lance Taylor1-0/+1
2007-11-27Rework merge_map for speed.Ian Lance Taylor1-1/+21
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-2/+80
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-1/+9
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-0/+5
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor1-0/+14
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-11/+109
2007-11-02Reworked from Andrew Chatham: report error locations.Ian Lance Taylor1-0/+30