aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-13From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor4-107/+263
2007-11-13From Craig Silverstein: Support debug info for shared libraries.Ian Lance Taylor2-50/+110
2007-11-12From Craig Silverstein: Dwarf_line_info can work with Object ratherIan Lance Taylor2-18/+8
2007-11-12From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor2-8/+5
2007-11-12From Craig Silverstein: rework DWARF reader code a bit.Ian Lance Taylor3-78/+88
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor5-4/+60
2007-11-09From Craig Silverstein: Initialize got_relocs.Ian Lance Taylor2-54/+54
2007-11-09From Craig Silverstein: Clean up make rules for debug_msg.Ian Lance Taylor2-4/+4
2007-11-09From Craig Silverstein: Add test for debug messages.Ian Lance Taylor4-11/+163
2007-11-09From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor6-25/+182
2007-11-09From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor5-183/+311
2007-11-09From Cary Coutant: mark negative constant as unsigned.Ian Lance Taylor1-1/+1
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor24-367/+2830
2007-11-07From Craig Silverstein and Cary Coutant: fix assignment of sectionIan Lance Taylor2-8/+29
2007-11-07Check that we don't set the output section index twice.Ian Lance Taylor2-3/+9
2007-11-07From Craig Silverstein: Templatize the Dwarf reader.Ian Lance Taylor3-62/+40
2007-11-07From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor2-6/+27
2007-11-07From Craig Silverstein: Don't crash if we see a file we don't recognize.Ian Lance Taylor2-14/+21
2007-11-02From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor7-190/+1022