aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
AgeCommit message (Expand)AuthorFilesLines
2009-07-17 PR 10400Ian Lance Taylor1-83/+99
2009-06-23 PR 10147Ian Lance Taylor1-0/+11
2009-06-22 * layout.cc (Layout::make_output_section): CallIan Lance Taylor1-1/+1
2009-06-052009-06-05 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+23
2009-06-052009-06-05 Doug Kwan <dougkwan@google.com>Doug Kwan1-4/+20
2009-05-22 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if theSriraman Tallam1-2/+2
2009-03-24 * object.cc (is_elf_object): Define.Ian Lance Taylor1-0/+27
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor1-13/+29
2009-03-01 * layout.cc (Layout::find_or_add_kept_section): New function.Ian Lance Taylor1-34/+33
2009-02-28 PR 6992Ian Lance Taylor1-1/+2
2009-02-28 PR 6811Ian Lance Taylor1-24/+0
2009-02-28 PR 7091Ian Lance Taylor1-10/+21
2009-02-13 (From Rafael Espindola)Cary Coutant1-1/+2
2009-02-07 * object.cc (Sized_relobj::do_layout): Make info message startIan Lance Taylor1-1/+1
2009-01-28 * gold.h: Include <cstring> and <stdint.h>.Ian Lance Taylor1-1/+1
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-70/+288
2009-01-15 * object.cc (Sized_relobj::write_local_symbols): Don't write outIan Lance Taylor1-6/+9
2008-12-23 * object.cc (Sized_relobj::layout_section): New function.Cary Coutant1-14/+81
2008-09-29 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.Cary Coutant1-7/+7
2008-07-22 * cref.cc: New file.Ian Lance Taylor1-1/+66
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-43/+53
2008-06-252008-06-25 Cary Coutant <ccoutant@google.com>Cary Coutant1-0/+6
2008-05-05 * object.cc (Sized_relobj::include_section_group): Adjust sectionIan Lance Taylor1-5/+15
2008-05-01 * layout.cc (Layout::include_section): Refactored check for debugCary Coutant1-25/+159
2008-04-23 * object.cc (Sized_relobj::include_section_group): Check forIan Lance Taylor1-0/+7
2008-04-23 * object.cc (make_elf_object): Correct test for 64-bit ELF fileIan Lance Taylor1-1/+1
2008-04-19 * object.cc (Sized_relobj::do_add_symbols): Always passIan Lance Taylor1-4/+1
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-37/+199
2008-04-17 * errors.cc (Errors::info): New function.Cary Coutant1-0/+4
2008-04-09 * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor1-2/+1
2008-04-02 * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor1-9/+13
2008-03-26 PR gold/5986Ian Lance Taylor1-2/+29
2008-03-24 * options.cc: Include "demangle.h".Ian Lance Taylor1-1/+1
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor1-11/+0
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-12Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor1-3/+6
2008-02-28Support -d/--define-common.Ian Lance Taylor1-1/+1
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-11/+13
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-3/+4
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor1-0/+2
2008-02-07Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor1-0/+11
2008-02-06Support creating empty output when there are no input objects.Ian Lance Taylor1-6/+5
2008-02-06Initial -r support.Ian Lance Taylor1-9/+73
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor1-8/+19
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor1-3/+4
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-37/+19
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-21/+25
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-6/+7
2007-12-06Initialize variable to avoid warning.Ian Lance Taylor1-1/+1
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-63/+186