aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2008-01-26Permit ordinary object files in groups.Ian Lance Taylor1-11/+0
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor13-109/+98
2008-01-24From Craig Silverstein: Simplify Version_script_info::symbol_is_localIan Lance Taylor1-4/+5
2008-01-24From Cary Coutant: Fix last patch.Ian Lance Taylor1-11/+4
2008-01-24Originally from Craig Silverstein, with changes: support using aIan Lance Taylor8-155/+285
2008-01-23Use string instead of STRING, so that we handled QUOTED_STRING.Ian Lance Taylor1-12/+10
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor8-32/+105
2008-01-23Add explicit dependencies on yyscript.h to make sure that it isIan Lance Taylor2-0/+4
2008-01-23Parse a SECTIONS clause in a linker script.Ian Lance Taylor16-268/+2199
2008-01-22Include <vector>.Ian Lance Taylor1-0/+1
2008-01-18From Craig Silverstein: Optionally print command line for easierIan Lance Taylor1-1/+87
2008-01-18From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor7-54/+135
2008-01-18Don't include options.h in fileread.h. Remove General_optionsIan Lance Taylor7-23/+27
2008-01-15From Andrew Chatham and Craig Silverstein: Add support for versionIan Lance Taylor20-106/+1017
2008-01-09Support assignments and expressions in linker scripts.Ian Lance Taylor21-427/+1859
2008-01-07Report linker script errors with line numbers. Ignore OUTPUT_FORMATIan Lance Taylor5-32/+62
2008-01-06Add support for -e and for ENTRY in linker scripts.Ian Lance Taylor9-23/+137
2008-01-04Add -h/-soname option.Ian Lance Taylor3-0/+21
2008-01-04Don't create the postprocessing buffer if it already exists.Ian Lance Taylor1-1/+3
2008-01-02Add cast to avoid signed/unsigned warning.Ian Lance Taylor1-2/+5
2008-01-02Reduce the number of system calls. Use readv instead of pread. DoIan Lance Taylor12-120/+404
2007-12-22Use a simpler hash function.Ian Lance Taylor1-21/+9
2007-12-22Correct contributor name on new tests, remove #if 0 code.Ian Lance Taylor8-18/+8
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor15-107/+501
2007-12-21Correct handling of non-section symbol in merged section. Avoid someIan Lance Taylor5-8/+9
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor10-210/+598
2007-12-20Fix buglet in last patch.Ian Lance Taylor1-7/+7
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor12-93/+109
2007-12-20Update comments about output offsets and merged input sections.Ian Lance Taylor4-22/+49
2007-12-20Remove one inline.Ian Lance Taylor1-1/+1
2007-12-20Make functions on hot path inline. Remove a mistaken virtualIan Lance Taylor3-4/+4
2007-12-19Move Stringpool offsets into a chunked_vector indexed by keys.Ian Lance Taylor4-60/+136
2007-12-19Avoid some warnings which showed up in 64-bit mode.Ian Lance Taylor3-18/+24
2007-12-19Use string length when available when calling Stringpool. CompareIan Lance Taylor5-30/+51
2007-12-18Don't write unattached after_input sections twice.Ian Lance Taylor1-8/+0
2007-12-18Print statistics about merge sections with --stats.Ian Lance Taylor5-1/+124
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor22-224/+287
2007-12-15Minor speedup to Output_merge_string::do_add_input_section.Ian Lance Taylor1-8/+7
2007-12-14Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor33-1400/+1458
2007-12-14Add const to Object::read and Object::sized_target.Ian Lance Taylor3-15/+21
2007-12-14Make some File_read methods const.Ian Lance Taylor2-9/+7
2007-12-14Add some missing dependencies for the new linker.Ian Lance Taylor2-9/+17
2007-12-14From Craig Silverstein: size hash tables to avoid resizing.Ian Lance Taylor7-11/+81
2007-12-14Fix --thread-count-middle and --thread-count-final.Ian Lance Taylor1-2/+2
2007-12-11From Cary Coutant: Test TLS initial-exec model.Ian Lance Taylor2-2/+36
2007-12-11From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor4-1/+24
2007-12-11From Cary Coutant: Fix x86_64 TLS problem.Ian Lance Taylor1-25/+32
2007-12-11From Craig Silverstein: Speed up ODR violation reporting.Ian Lance Taylor2-14/+27
2007-12-11From Cary Coutant: Handle TLS entry for TLS module index.Ian Lance Taylor1-33/+37
2007-12-10Keep views on views_ list so that they can be found again.Ian Lance Taylor1-13/+19