aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-01Compress all debug sections.Ian Lance Taylor1-2/+1
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-6/+15
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-1/+27
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor1-0/+26
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor1-1/+1
2007-11-12From Craig Silverstein: rework DWARF reader code a bit.Ian Lance Taylor1-51/+3
2007-11-09From Craig Silverstein: Initialize got_relocs.Ian Lance Taylor1-1/+1
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor1-12/+50
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-15/+195
2007-11-07From Craig Silverstein: Templatize the Dwarf reader.Ian Lance Taylor1-2/+3
2007-11-07From Craig Silverstein: Don't crash if we see a file we don't recognize.Ian Lance Taylor1-9/+9
2007-11-02From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor1-11/+41
2007-11-02Reworked from Andrew Chatham: report error locations.Ian Lance Taylor1-11/+73
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor1-0/+17
2007-10-14Adjust linkonce symbol name algorithm to work forIan Lance Taylor1-1/+14
2007-10-14Run all error handling through an Errors object. Delete output fileIan Lance Taylor1-118/+86
2007-10-14From Craig Silverstein: add some internationalization calls.Ian Lance Taylor1-1/+1
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-1/+1