OSDN Git Service

PR 10980
[pf3gnuchains/pf3gnuchains3x.git] / gold / object.cc
2010-01-06 ian PR 10980
2010-01-05 ian PR 10980
2009-12-31 ian PR 10670
2009-12-29 ian * object.cc (Relobj::is_section_name_included): Fix...
2009-12-17 dougkwan2009-12-16 Doug Kwan <dougkwan@google.com>
2009-12-15 ian Revert -Wshadow changes, all changes from:
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-06 dougkwan2009-12-05 Doug Kwan <dougkwan@google.com>
2009-11-10 dougkwan2009-11-10 Doug Kwan <dougkwan@google.com>
2009-10-21 dougkwan2009-10-20 Doug Kwan <dougkwan@google.com>
2009-10-13 tmsriram * gc.h (gc_process_relocs): Check if icf is enabled...
2009-10-09 dougkwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-10-09 ianelfcpp/:
2009-10-06 ian * options.h (class General_options): Define
2009-09-30 ian * object.h (class Object): Remove target_ field, and...
2009-09-18 csilvers * object.cc (Sized_relobj::do_count): Test should_reta...
2009-08-18 dougkwan2009-08-18 Doug Kwan <dougkwan@google.com>
2009-08-05 tmsriram*** empty log message ***
2009-07-17 ian PR 10400
2009-06-23 ian PR 10147
2009-06-22 ian * layout.cc (Layout::make_output_section): Call
2009-06-05 dougkwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-06-05 dougkwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-05-22 tmsriram * object.cc (Sized_relobj::map_to_kept_section): Retur...
2009-03-24 ian * object.cc (is_elf_object): Define.
2009-03-14 ian * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-01 ian * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-28 ian PR 6992
2009-02-28 ian PR 6811
2009-02-28 ian PR 7091
2009-02-13 ccoutant (From Rafael Espindola)
2009-02-07 ian * object.cc (Sized_relobj::do_layout): Make info messa...
2009-01-28 ian * gold.h: Include <cstring> and <stdint.h>.
2009-01-28 tmsriram2009-01-20 Sriraman Tallam <tmsriram@google.com>
2009-01-15 ian * object.cc (Sized_relobj::write_local_symbols): Don...
2008-12-23 ccoutant * object.cc (Sized_relobj::layout_section): New function.
2008-09-29 ccoutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-07-22 ian * cref.cc: New file.
2008-07-10 ian Handle output sections with more than 0x7fffffff bytes.
2008-06-25 ccoutant2008-06-25 Cary Coutant <ccoutant@google.com>
2008-05-05 ian * object.cc (Sized_relobj::include_section_group)...
2008-05-01 ccoutant * layout.cc (Layout::include_section): Refactored...
2008-04-23 ian * object.cc (Sized_relobj::include_section_group)...
2008-04-23 ian * object.cc (make_elf_object): Correct test for 64...
2008-04-19 ian * object.cc (Sized_relobj::do_add_symbols): Always...
2008-04-19 ian * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17 ccoutant * errors.cc (Errors::info): New function.
2008-04-09 ian * layout.h (class Layout): Add added_eh_frame_data_...
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-03-26 ian PR gold/5986
2008-03-24 ian * options.cc: Include "demangle.h".
2008-03-16 iantFix handling of RELA relative relocs against local...
2008-03-13 iantUpdate copyright years. Update language files.
2008-03-12 iantCombine read-only .eh_frame sections with read-write...
2008-02-28 iantSupport -d/--define-common.
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 iantImplement -q/--emit-relocs.
2008-02-12 iantSupport dynamic relocations against local section symbols.
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 iantSupport creating empty output when there are no input...
2008-02-06 iantInitial -r support.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-21 iantCorrect handling of non-section symbol in merged sectio...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-06 iantInitialize variable to avoid warning.
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-01 iantCompress all debug sections.
2007-11-15 iantFrom Craig Silverstein: Add support for --demangle.
2007-11-14 iantAdd heuristics for undefined symbol warnings.
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-14 iantFrom Craig Silverstein: Rework debug info code a bit...
2007-11-12 iantFrom Craig Silverstein: rework DWARF reader code a...
2007-11-09 iantFrom Craig Silverstein: Initialize got_relocs.
2007-11-09 iantFrom Craig Silverstein: Use relocations in reporting...
2007-11-09 iantGenerate a complete exception frame header. Discard...
2007-11-07 iantFrom Craig Silverstein: Templatize the Dwarf reader.
2007-11-07 iantFrom Craig Silverstein: Don't crash if we see a file...
2007-11-02 iantFrom Craig Silverstein: Add first version of generating...
2007-11-02 iantReworked from Andrew Chatham: report error locations.
2007-10-23 iantAdd support for PT_GNU_STACK.
2007-10-14 iantAdjust linkonce symbol name algorithm to work for
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-14 iantFrom Craig Silverstein: add some internationalization...
2007-10-12 iantAdd an option for Stringpools to not copy strings.
2007-10-10 iantImplement -s and -S options which strip symbols.
2007-10-08 iantAdd support for local GOT offsets.
2007-10-06 iantCorrect handling of addends in merged sections.
2007-10-02 iantFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-26 iantPut size and endianness in parameters.
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-22 iantAdd licensing text to every source file.
2007-09-21 iantAdd global parameters.
2007-09-20 iantFrom Cary Coutant: only check for a linkonce section...
2007-09-04 iantAdd support for --enable-target to control which template
2007-05-16 iantAdd support for SHF_MERGE sections.
2006-12-06 iantDon't emit symbols seen only in dynamic object, don...
2006-11-29 iantHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16 iantSnapshot. Includes first cut at output relocation...
next