Removed generation of the PT_GNU_PROPERTY segment
[external/binutils.git] / gold / script-sections.cc
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-20 Cary CoutantFix problem where linker does not place .note sections...
2016-12-13 Cary CoutantAdd --orphan-handling option.
2016-12-13 Cary CoutantWhen using linker scripts, place linker-generated secti...
2016-12-13 Cary CoutantFix edge cases in orphan section placement.
2016-12-12 Cary CoutantFix problems with bss handling in linker scripts.
2016-12-02 Cary CoutantFix problem where orphan section is treated as a KEEP...
2016-08-12 Roland McGrathPR gold/20462: Fix bogus layout on ARM with linker...
2016-06-28 Igor KudrinImplement SORT_BY_INIT_PRIORITY.
2016-06-23 Cary CoutantFix bug with grouping sections.
2016-01-01 Alan ModraCopyright update for binutils
2015-08-26 Cary CoutantFix problem where script specified both address and...
2015-06-11 Cary CoutantFix bug where SECTIONS clause does not handle compresse...
2015-06-04 Cary CoutantFix SIZEOF_HEADERS in gold.
2015-06-04 Cary CoutantFix gold to group sections correctly via linker script.
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-03-05 Alan ModraUpdate copyright years
2013-04-15 Cary Coutantgold/
2013-01-10 Sriraman TallamMake linker scripts and section ordering via --section...
2012-08-14 Nick Clifton PR ld/14265
2011-10-31 Cary Coutant PR gold/13023
2011-10-19 Ian Lance Taylor PR gold/13163
2011-06-29 Ian Lance Taylor PR gold/12898
2011-06-19 Ian Lance Taylor PR gold/12880
2011-06-17 Ian Lance Taylor PR gold/12880
2011-06-09 Ian Lance Taylor * script-sections.cc
2011-03-14 Ian Lance Taylor * script-sections.cc (Sort_output_sections::script_com...
2011-01-04 Cary Coutant * script-sections.cc (Sort_output_sections::operator...
2010-12-14 Ralf WildenhuesFix typos in gold.
2010-11-03 Ian Lance Taylor * script-sections.cc (Script_sections::find_memory_reg...
2010-10-12 Ian Lance Taylor * script-sections.h (class Script_sections): Make
2010-10-06 Nick Clifton * script-sections.cc(class Memory_region):...
2010-10-01 Nick Clifton * expression.cc (eval): Replace dummy argument...
2010-09-16 Cary Coutant * script_sections.cc (class Memory_region): Remove...
2010-09-08 Rafael Ávila de... 2010-09-08 Rafael Espindola <espindola@google.com>
2010-09-08 Nick Clifton * README: Remove claim that MEMORY is not suppo...
2010-08-25 Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
2010-08-03 Ian Lance Taylor2010-08-03 Ian Lance Taylor <iant@google.com>
2010-06-01 Sriraman Tallam * gold.h (is_wildcard_string): New function.
2010-05-26 Rafael Ávila de... 2010-05-26 Rafael Espindola <espindola@google.com>
2010-05-19 Rafael Ávila de... 2010-05-19 Rafael Espindola <espindola@google.com>
2010-05-19 Doug Kwan2010-05-14 Doug Kwan <dougkwan@google.com>
2010-04-23 Ian Lance Taylor * expression.cc (Expression::Expression_eval_info...
2010-04-09 Doug Kwan2010-04-09 Doug Kwan <dougkwan@google.com>
2010-03-23 Ian Lance Taylor * script-sections.cc (class Orphan_section_placement...
2010-01-23 Doug Kwan2010-01-22 Doug Kwan <dougkwan@google.com>
2009-12-29 Ian Lance Taylor * symtab.h (class Symbol_table): Add enum Defined.
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-04 Ian Lance Taylor * layout.cc (Layout::get_output_section): Add is_inter...
2009-10-16 Doug Kwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-10-16 Ian Lance Taylor * script.cc (Script_options::add_symbol_assignment...
2009-10-16 Ian Lance Taylor * layout.cc (Layout::set_segment_offsets): Align the...
2009-10-09 Doug Kwan2009-10-09 Doug Kwan <dougkwan@google.com>
2009-09-18 Doug Kwan2009-09-17 Doug Kwan <dougkwan@google.com>
2009-06-24 Ian Lance Taylor * script-sections.cc (Output_section_definition::
2009-06-23 Ian Lance Taylor * script-sections.cc (Script_sections::create_segments...
2009-03-19 Ian Lance Taylor * script-sections.h: Include <list>.
2008-08-13 Ian Lance Taylor * layout.cc (Layout::attach_allocated_section_to_segme...
2008-07-22 Ian Lance Taylor * options.h (class General_options): Define -n/--nmagi...
2008-06-18 Ian Lance Taylor * script-sections.cc (Script_sections::place_orphan...
2008-05-21 Ian Lance Taylor * mapfile.cc: New file.
2008-04-15 Ian Lance Taylor * script-sections.cc (Script_sections::create_segments...
2008-04-10 Ian Lance Taylor PR gold/5996
2008-02-29 Ian Lance TaylorPermit scripts to refer to the addresses of output...
2008-02-28 Ian Lance TaylorDon't check assertions until symbols are finalized...
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-14 Ian Lance TaylorSet load address for orphan sections.
2008-02-12 Ian Lance TaylorPass down alignment when adding input section to orphan...
2008-02-09 Ian Lance TaylorTrack sections for expressions.
2008-02-04 Ian Lance TaylorPrint PHDRS clause for debugging.
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-23 Ian Lance TaylorParse a SECTIONS clause in a linker script.