aboutsummaryrefslogtreecommitdiff
path: root/gold/output.h
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Support --oformat binary.Ian Lance Taylor1-0/+13
2008-02-06Fix group signature handling for relocatable link, add bootstrapIan Lance Taylor1-18/+47
2008-02-06Initial -r support.Ian Lance Taylor1-3/+66
2008-02-04Implement PHDRS.Ian Lance Taylor1-0/+19
2008-02-04Fully implement the SECTIONS clause.Ian Lance Taylor1-41/+202
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor1-11/+1
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor1-1/+8
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor1-1/+2
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-15/+39
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-8/+8
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor1-2/+4
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor1-1/+1
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor1-0/+24
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-7/+11
2007-12-07From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor1-27/+108
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-55/+108
2007-12-04From Craig Silverstein: Support irregular output files.Ian Lance Taylor1-2/+10
2007-12-01Compress all debug sections.Ian Lance Taylor1-49/+93
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor1-3/+42
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-98/+241
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-23/+52
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-0/+13
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-32/+87
2007-11-07Check that we don't set the output section index twice.Ian Lance Taylor1-2/+8
2007-10-18Correctly handle alignment in merge sections.Ian Lance Taylor1-2/+4
2007-10-12Add an option for Stringpools to not copy strings.Ian Lance Taylor1-1/+1
2007-10-08Add support for local GOT offsets.Ian Lance Taylor1-11/+8
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-22/+11
2007-09-22Add licensing text to every source file.Ian Lance Taylor1-0/+20
2007-09-21Add global parameters.Ian Lance Taylor1-8/+3
2007-09-21Use nops when doing alignment padding between code sections.Ian Lance Taylor1-1/+43
2007-08-21Force PT_LOAD segments to be aligned to the page size.Ian Lance Taylor1-2/+13
2007-08-21Add support for -rpath.Ian Lance Taylor1-0/+4
2007-05-16Add support for SHF_MERGE sections.Ian Lance Taylor1-23/+162
2006-12-06Generate version information.Ian Lance Taylor1-4/+4
2006-12-01Can now dynamically link hello, world.Ian Lance Taylor1-34/+115
2006-12-01gcc 3.2.2 portability hacks.Ian Lance Taylor1-1/+1
2006-11-30Added a testsuite. More support for COPY relocations.Ian Lance Taylor1-22/+155
2006-11-29Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor1-111/+284
2006-11-16Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor1-14/+353
2006-11-14More dynamic object support, initial scripting support.Ian Lance Taylor1-48/+52
2006-11-06Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.Ian Lance Taylor1-3/+3
2006-11-03Can now do a full static link of hello, world in C or C++Ian Lance Taylor1-35/+380
2006-10-20Framework for relocation scanning. Implement simple static TLSIan Lance Taylor1-0/+5
2006-09-29Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor1-2/+3
2006-09-29Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor1-15/+123
2006-09-27Finished layout code.Ian Lance Taylor1-44/+208
2006-09-26More section layout code.Ian Lance Taylor1-16/+111
2006-09-21New drop, with first cut of section layout code.Ian Lance Taylor1-0/+214