aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2007-12-07From Cary Coutant: Some x86_64 shared library fixes.Ian Lance Taylor1-19/+12
2007-12-07From Cary Coutant: Remove commented out assert. Also add comment forIan Lance Taylor1-4/+3
2007-12-06From Craig Silverstein: Reorganize testsuite Makefile.am.Ian Lance Taylor2-443/+517
2007-12-06Initialize variable to avoid warning.Ian Lance Taylor1-1/+1
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor12-360/+1285
2007-12-06Fix comment.Ian Lance Taylor1-2/+3
2007-12-06Don't write out the symbol table when stripping.Ian Lance Taylor1-7/+10
2007-12-05Rework Stringpool to not compute the hash code twice when adding a newIan Lance Taylor2-120/+184
2007-12-05From Craig Silverstein: Support -o -.Ian Lance Taylor1-12/+21
2007-12-05From Craig Silverstein: Test some flags.Ian Lance Taylor2-13/+132
2007-12-05Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor6-7/+43
2007-12-04From Craig Silverstein: Support irregular output files.Ian Lance Taylor2-20/+87
2007-12-04Print symbol table statistics with --stats.Ian Lance Taylor3-0/+19
2007-12-04From Craig Silverstein: Use gold_fatal in options.h, beef up value checks.Ian Lance Taylor1-14/+16
2007-12-01More -fPIC options.Ian Lance Taylor2-6/+6
2007-12-01Add missing space.Ian Lance Taylor2-2/+2
2007-12-01Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor4-9/+9
2007-12-01Add casts to avoid warnings.Ian Lance Taylor1-2/+3
2007-12-01Compress all debug sections.Ian Lance Taylor15-417/+386
2007-11-30From Cary Coutant: Avoid compilation warnings if no zlib.h.Ian Lance Taylor1-4/+12
2007-11-30From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor20-207/+1429
2007-11-29Clean up setting address and section offset.Ian Lance Taylor13-190/+378
2007-11-28Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor2-1/+7
2007-11-28From Craig Silverstein: Fix up comments.Ian Lance Taylor1-5/+5
2007-11-28From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor5-48/+255
2007-11-27Rework merge_map for speed.Ian Lance Taylor3-90/+263
2007-11-22Make Merge_key_less operator() inline.Ian Lance Taylor2-2/+2
2007-11-22Add threading support.Ian Lance Taylor31-437/+1443
2007-11-20From Craig Silverstein: Also set entsize for .debug_str sections.Ian Lance Taylor1-3/+6
2007-11-19From Craig Silverstein: Force .debug_str sections to be SHF_MERGE andIan Lance Taylor1-3/+10
2007-11-17From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2-3/+3
2007-11-16Released gold 0.8Craig Silverstein1-1/+1
2007-11-16Ignore empty archives.Ian Lance Taylor1-0/+7
2007-11-16When looking for ODR violations, only check the file base name. Also,Ian Lance Taylor1-5/+33
2007-11-16DW_LNE_end_sequence indicates that the address points to the byteIan Lance Taylor1-0/+4
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor8-89/+151
2007-11-15From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor5-2/+66
2007-11-15Workaround bug in gcc 4.0.3 STL.Ian Lance Taylor1-3/+4
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor12-21/+100
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor9-48/+535
2007-11-14From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor4-6/+7
2007-11-14If generating a .err file fails, remove it.Ian Lance Taylor2-0/+4
2007-11-14From Craig Silverstein: Clean up DWARF line reader code.Ian Lance Taylor2-10/+2
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor13-48/+129
2007-11-14Comment out undef_symbol.err for now.Ian Lance Taylor2-5/+7
2007-11-14Default to --allow-shlib-undefined for now.Ian Lance Taylor3-3/+7
2007-11-14Revert last patch.Ian Lance Taylor4-25/+1
2007-11-14Support special always-defined symbols for targets.Ian Lance Taylor4-1/+25
2007-11-14Warn about undefined references in shared libraries if we have seenIan Lance Taylor15-75/+361
2007-11-14From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor15-75/+174