gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / output.cc
2009-12-30  Ian Lance Taylor PR 10450
2009-12-30  Ian Lance Taylor * layout.cc (Layout::Layout): Initialize increase_relro_.
2009-12-30  Ian Lance Taylor PR 10450
2009-12-17  Doug Kwan2009-12-16 Doug Kwan <dougkwan@google.com>
2009-12-14  Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-11-05  Ian Lance TaylorRemove debugging code accidentally included in last...
2009-11-05  Ian Lance Taylor PR 10910
2009-11-04  Ian Lance Taylor * layout.cc (Layout::get_output_section): Add is_inter...
2009-10-30  Doug Kwan2009-10-30 Doug Kwan <dougkwan@google.com>
2009-10-16  Doug Kwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-10-16  Ian Lance Taylor * layout.cc (Layout::set_segment_offsets): Align the...
2009-10-14  Ian Lance Taylor Add support for -pie.
2009-10-09  Doug Kwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-09-30  Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-09-18  Doug Kwan2009-09-17 Doug Kwan <dougkwan@google.com>
2009-09-08  Cary Coutant * output.cc (Output_file::open): Add execute permissio...
2009-09-02  Ian Lance Taylor * output.cc (Output_file::resize): Call map_no_anonymo...
2009-09-01  Ian Lance Taylor * output.cc (Output_file::open_for_modification):...
2009-06-24  Ian Lance Taylor PR 10156
2009-06-22  Ian Lance Taylor * layout.cc (Layout::make_output_section): Call
2009-04-24  Chris Demetriou2008-04-23 Elliott Hughes <enh@google.com>
2009-03-24  Ian Lance Taylor * output.cc (Output_file::map_anonymous): Define.
2009-03-24  Ian Lance Taylor2009-03-23 Ian Lance Taylor <iant@google.com>
2009-03-17  Ian Lance Taylor * configure.ac: Check for chsize and posix_fallocate...
2009-02-28  Ian Lance Taylor PR 7091
2009-01-15  Cary Coutant * output.cc (Output_reloc): Add explicit instantiations.
2008-09-29  Cary Coutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-08-13  Ian Lance Taylor * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-25  Ian Lance Taylor PR 5990
2008-07-22  Ian Lance Taylor * output.cc (Output_section::add_input_section): Don...
2008-07-10  Ian Lance Taylor Handle output sections with more than 0x7fffffff bytes.
2008-05-21  Ian Lance Taylor * mapfile.cc: New file.
2008-05-20  Ian Lance Taylor * options.h (class General_options): Add -z relro.
2008-05-16  Ian Lance Taylor * output.cc (Output_segment::add_output_section):...
2008-05-16  Ian Lance Taylor * output.cc (Output_reloc::get_address): Change return...
2008-05-06  Ian Lance Taylor2008-05-05 Ian Lance Taylor <iant@google.com>
2008-05-05  Ian Lance Taylor * object.cc (Sized_relobj::include_section_group)...
2008-04-19  Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-15  Ian Lance Taylor * layout.cc (Layout::Layout): Initialize sections_are_...
2008-04-11  Ian Lance Taylor * output.h (class Output_section_data): Remove inline...
2008-04-11  Cary Coutant2008-04-11 Cary Coutant <ccoutant@google.com>
2008-04-07  Ian Lance Taylor * output.cc (Output_reloc<SHT_REL>::local_section_offs...
2008-03-29  Ian Lance Taylor * output.cc
2008-03-28  Ian Lance Taylor * layout.cc (Layout::layout): If we see an input secti...
2008-03-26  Ian Lance Taylor PR gold/5986
2008-03-25  Cary Coutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-19  Ian Lance TaylorMake sure the start and size of the TLS segment are...
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-29  Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-28  Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-12  Ian Lance TaylorSupport dynamic relocations against local section symbols.
2008-02-07  Ian Lance TaylorSupport --oformat binary.
2008-02-06  Ian Lance TaylorFix group signature handling for relocatable link,...
2008-02-06  Ian Lance TaylorInitial -r support.
2008-02-04  Ian Lance TaylorImplement PHDRS.
2008-02-04  Ian Lance TaylorImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04  Ian Lance TaylorFully implement the SECTIONS clause.
2008-01-18  Ian Lance TaylorDon't include options.h in fileread.h. Remove General_...
2008-01-06  Ian Lance TaylorAdd support for -e and for ENTRY in linker scripts.
2008-01-04  Ian Lance TaylorDon't create the postprocessing buffer if it already...
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-20  Ian Lance TaylorUpdate comments about output offsets and merged input...
2007-12-20  Ian Lance TaylorMake functions on hot path inline. Remove a mistaken...
2007-12-18  Ian Lance TaylorPrint statistics about merge sections with --stats.
2007-12-18  Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-06  Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-05  Ian Lance TaylorFrom Craig Silverstein: Support -o -.
2007-12-04  Ian Lance TaylorFrom Craig Silverstein: Support irregular output files.
2007-12-01  Ian Lance TaylorCompress all debug sections.
2007-11-30  Ian Lance TaylorFrom Craig Silverstein: Add support for compressing...
2007-11-29  Ian Lance TaylorClean up setting address and section offset.
2007-11-20  Ian Lance TaylorFrom Craig Silverstein: Also set entsize for .debug_str...
2007-11-19  Ian Lance TaylorFrom Craig Silverstein: Force .debug_str sections to...
2007-11-15  Ian Lance TaylorFrom Cary Coutant: Count textrel with output sections...
2007-11-14  Ian Lance TaylorFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-09  Ian Lance TaylorFrom Cary Coutant: More shared library support, some...
2007-11-09  Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-11-07  Ian Lance TaylorCheck that we don't set the output section index twice.
2007-10-18  Ian Lance TaylorCorrectly handle alignment in merge sections.
2007-10-16  Ian Lance TaylorFrom Cary Coutant: preliminary shared library support.
2007-10-15  Ian Lance TaylorFrom Craig Silverstein: call unlink_if_ordinary.
2007-10-14  Ian Lance TaylorRemove extraneous newlines.
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-10  Ian Lance TaylorFrom Craig Silverstein: delete the output file first...
2007-10-08  Ian Lance TaylorAdd support for local GOT offsets.
2007-09-26  Ian Lance TaylorPut size and endianness in parameters.
2007-09-23  Ian Lance TaylorCheck section index as well as object when looking...
2007-09-22  Ian Lance TaylorAdd licensing text to every source file.
2007-09-21  Ian Lance TaylorAdd global parameters.
2007-09-21  Ian Lance TaylorUse nops when doing alignment padding between code...
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-01  Ian Lance TaylorCan now dynamically link hello, world.
2006-12-01  Ian Lance Taylorgcc 3.2.2 portability hacks.
2006-11-30  Ian Lance TaylorAdded a testsuite. More support for COPY relocations.
next
This page took 0.796491 seconds and 106 git commands to generate.