summaryrefslogtreecommitdiff
path: root/gold/layout.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor2006-11-061-7/+8
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-77/+182
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-66/+19
* Lay out object file sections when we add the symbols to the symbolIan Lance Taylor2006-10-061-17/+3
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-23/+197
* Finished layout code.Ian Lance Taylor2006-09-271-97/+323
* More section layout code.Ian Lance Taylor2006-09-261-5/+107
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-0/+432