summaryrefslogtreecommitdiff
path: root/gold/script-sections.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix problem where linker does not place .note sections according to script.Cary Coutant2016-12-191-7/+10
* Add --orphan-handling option.Cary Coutant2016-12-131-3/+27
* When using linker scripts, place linker-generated sections by the output sect...Cary Coutant2016-12-121-0/+11
* Fix edge cases in orphan section placement.Cary Coutant2016-12-121-3/+32
* Fix problems with bss handling in linker scripts.Cary Coutant2016-12-111-20/+45
* Fix problem where orphan section is treated as a KEEP section.Cary Coutant2016-12-011-0/+1
* PR gold/20462: Fix bogus layout on ARM with linker script using PHDRS clauseRoland McGrath2016-08-121-20/+21
* Implement SORT_BY_INIT_PRIORITY.Igor Kudrin2016-06-281-1/+56
* Fix bug with grouping sections.Cary Coutant2016-06-231-6/+7
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix problem where script specified both address and region for a section.Cary Coutant2015-08-261-18/+43
* Fix bug where SECTIONS clause does not handle compressed debug sections.Cary Coutant2015-06-111-1/+6
* Fix SIZEOF_HEADERS in gold.Cary Coutant2015-06-031-3/+21
* Fix gold to group sections correctly via linker script.Cary Coutant2015-06-031-1/+27
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* gold/Cary Coutant2013-04-151-4/+10
* Make linker scripts and section ordering via --section-ordering-file orSriraman Tallam2013-01-101-0/+18
* PR ld/14265Nick Clifton2012-08-141-12/+19
* PR gold/13023Cary Coutant2011-10-311-17/+24
* PR gold/13163Ian Lance Taylor2011-10-191-0/+6
* PR gold/12898Ian Lance Taylor2011-06-291-7/+26
* PR gold/12880Ian Lance Taylor2011-06-191-6/+3
* PR gold/12880Ian Lance Taylor2011-06-171-0/+15
* * script-sections.ccIan Lance Taylor2011-06-091-0/+11
* * script-sections.cc (Sort_output_sections::script_compare):Ian Lance Taylor2011-03-141-19/+33
* * script-sections.cc (Sort_output_sections::operator()): Sort TLSCary Coutant2011-01-041-9/+10
* Fix typos in gold.Ralf Wildenhues2010-12-141-4/+4
* * script-sections.cc (Script_sections::find_memory_region): CheckIan Lance Taylor2010-11-031-0/+1
* * script-sections.h (class Script_sections): MakeIan Lance Taylor2010-10-121-2/+43
* * script-sections.cc(class Memory_region): RemoveNick Clifton2010-10-061-94/+329
* * expression.cc (eval): Replace dummy argument with NULL.Nick Clifton2010-10-011-17/+8
* * script_sections.cc (class Memory_region): Remove "NULL" fromCary Coutant2010-09-161-2/+2
* 2010-09-08 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola2010-09-081-1/+2
* * README: Remove claim that MEMORY is not supported.Nick Clifton2010-09-081-10/+332
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-5/+5
* 2010-08-03 Ian Lance Taylor <iant@google.com>Ian Lance Taylor2010-08-031-7/+9
* * gold.h (is_wildcard_string): New function.Sriraman Tallam2010-06-011-12/+3
* 2010-05-26 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola2010-05-261-7/+16
* 2010-05-19 Rafael Espindola <espindola@google.com>Rafael Ávila de Espíndola2010-05-191-2/+5
* 2010-05-14 Doug Kwan <dougkwan@google.com>Doug Kwan2010-05-191-30/+25
* * expression.cc (Expression::Expression_eval_info): AddIan Lance Taylor2010-04-231-37/+55
* 2010-04-09 Doug Kwan <dougkwan@google.com>Doug Kwan2010-04-091-14/+101