aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.cc
AgeCommit message (Expand)AuthorFilesLines
2007-10-16From Cary Coutant: preliminary shared library support.Ian Lance Taylor1-2/+2
2007-10-16From Craig Silverstein: implement -Ttext.Ian Lance Taylor1-1/+5
2007-10-14From Craig Silverstein: always use 32-bit format for gold note.Ian Lance Taylor1-0/+15
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-14/+15
2007-10-12Add --stats option to print runtime and memory usage statistics.Ian Lance Taylor1-1/+3
2007-10-10Implement -s and -S options which strip symbols.Ian Lance Taylor1-33/+59
2007-10-09Create a note section with the version of gold.Ian Lance Taylor1-0/+75
2007-10-04Full support for --sysroot.Ian Lance Taylor1-3/+3
2007-10-02From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor1-1/+1
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-32/+23
2007-09-26Add basic exception frame header, plus test.Ian Lance Taylor1-1/+54
2007-09-23Fix typo in comment.Ian Lance Taylor1-1/+1
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-22Define __start and __stop symbols.Ian Lance Taylor1-0/+52
2007-09-21Add global parameters.Ian Lance Taylor1-6/+6
2007-09-21Use nops when doing alignment padding between code sections.Ian Lance Taylor1-1/+2
2007-09-12Don't try to find version definition index when creating an executable.Ian Lance Taylor1-2/+2
2007-09-04Add support for --enable-target to control which templateIan Lance Taylor1-12/+48
2007-08-21Force PT_LOAD segments to be aligned to the page size.Ian Lance Taylor1-0/+4
2007-08-21Add support for -rpath.Ian Lance Taylor1-0/+29
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-4/+7
2006-12-06gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor1-27/+23
2006-12-06Generate version information.Ian Lance Taylor1-14/+165
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-29/+48
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-1/+3
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-53/+275
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-3/+8
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-7/+67
2006-11-07Rework stringpool and hash tables so that we always generate the sameIan Lance Taylor1-12/+15
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-7/+8
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-77/+182
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-66/+19
2006-10-06Lay out object file sections when we add the symbols to the symbolIan Lance Taylor1-17/+3
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-23/+197
2006-09-27Finished layout code.Ian Lance Taylor1-97/+323
2006-09-26More section layout code.Ian Lance Taylor1-5/+107
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-0/+432