Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / gold / object.cc
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-12-06  Doug Kwan2009-12-05 Doug Kwan <dougkwan@google.com>
2009-11-09  Doug Kwan2009-11-10 Doug Kwan <dougkwan@google.com>
2009-10-21  Doug Kwan2009-10-20 Doug Kwan <dougkwan@google.com>
2009-10-13  Sriraman Tallam * gc.h (gc_process_relocs): Check if icf is enabled...
2009-10-09  Doug Kwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-10-09  Ian Lance Taylorelfcpp/:
2009-10-06  Ian Lance Taylor * options.h (class General_options): Define
2009-09-30  Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-09-18  Craig Silverstein * object.cc (Sized_relobj::do_count): Test should_reta...
2009-08-18  Doug Kwan2009-08-18 Doug Kwan <dougkwan@google.com>
2009-08-05  Sriraman Tallam*** empty log message ***
2009-07-17  Ian Lance Taylor PR 10400
2009-06-23  Ian Lance Taylor PR 10147
2009-06-22  Ian Lance Taylor * layout.cc (Layout::make_output_section): Call
2009-06-05  Doug Kwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-06-05  Doug Kwan2009-06-05 Doug Kwan <dougkwan@google.com>
2009-05-22  Sriraman Tallam * object.cc (Sized_relobj::map_to_kept_section): Retur...
2009-03-24  Ian Lance Taylor * object.cc (is_elf_object): Define.
2009-03-14  Ian Lance Taylor * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-01  Ian Lance Taylor * layout.cc (Layout::find_or_add_kept_section): New...
2009-02-28  Ian Lance Taylor PR 6992
2009-02-28  Ian Lance Taylor PR 6811
2009-02-28  Ian Lance Taylor PR 7091
2009-02-13  Cary Coutant (From Rafael Espindola)
2009-02-07  Ian Lance Taylor * object.cc (Sized_relobj::do_layout): Make info messa...
2009-01-28  Ian Lance Taylor * gold.h: Include <cstring> and <stdint.h>.
2009-01-28  Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2009-01-15  Ian Lance Taylor * object.cc (Sized_relobj::write_local_symbols): Don...
2008-12-23  Cary Coutant * object.cc (Sized_relobj::layout_section): New function.
2008-09-29  Cary Coutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-07-22  Ian Lance Taylor * cref.cc: New file.
2008-07-10  Ian Lance Taylor Handle output sections with more than 0x7fffffff bytes.
2008-06-25  Cary Coutant2008-06-25 Cary Coutant <ccoutant@google.com>
2008-05-05  Ian Lance Taylor * object.cc (Sized_relobj::include_section_group)...
2008-05-01  Cary Coutant * layout.cc (Layout::include_section): Refactored...
2008-04-23  Ian Lance Taylor * object.cc (Sized_relobj::include_section_group)...
2008-04-23  Ian Lance Taylor * object.cc (make_elf_object): Correct test for 64...
2008-04-19  Ian Lance Taylor * object.cc (Sized_relobj::do_add_symbols): Always...
2008-04-19  Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17  Cary Coutant * errors.cc (Errors::info): New function.
2008-04-09  Ian Lance Taylor * layout.h (class Layout): Add added_eh_frame_data_...
2008-04-02  Ian Lance Taylor * fileread.cc (File_read::find_view): Add byteshift...
2008-03-26  Ian Lance Taylor PR gold/5986
2008-03-24  Ian Lance Taylor * options.cc: Include "demangle.h".
2008-03-16  Ian Lance TaylorFix handling of RELA relative relocs against local...
2008-03-13  Ian Lance TaylorUpdate copyright years. Update language files.
2008-03-12  Ian Lance TaylorCombine read-only .eh_frame sections with read-write...
2008-02-28  Ian Lance TaylorSupport -d/--define-common.
2008-02-28  Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27  Ian Lance TaylorImplement -q/--emit-relocs.
2008-02-12  Ian Lance TaylorSupport dynamic relocations against local section symbols.
2008-02-07  Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06  Ian Lance TaylorSupport creating empty output when there are no input...
2008-02-06  Ian Lance TaylorInitial -r support.
2008-01-02  Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-21  Ian Lance TaylorCorrect handling of non-section symbol in merged sectio...
2007-12-21  Ian Lance TaylorSpeed up relocations against local symbols in merged...
2007-12-18  Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-14  Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-06  Ian Lance TaylorInitialize variable to avoid warning.
2007-12-06  Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-01  Ian Lance TaylorCompress all debug sections.
2007-11-15  Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14  Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-14  Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-14  Ian Lance TaylorFrom Craig Silverstein: Rework debug info code a bit...
2007-11-12  Ian Lance TaylorFrom Craig Silverstein: rework DWARF reader code a...
2007-11-09  Ian Lance TaylorFrom Craig Silverstein: Initialize got_relocs.
2007-11-09  Ian Lance TaylorFrom Craig Silverstein: Use relocations in reporting...
2007-11-09  Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-11-07  Ian Lance TaylorFrom Craig Silverstein: Templatize the Dwarf reader.
2007-11-07  Ian Lance TaylorFrom Craig Silverstein: Don't crash if we see a file...
2007-11-02  Ian Lance TaylorFrom Craig Silverstein: Add first version of generating...
2007-11-02  Ian Lance TaylorReworked from Andrew Chatham: report error locations.
2007-10-23  Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-14  Ian Lance TaylorAdjust linkonce symbol name algorithm to work for
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-14  Ian Lance TaylorFrom Craig Silverstein: add some internationalization...
2007-10-12  Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-10  Ian Lance TaylorImplement -s and -S options which strip symbols.
2007-10-08  Ian Lance TaylorAdd support for local GOT offsets.
2007-10-06  Ian Lance TaylorCorrect handling of addends in merged sections.
2007-10-02  Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-26  Ian Lance TaylorPut size and endianness in parameters.
2007-09-25  Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-22  Ian Lance TaylorAdd licensing text to every source file.
2007-09-21  Ian Lance TaylorAdd global parameters.
2007-09-20  Ian Lance TaylorFrom Cary Coutant: only check for a linkonce section...
2007-09-04  Ian Lance TaylorAdd support for --enable-target to control which template
2007-05-16  Ian Lance TaylorAdd support for SHF_MERGE sections.
2006-12-06  Ian Lance TaylorDon't emit symbols seen only in dynamic object, don...
2006-11-29  Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16  Ian Lance TaylorSnapshot. Includes first cut at output relocation...
2006-11-14  Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-07  Ian Lance TaylorAdd Elf_file interface which can be used by both Sized_...
2006-11-07  Ian Lance TaylorRework stringpool and hash tables so that we always...
2006-11-06  Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03  Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-20  Ian Lance TaylorFramework for relocation scanning. Implement simple...
next
This page took 0.333414 seconds and 107 git commands to generate.