aboutsummaryrefslogtreecommitdiff
path: root/gold/script-sections.cc
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-19Fix problem where linker does not place .note sections according to script.Cary Coutant1-7/+10
2016-12-13Add --orphan-handling option.Cary Coutant1-3/+27
2016-12-12When using linker scripts, place linker-generated sections by the output sect...Cary Coutant1-0/+11
2016-12-12Fix edge cases in orphan section placement.Cary Coutant1-3/+32
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant1-20/+45
2016-12-01Fix problem where orphan section is treated as a KEEP section.Cary Coutant1-0/+1
2016-08-12PR gold/20462: Fix bogus layout on ARM with linker script using PHDRS clauseRoland McGrath1-20/+21
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin1-1/+56
2016-06-23Fix bug with grouping sections.Cary Coutant1-6/+7
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-26Fix problem where script specified both address and region for a section.Cary Coutant1-18/+43
2015-06-11Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant1-1/+6
2015-06-03Fix SIZEOF_HEADERS in gold.Cary Coutant1-3/+21
2015-06-03Fix gold to group sections correctly via linker script.Cary Coutant1-1/+27
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-04-15gold/Cary Coutant1-4/+10
2013-01-10Make linker scripts and section ordering via --section-ordering-file orSriraman Tallam1-0/+18
2012-08-14 PR ld/14265Nick Clifton1-12/+19
2011-10-31 PR gold/13023Cary Coutant1-17/+24
2011-10-19 PR gold/13163Ian Lance Taylor1-0/+6
2011-06-29 PR gold/12898Ian Lance Taylor1-7/+26
2011-06-19 PR gold/12880Ian Lance Taylor1-6/+3
2011-06-17 PR gold/12880Ian Lance Taylor1-0/+15
2011-06-09 * script-sections.ccIan Lance Taylor1-0/+11
2011-03-14 * script-sections.cc (Sort_output_sections::script_compare):Ian Lance Taylor1-19/+33
2011-01-04 * script-sections.cc (Sort_output_sections::operator()): Sort TLSCary Coutant1-9/+10
2010-12-14Fix typos in gold.Ralf Wildenhues1-4/+4
2010-11-03 * script-sections.cc (Script_sections::find_memory_region): CheckIan Lance Taylor1-0/+1
2010-10-12 * script-sections.h (class Script_sections): MakeIan Lance Taylor1-2/+43
2010-10-06 * script-sections.cc(class Memory_region): RemoveNick Clifton1-94/+329
2010-10-01 * expression.cc (eval): Replace dummy argument with NULL.Nick Clifton1-17/+8
2010-09-16 * script_sections.cc (class Memory_region): Remove "NULL" fromCary Coutant1-2/+2
2010-09-082010-09-08 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-1/+2
2010-09-08 * README: Remove claim that MEMORY is not supported.Nick Clifton1-10/+332
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-5/+5
2010-08-032010-08-03 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-7/+9
2010-06-01 * gold.h (is_wildcard_string): New function.Sriraman Tallam1-12/+3
2010-05-262010-05-26 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-7/+16
2010-05-192010-05-19 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola1-2/+5
2010-05-192010-05-14 Doug Kwan <dougkwan@google.com>Doug Kwan1-30/+25
2010-04-23 * expression.cc (Expression::Expression_eval_info): AddIan Lance Taylor1-37/+55
2010-04-092010-04-09 Doug Kwan <dougkwan@google.com>Doug Kwan1-14/+101
2010-03-23 * script-sections.cc (class Orphan_section_placement): DefineIan Lance Taylor1-1/+20
2010-01-232010-01-22 Doug Kwan <dougkwan@google.com>Doug Kwan1-4/+4
2009-12-29 * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor1-2/+2
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-32/+32
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-32/+32
2009-11-04 * layout.cc (Layout::get_output_section): Add is_interp andIan Lance Taylor1-6/+6