summaryrefslogtreecommitdiff
path: root/gold/script.h
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
* Fix symbol resolution with linker plugins for defsym symbols.Sriraman Tallam2018-02-151-1/+20
* 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 spelling in comments in C source files (gold)Ambrogino Modigliani2016-11-271-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix internal error in gold when script uses section address in assignment.Cary Coutant2015-08-251-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix --defsym to copy symbol attributes.Cary Coutant2014-07-081-0/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* PR gold/13023Cary Coutant2011-10-311-8/+16
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-25/+0
* * archive.cc (Archive::include_member): Adjust call to report_object.Cary Coutant2011-03-301-7/+13
* PR ld/12001Nick Clifton2010-11-031-0/+8
* PR 11855Ian Lance Taylor2010-08-021-0/+34
* * expression.cc (Expression::Expression_eval_info): AddIan Lance Taylor2010-04-231-3/+6
* * script.cc (class Lazy_demangler): Recreate--revert part of patchIan Lance Taylor2010-01-121-27/+68
* PR 10980Ian Lance Taylor2010-01-061-1/+9
* PR 10861Ian Lance Taylor2009-12-301-8/+75
* * symtab.h (class Symbol_table): Add enum Defined.Ian Lance Taylor2009-12-291-6/+9
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-4/+4
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-4/+4
* * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor2009-07-061-1/+1
* * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor2009-05-151-0/+21
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-1/+1
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-2/+2
* * options.cc (General_options::parse_dynamic_list): New function.Craig Silverstein2008-11-061-1/+9
* * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor2008-08-131-1/+0
* PR 6647Ian Lance Taylor2008-07-231-16/+12
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-1/+2
* PR gold/5986Ian Lance Taylor2008-03-261-0/+1
* Permit scripts to refer to the addresses of output sections which wereIan Lance Taylor2008-02-291-0/+4
* Read input scripts which look like input objects with properIan Lance Taylor2008-02-281-7/+6
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-7/+14
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-10/+4
* Track sections for expressions.Ian Lance Taylor2008-02-091-13/+20
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-071-0/+4
* Implement PHDRS.Ian Lance Taylor2008-02-041-0/+5
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-4/+52
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-3/+2
* From Craig Silverstein: Simplify Version_script_info::symbol_is_localIan Lance Taylor2008-01-241-4/+5
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-38/+116
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-0/+83
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-1/+119
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-1/+1
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-0/+9