summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-3020-207/+1429
* Clean up setting address and section offset.Ian Lance Taylor2007-11-2913-190/+378
* Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor2007-11-282-1/+7
* From Craig Silverstein: Fix up comments.Ian Lance Taylor2007-11-281-5/+5
* From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor2007-11-285-48/+255
* Rework merge_map for speed.Ian Lance Taylor2007-11-273-90/+263
* Make Merge_key_less operator() inline.Ian Lance Taylor2007-11-222-2/+2
* Add threading support.Ian Lance Taylor2007-11-2231-437/+1443
* From Craig Silverstein: Also set entsize for .debug_str sections.Ian Lance Taylor2007-11-201-3/+6
* From Craig Silverstein: Force .debug_str sections to be SHF_MERGE andIan Lance Taylor2007-11-191-3/+10
* From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2007-11-172-3/+3
* Released gold 0.8Craig Silverstein2007-11-161-1/+1
* Ignore empty archives.Ian Lance Taylor2007-11-161-0/+7
* When looking for ODR violations, only check the file base name. Also,Ian Lance Taylor2007-11-161-5/+33
* DW_LNE_end_sequence indicates that the address points to the byteIan Lance Taylor2007-11-161-0/+4
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-158-89/+151
* From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor2007-11-155-2/+66
* Workaround bug in gcc 4.0.3 STL.Ian Lance Taylor2007-11-151-3/+4
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-1512-21/+100
* From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor2007-11-149-48/+535
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-144-6/+7
* If generating a .err file fails, remove it.Ian Lance Taylor2007-11-142-0/+4
* From Craig Silverstein: Clean up DWARF line reader code.Ian Lance Taylor2007-11-142-10/+2
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-1413-48/+129
* Comment out undef_symbol.err for now.Ian Lance Taylor2007-11-142-5/+7
* Default to --allow-shlib-undefined for now.Ian Lance Taylor2007-11-143-3/+7
* Revert last patch.Ian Lance Taylor2007-11-144-25/+1
* Support special always-defined symbols for targets.Ian Lance Taylor2007-11-144-1/+25
* Warn about undefined references in shared libraries if we have seenIan Lance Taylor2007-11-1415-75/+361
* From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor2007-11-1415-75/+174
* From Craig Silverstein: First cut at detecting ODR violations.Ian Lance Taylor2007-11-134-107/+263
* From Craig Silverstein: Support debug info for shared libraries.Ian Lance Taylor2007-11-132-50/+110
* From Craig Silverstein: Dwarf_line_info can work with Object ratherIan Lance Taylor2007-11-122-18/+8
* From Craig Silverstein: Track_relocs doesn't need to hold onto theIan Lance Taylor2007-11-122-8/+5
* From Craig Silverstein: rework DWARF reader code a bit.Ian Lance Taylor2007-11-123-78/+88
* Correct handling of GOT references in a regular object.Ian Lance Taylor2007-11-125-4/+60
* From Craig Silverstein: Initialize got_relocs.Ian Lance Taylor2007-11-092-54/+54
* From Craig Silverstein: Clean up make rules for debug_msg.Ian Lance Taylor2007-11-092-4/+4
* From Craig Silverstein: Add test for debug messages.Ian Lance Taylor2007-11-094-11/+163
* From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor2007-11-096-25/+182
* From Cary Coutant: More shared library support, some refactorization.Ian Lance Taylor2007-11-095-183/+311
* From Cary Coutant: mark negative constant as unsigned.Ian Lance Taylor2007-11-091-1/+1
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-0924-367/+2830
* From Craig Silverstein and Cary Coutant: fix assignment of sectionIan Lance Taylor2007-11-072-8/+29
* Check that we don't set the output section index twice.Ian Lance Taylor2007-11-072-3/+9
* From Craig Silverstein: Templatize the Dwarf reader.Ian Lance Taylor2007-11-073-62/+40
* From Craig Silverstein: Handle a .so file in a .a file.Ian Lance Taylor2007-11-072-6/+27
* From Craig Silverstein: Don't crash if we see a file we don't recognize.Ian Lance Taylor2007-11-072-14/+21
* From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor2007-11-027-190/+1022
* From Cary Coutant: Correct generation of RELATIVE relocs.Ian Lance Taylor2007-11-022-39/+105