aboutsummaryrefslogtreecommitdiff
path: root/gold/script.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-15Fix symbol resolution with linker plugins for defsym symbols.Sriraman Tallam1-1/+20
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-25Fix internal error in gold when script uses section address in assignment.Cary Coutant1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-07-08Fix --defsym to copy symbol attributes.Cary Coutant1-0/+2
2014-03-05Update copyright yearsAlan Modra1-1/+1
2011-10-31 PR gold/13023Cary Coutant1-8/+16
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant1-25/+0
2011-03-30 * archive.cc (Archive::include_member): Adjust call to report_object.Cary Coutant1-7/+13
2010-11-03 PR ld/12001Nick Clifton1-0/+8
2010-08-02 PR 11855Ian Lance Taylor1-0/+34
2010-04-23 * expression.cc (Expression::Expression_eval_info): AddIan Lance Taylor1-3/+6
2010-01-12 * script.cc (class Lazy_demangler): Recreate--revert part of patchIan Lance Taylor1-27/+68
2010-01-06 PR 10980Ian Lance Taylor1-1/+9
2009-12-30 PR 10861Ian Lance Taylor1-8/+75
2009-12-29 * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor1-6/+9
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-4/+4
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-4/+4
2009-07-06 * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor1-1/+1
2009-05-15 * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor1-0/+21
2009-03-14 * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor1-1/+1
2009-03-13 * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor1-2/+2
2008-11-06 * options.cc (General_options::parse_dynamic_list): New function.Craig Silverstein1-1/+9
2008-08-13 * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor1-1/+0
2008-07-23 PR 6647Ian Lance Taylor1-16/+12
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-1/+2
2008-03-26 PR gold/5986Ian Lance Taylor1-0/+1
2008-02-29Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor1-0/+4
2008-02-28Read input scripts which look like input objects with properIan Lance Taylor1-7/+6
2008-02-28Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor1-7/+14
2008-02-26From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor1-10/+4
2008-02-09Track sections for expressions.Ian Lance Taylor1-13/+20
2008-02-07Ignore version scripts for relocatable links.Ian Lance Taylor1-0/+4
2008-02-04Implement PHDRS.Ian Lance Taylor1-0/+5
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-4/+52
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-3/+2
2008-01-24From Craig Silverstein: Simplify Version_script_info::symbol_is_localIan Lance Taylor1-4/+5
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor1-38/+116
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor1-0/+83
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor1-1/+119
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor1-1/+1
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor1-0/+9