summaryrefslogtreecommitdiff
path: root/gold/script.cc
Commit message (Expand)AuthorAgeFilesLines
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-29/+29
* 2009-10-16 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-161-0/+8
* * script.cc (Script_options::add_symbol_assignment): Always add aIan Lance Taylor2009-10-161-5/+6
* 2009-10-10 Chris Demetriou <cgd@google.com>Chris Demetriou2009-10-101-3/+7
* * descriptor.cc: Include <cstdio> and "binary-io.h".Ian Lance Taylor2009-10-101-1/+1
* * fileread.cc (File_read::get_mtime): New method.Ian Lance Taylor2009-07-061-1/+4
* PR 10030Ian Lance Taylor2009-06-231-1/+13
* * gold.h (Incremental_argument_list): Remove (invalid) forwardIan Lance Taylor2009-05-151-0/+8
* * yyscript.y (file_cmd): Recognize EXTERN.Ian Lance Taylor2009-03-241-0/+13
* * readsyms.cc (Read_symbols::incompatible_warning): New function.Ian Lance Taylor2009-03-141-9/+89
* * fileread.cc (Input_file::open): Remove options parameter.Ian Lance Taylor2009-03-131-4/+3
* * script.cc (Lazy_demangler): New class.Ian Lance Taylor2009-02-011-12/+53
* * options.cc (General_options::parse_dynamic_list): New function.Craig Silverstein2008-11-061-12/+47
* * layout.cc (Layout::attach_allocated_section_to_segment): Don'tIan Lance Taylor2008-08-131-0/+28
* * script.cc (Script_options::finalize_symbols): Finalize SECTIONSIan Lance Taylor2008-07-291-2/+6
* PR 6647Ian Lance Taylor2008-07-231-8/+19
* 2008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>Craig Silverstein2008-06-301-2/+2
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-2/+2
* PR gold/5986Ian Lance Taylor2008-03-261-2/+3
* From Craig Silverstein: rework option handling to make it easier toIan Lance Taylor2008-03-041-1/+1
* From Craig Silverstein: rename some option functions in preparationIan Lance Taylor2008-03-041-2/+2
* Support -d/--define-common.Ian Lance Taylor2008-02-281-0/+9
* Read input scripts which look like input objects with properIan Lance Taylor2008-02-281-60/+12
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-4/+14
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-5/+5
* Fix handling of ENTRY in linker script.Ian Lance Taylor2008-02-271-1/+1
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-4/+9
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-4/+4
* Assignments in linker scripts override definitions from object files.Ian Lance Taylor2008-02-131-1/+6
* Track sections for expressions.Ian Lance Taylor2008-02-091-22/+22
* Don't read linker scripts in binary mode.Ian Lance Taylor2008-02-081-2/+5
* Ignore version scripts for relocatable links.Ian Lance Taylor2008-02-071-0/+9
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-2/+2
* Implement PHDRS.Ian Lance Taylor2008-02-041-2/+59
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-1/+22
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-14/+126
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-6/+4
* Parse a SECTIONS clause in a linker script.Ian Lance Taylor2008-01-231-190/+551
* From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor2008-01-181-13/+36
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-55/+420
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-192/+382
* Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor2008-01-071-2/+12
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-3/+29
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-18/+21
* Add threading support.Ian Lance Taylor2007-11-221-0/+4
* From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor2007-10-301-5/+33
* From Craig Silverstein: Remove extraneous comment.Ian Lance Taylor2007-10-291-4/+0
* From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor2007-10-271-0/+45
* From Craig Silverstein: preliminary support for OPTION in linker script.Ian Lance Taylor2007-10-261-0/+10
* Remove extraneous newlines.Ian Lance Taylor2007-10-141-1/+1