OSDN Git Service

* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
[pf3gnuchains/pf3gnuchains3x.git] / gold /
2008-01-15 iantFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09 iantSupport assignments and expressions in linker scripts.
2008-01-07 iantReport linker script errors with line numbers. Ignore...
2008-01-06 iantAdd support for -e and for ENTRY in linker scripts.
2008-01-04 iantAdd -h/-soname option.
2008-01-04 iantDon't create the postprocessing buffer if it already...
2008-01-02 iantAdd cast to avoid signed/unsigned warning.
2008-01-02 iantReduce the number of system calls. Use readv instead...
2007-12-22 iantUse a simpler hash function.
2007-12-22 iantCorrect contributor name on new tests, remove #if 0...
2007-12-21 iantFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-21 iantCorrect handling of non-section symbol in merged sectio...
2007-12-21 iantSpeed up relocations against local symbols in merged...
2007-12-20 iantFix buglet in last patch.
2007-12-20 iantConvert more instances of off_t to be 32-bit types.
2007-12-20 iantUpdate comments about output offsets and merged input...
2007-12-20 iantRemove one inline.
2007-12-20 iantMake functions on hot path inline. Remove a mistaken...
2007-12-19 iantMove Stringpool offsets into a chunked_vector indexed...
2007-12-19 iantAvoid some warnings which showed up in 64-bit mode.
2007-12-19 iantUse string length when available when calling Stringpoo...
2007-12-18 iantDon't write unattached after_input sections twice.
2007-12-18 iantPrint statistics about merge sections with --stats.
2007-12-18 iantAdd section_size_type and section_offset_type, use...
2007-12-15 iantMinor speedup to Output_merge_string::do_add_input_section.
2007-12-14 iantRewrite workqueue. This version eliminates the master...
2007-12-14 iantAdd const to Object::read and Object::sized_target.
2007-12-14 iantMake some File_read methods const.
2007-12-14 iantAdd some missing dependencies for the new linker.
2007-12-14 iantFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-14 iantFix --thread-count-middle and --thread-count-final.
2007-12-11 iantFrom Cary Coutant: Test TLS initial-exec model.
2007-12-11 iantFrom Cary Coutant: Set DF_STATIC_TLS as appropriate.
2007-12-11 iantFrom Cary Coutant: Fix x86_64 TLS problem.
2007-12-11 iantFrom Craig Silverstein: Speed up ODR violation reporting.
2007-12-11 iantFrom Cary Coutant: Handle TLS entry for TLS module...
2007-12-10 iantKeep views on views_ list so that they can be found...
2007-12-08 csilversReleased gold-alpha 0.9.
2007-12-08 iantFrom Craig Silverstein: Fix error message, add this->.
2007-12-07 iantFrom Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL...
2007-12-07 iantFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-07 iantFix ehframe header handling for shared libraries.
2007-12-07 iantFrom Cary Coutant: Some x86_64 shared library fixes.
2007-12-07 iantFrom Cary Coutant: Remove commented out assert. Also...
2007-12-06 iantFrom Craig Silverstein: Reorganize testsuite Makefile.am.
2007-12-06 iantInitialize variable to avoid warning.
2007-12-06 iantFrom Cary Coutant: More support for generating shared...
2007-12-06 iantFix comment.
2007-12-06 iantDon't write out the symbol table when stripping.
2007-12-05 iantRework Stringpool to not compute the hash code twice...
2007-12-05 iantFrom Craig Silverstein: Support -o -.
2007-12-05 iantFrom Craig Silverstein: Test some flags.
2007-12-05 iantStringpool stats. Also make Symbol_table support funct...
2007-12-04 iantFrom Craig Silverstein: Support irregular output files.
2007-12-04 iantPrint symbol table statistics with --stats.
2007-12-04 iantFrom Craig Silverstein: Use gold_fatal in options.h...
2007-12-01 iantMore -fPIC options.
2007-12-01 iantAdd missing space.
2007-12-01 iantCompile shared library code with -fPIC. Also, alphabetize.
2007-12-01 iantAdd casts to avoid warnings.
2007-12-01 iantCompress all debug sections.
2007-11-30 iantFrom Cary Coutant: Avoid compilation warnings if no...
2007-11-30 iantFrom Craig Silverstein: Add support for compressing...
2007-11-29 iantClean up setting address and section offset.
2007-11-28 iantDon't try to delete the output file if we don't know...
2007-11-28 iantFrom Craig Silverstein: Fix up comments.
2007-11-28 iantFrom Craig Silverstein: Better handling of ODR violatio...
2007-11-27 iantRework merge_map for speed.
2007-11-22 iantMake Merge_key_less operator() inline.
2007-11-22 iantAdd threading support.
2007-11-20 iantFrom Craig Silverstein: Also set entsize for .debug_str...
2007-11-19 iantFrom Craig Silverstein: Force .debug_str sections to...
2007-11-17 iantFrom Craig Silverstein: Quote the symbol name in the...
2007-11-16 csilversReleased gold 0.8
2007-11-16 iantIgnore empty archives.
2007-11-16 iantWhen looking for ODR violations, only check the file...
2007-11-16 iantDW_LNE_end_sequence indicates that the address points...
2007-11-15 iantFrom Cary Coutant: Count textrel with output sections...
2007-11-15 iantFrom Craig Silverstein: Add --strip-debug-gdb.
2007-11-15 iantWorkaround bug in gcc 4.0.3 STL.
2007-11-15 iantFrom Craig Silverstein: Add support for --demangle.
2007-11-14 iantFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-14 iantFrom Craig Silverstein: Report output file name with...
2007-11-14 iantIf generating a .err file fails, remove it.
2007-11-14 iantFrom Craig Silverstein: Clean up DWARF line reader...
2007-11-14 iantAdd heuristics for undefined symbol warnings.
2007-11-14 iantComment out undef_symbol.err for now.
2007-11-14 iantDefault to --allow-shlib-undefined for now.
2007-11-14 iantRevert last patch.
2007-11-14 iantSupport special always-defined symbols for targets.
2007-11-14 iantWarn about undefined references in shared libraries...
2007-11-14 iantFrom Craig Silverstein: Rework debug info code a bit...
2007-11-13 iantFrom Craig Silverstein: First cut at detecting ODR...
2007-11-13 iantFrom Craig Silverstein: Support debug info for shared...
2007-11-12 iantFrom Craig Silverstein: Dwarf_line_info can work with...
2007-11-12 iantFrom Craig Silverstein: Track_relocs doesn't need to...
2007-11-12 iantFrom Craig Silverstein: rework DWARF reader code a...
2007-11-12 iantCorrect handling of GOT references in a regular object.
2007-11-09 iantFrom Craig Silverstein: Initialize got_relocs.
2007-11-09 iantFrom Craig Silverstein: Clean up make rules for debug_msg.
next