summaryrefslogtreecommitdiff
path: root/gold/layout.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Craig Silverstein and Cary Coutant: fix assignment of sectionIan Lance Taylor2007-11-071-5/+21
* From Cary Coutant: More support for -shared, including fixes to GOTIan Lance Taylor2007-11-011-1/+2
* From Cary Coutant: Set offsets of sections with data before finalizingIan Lance Taylor2007-10-271-3/+14
* Add support for PT_GNU_STACK.Ian Lance Taylor2007-10-231-7/+79
* Fix versions of copied symbols.Ian Lance Taylor2007-10-221-6/+8
* Rework section mapping algorithm to handle .data.rel.ro sections.Ian Lance Taylor2007-10-181-26/+53
* From Cary Coutant: preliminary shared library support.Ian Lance Taylor2007-10-161-2/+2
* From Craig Silverstein: implement -Ttext.Ian Lance Taylor2007-10-161-1/+5
* From Craig Silverstein: always use 32-bit format for gold note.Ian Lance Taylor2007-10-141-0/+15
* Add an option for Stringpools to not copy strings.Ian Lance Taylor2007-10-121-14/+15
* Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor2007-10-121-1/+3
* Implement -s and -S options which strip symbols.Ian Lance Taylor2007-10-101-33/+59
* Create a note section with the version of gold.Ian Lance Taylor2007-10-091-0/+75
* Full support for --sysroot.Ian Lance Taylor2007-10-041-3/+3
* From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor2007-10-021-1/+1
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-32/+23
* Add basic exception frame header, plus test.Ian Lance Taylor2007-09-261-1/+54
* Fix typo in comment.Ian Lance Taylor2007-09-231-1/+1
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
* Define __start and __stop symbols.Ian Lance Taylor2007-09-221-0/+52
* Add global parameters.Ian Lance Taylor2007-09-211-6/+6
* Use nops when doing alignment padding between code sections.Ian Lance Taylor2007-09-211-1/+2
* Don't try to find version definition index when creating an executable.Ian Lance Taylor2007-09-121-2/+2
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-041-12/+48
* Force PT_LOAD segments to be aligned to the page size.Ian Lance Taylor2007-08-211-0/+4
* Add support for -rpath.Ian Lance Taylor2007-08-211-0/+29
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-4/+7
* gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor2006-12-061-27/+23
* Generate version information.Ian Lance Taylor2006-12-061-14/+165
* Can now dynamically link hello, world.Ian Lance Taylor2006-12-011-29/+48
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-1/+3
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-53/+275
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-3/+8
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-7/+67
* Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor2006-11-071-12/+15