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