summaryrefslogtreecommitdiff
path: root/gold/layout.cc
Commit message (Expand)AuthorAgeFilesLines
* Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor2008-03-121-1/+46
* If we a section with no flags followed by a section with the same nameIan Lance Taylor2008-03-111-85/+139
* Support --hash-style=gnu.Ian Lance Taylor2008-03-061-16/+42
* 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-4/+4
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-27/+22
* Don't check assertions until symbols are finalized. Create an outputIan Lance Taylor2008-02-281-0/+12
* Put input sections with no flags in output sections with the same name.Ian Lance Taylor2008-02-281-2/+15
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-79/+64
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-3/+5
* From Craig Silverstein: rework handling of Script_options.Ian Lance Taylor2008-02-261-2/+3
* From Craig Silverstein: rename option functions for future optionIan Lance Taylor2008-02-261-13/+13
* Implement -Tdata and -Tbss.Ian Lance Taylor2008-02-131-17/+47
* Set TEXTREL correctly when using a SECTIONS clause.Ian Lance Taylor2008-02-121-9/+31
* Add support for --format binary for input files.Ian Lance Taylor2008-02-081-4/+4
* Support --oformat binary.Ian Lance Taylor2008-02-071-0/+58
* Implement --just-symbols, including -R FILE. Fix symbol values whenIan Lance Taylor2008-02-071-3/+3
* Support creating empty output when there are no input objects.Ian Lance Taylor2008-02-061-1/+1
* Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor2008-02-061-8/+42
* Initial -r support.Ian Lance Taylor2008-02-061-19/+276
* Implement PHDRS.Ian Lance Taylor2008-02-041-13/+37
* Implement SIZEOF_HEADERS, section constraints, other minor linkerIan Lance Taylor2008-02-041-65/+78
* Fully implement the SECTIONS clause.Ian Lance Taylor2008-02-041-103/+285
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-12/+8
* Originally from Craig Silverstein, with changes: support using aIan Lance Taylor2008-01-241-2/+2
* Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor2008-01-181-2/+2
* From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor2008-01-151-1/+1
* Support assignments and expressions in linker scripts.Ian Lance Taylor2008-01-091-5/+9
* Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor2008-01-061-2/+4
* Add -h/-soname option.Ian Lance Taylor2008-01-041-0/+7
* Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor2008-01-021-3/+2
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-2/+12
* Use string length when available when calling Stringpool. CompareIan Lance Taylor2007-12-191-1/+1
* Don't write unattached after_input sections twice.Ian Lance Taylor2007-12-181-8/+0
* Print statistics about merge sections with --stats.Ian Lance Taylor2007-12-181-0/+5
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-65/+68
* From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor2007-12-141-0/+19
* From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor2007-12-111-1/+4
* From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well asIan Lance Taylor2007-12-071-1/+5
* Fix ehframe header handling for shared libraries.Ian Lance Taylor2007-12-071-1/+3
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-9/+58
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-051-0/+10
* Compress all debug sections.Ian Lance Taylor2007-12-011-18/+33
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-301-7/+39
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-35/+55
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-151-9/+22
* From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor2007-11-151-0/+35
* From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor2007-11-141-1/+9
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-2/+2
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-42/+236