aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-02From Cary Coutant: Correct generation of RELATIVE relocs.Ian Lance Taylor2-39/+105
2007-11-02Reworked from Andrew Chatham: report error locations.Ian Lance Taylor3-11/+108
2007-11-01From Cary Coutant: More support for -shared, including fixes to GOTIan Lance Taylor3-82/+208
2007-10-30From Craig Silverstein: Implement OPTION in linker scripts.Ian Lance Taylor3-140/+185
2007-10-30Adjust PLTOFF64 calculation.Ian Lance Taylor1-2/+2
2007-10-30From Craig Silverstein: Implement GOTPLT64 and PLTOFF64.Ian Lance Taylor1-4/+29
2007-10-29From Craig Silverstein: Clean up some unnecessary TODO markers.Ian Lance Taylor1-14/+15
2007-10-29From Craig Silverstein: better organization for TLS code.Ian Lance Taylor2-326/+324
2007-10-29From Craig Silverstein: Remove extraneous comment.Ian Lance Taylor1-4/+0
2007-10-27From Cary Coutant: Set offsets of sections with data before finalizingIan Lance Taylor2-4/+15
2007-10-27From Craig Silverstein and Ian Lance Taylor: Process --script option.Ian Lance Taylor7-69/+255
2007-10-26Simplify some code to avoid extra tests of number of objects.Ian Lance Taylor1-18/+6
2007-10-26From Craig Silverstein: preliminary support for OPTION in linker script.Ian Lance Taylor3-0/+23
2007-10-26Exit if we couldn't open any input files.Ian Lance Taylor1-0/+7
2007-10-26From Craig Silverstein: Minimal --script implementation.Ian Lance Taylor2-0/+11
2007-10-24Use AC_GNU_SOURCE.Ian Lance Taylor7-4/+20
2007-10-23Add support for PT_GNU_STACK.Ian Lance Taylor13-24/+233
2007-10-22Fix versions of copied symbols.Ian Lance Taylor9-49/+187
2007-10-22Implement -Bstatic/-Bdynamic.Ian Lance Taylor3-3/+12
2007-10-22Correct locking if a file could not be opened.Ian Lance Taylor2-10/+69