* elf32-m32c.c (_bfd_m32c_elf_eh_frame_address_size): New.
[deliverable/binutils-gdb.git] / gold /
2008-01-24  Ian Lance TaylorFrom Craig Silverstein: Simplify Version_script_info...
2008-01-24  Ian Lance TaylorFrom Cary Coutant: Fix last patch.
2008-01-24  Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-23  Ian Lance TaylorUse string instead of STRING, so that we handled QUOTED...
2008-01-23  Ian Lance TaylorFrom Cary Coutant: Fix mixing PIC and non-PIC relocs...
2008-01-23  Ian Lance TaylorAdd explicit dependencies on yyscript.h to make sure...
2008-01-23  Ian Lance TaylorParse a SECTIONS clause in a linker script.
2008-01-22  Ian Lance TaylorInclude <vector>.
2008-01-18  Ian Lance TaylorFrom Craig Silverstein: Optionally print command line...
2008-01-18  Ian Lance TaylorFrom Craig Silverstein: Handle quoted strings different...
2008-01-18  Ian Lance TaylorDon't include options.h in fileread.h. Remove General_...
2008-01-15  Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-09  Ian Lance TaylorSupport assignments and expressions in linker scripts.
2008-01-07  Ian Lance TaylorReport linker script errors with line numbers. Ignore...
2008-01-06  Ian Lance TaylorAdd support for -e and for ENTRY in linker scripts.
2008-01-04  Ian Lance TaylorAdd -h/-soname option.
2008-01-04  Ian Lance TaylorDon't create the postprocessing buffer if it already...
2008-01-02  Ian Lance TaylorAdd cast to avoid signed/unsigned warning.
2008-01-02  Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-22  Ian Lance TaylorUse a simpler hash function.
2007-12-22  Ian Lance TaylorCorrect contributor name on new tests, remove #if 0...
2007-12-21  Ian Lance TaylorFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-21  Ian Lance TaylorCorrect handling of non-section symbol in merged sectio...
2007-12-21  Ian Lance TaylorSpeed up relocations against local symbols in merged...
2007-12-20  Ian Lance TaylorFix buglet in last patch.
2007-12-20  Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
2007-12-20  Ian Lance TaylorUpdate comments about output offsets and merged input...
2007-12-20  Ian Lance TaylorRemove one inline.
2007-12-20  Ian Lance TaylorMake functions on hot path inline. Remove a mistaken...
2007-12-19  Ian Lance TaylorMove Stringpool offsets into a chunked_vector indexed...
2007-12-19  Ian Lance TaylorAvoid some warnings which showed up in 64-bit mode.
2007-12-19  Ian Lance TaylorUse string length when available when calling Stringpoo...
2007-12-18  Ian Lance TaylorDon't write unattached after_input sections twice.
2007-12-18  Ian Lance TaylorPrint statistics about merge sections with --stats.
2007-12-18  Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-15  Ian Lance TaylorMinor speedup to Output_merge_string::do_add_input_section.
2007-12-14  Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-14  Ian Lance TaylorAdd const to Object::read and Object::sized_target.
2007-12-14  Ian Lance TaylorMake some File_read methods const.
2007-12-14  Ian Lance TaylorAdd some missing dependencies for the new linker.
2007-12-14  Ian Lance TaylorFrom Craig Silverstein: size hash tables to avoid resizing.
2007-12-14  Ian Lance TaylorFix --thread-count-middle and --thread-count-final.
2007-12-11  Ian Lance TaylorFrom Cary Coutant: Test TLS initial-exec model.
2007-12-11  Ian Lance TaylorFrom Cary Coutant: Set DF_STATIC_TLS as appropriate.
2007-12-11  Ian Lance TaylorFrom Cary Coutant: Fix x86_64 TLS problem.
2007-12-11  Ian Lance TaylorFrom Craig Silverstein: Speed up ODR violation reporting.
2007-12-11  Ian Lance TaylorFrom Cary Coutant: Handle TLS entry for TLS module...
2007-12-10  Ian Lance TaylorKeep views on views_ list so that they can be found...
2007-12-08  Craig SilversteinReleased gold-alpha 0.9.
2007-12-08  Ian Lance TaylorFrom Craig Silverstein: Fix error message, add this->.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL...
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Fix handling of RELATIVE RELA relocs.
2007-12-07  Ian Lance TaylorFix ehframe header handling for shared libraries.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Some x86_64 shared library fixes.
2007-12-07  Ian Lance TaylorFrom Cary Coutant: Remove commented out assert. Also...
2007-12-06  Ian Lance TaylorFrom Craig Silverstein: Reorganize testsuite Makefile.am.
2007-12-06  Ian Lance TaylorInitialize variable to avoid warning.
2007-12-06  Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-06  Ian Lance TaylorFix comment.
2007-12-06  Ian Lance TaylorDon't write out the symbol table when stripping.
2007-12-05  Ian Lance TaylorRework Stringpool to not compute the hash code twice...
2007-12-05  Ian Lance TaylorFrom Craig Silverstein: Support -o -.
2007-12-05  Ian Lance TaylorFrom Craig Silverstein: Test some flags.
2007-12-05  Ian Lance TaylorStringpool stats. Also make Symbol_table support funct...
2007-12-04  Ian Lance TaylorFrom Craig Silverstein: Support irregular output files.
2007-12-04  Ian Lance TaylorPrint symbol table statistics with --stats.
2007-12-04  Ian Lance TaylorFrom Craig Silverstein: Use gold_fatal in options.h...
2007-12-01  Ian Lance TaylorMore -fPIC options.
2007-12-01  Ian Lance TaylorAdd missing space.
2007-12-01  Ian Lance TaylorCompile shared library code with -fPIC. Also, alphabetize.
2007-12-01  Ian Lance TaylorAdd casts to avoid warnings.
2007-12-01  Ian Lance TaylorCompress all debug sections.
2007-11-30  Ian Lance TaylorFrom Cary Coutant: Avoid compilation warnings if no...
2007-11-30  Ian Lance TaylorFrom Craig Silverstein: Add support for compressing...
2007-11-29  Ian Lance TaylorClean up setting address and section offset.
2007-11-28  Ian Lance TaylorDon't try to delete the output file if we don't know...
2007-11-28  Ian Lance TaylorFrom Craig Silverstein: Fix up comments.
2007-11-28  Ian Lance TaylorFrom Craig Silverstein: Better handling of ODR violatio...
2007-11-27  Ian Lance TaylorRework merge_map for speed.
2007-11-22  Ian Lance TaylorMake Merge_key_less operator() inline.
2007-11-22  Ian Lance TaylorAdd threading support.
2007-11-20  Ian Lance TaylorFrom Craig Silverstein: Also set entsize for .debug_str...
2007-11-19  Ian Lance TaylorFrom Craig Silverstein: Force .debug_str sections to...
2007-11-17  Ian Lance TaylorFrom Craig Silverstein: Quote the symbol name in the...
2007-11-16  Craig SilversteinReleased gold 0.8
2007-11-16  Ian Lance TaylorIgnore empty archives.
2007-11-16  Ian Lance TaylorWhen looking for ODR violations, only check the file...
2007-11-16  Ian Lance TaylorDW_LNE_end_sequence indicates that the address points...
2007-11-15  Ian Lance TaylorFrom Cary Coutant: Count textrel with output sections...
2007-11-15  Ian Lance TaylorFrom Craig Silverstein: Add --strip-debug-gdb.
2007-11-15  Ian Lance TaylorWorkaround bug in gcc 4.0.3 STL.
2007-11-15  Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14  Ian Lance TaylorFrom Cary Coutant: Improve i386 shared library TLS...
2007-11-14  Ian Lance TaylorFrom Craig Silverstein: Report output file name with...
2007-11-14  Ian Lance TaylorIf generating a .err file fails, remove it.
2007-11-14  Ian Lance TaylorFrom Craig Silverstein: Clean up DWARF line reader...
2007-11-14  Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-14  Ian Lance TaylorComment out undef_symbol.err for now.
2007-11-14  Ian Lance TaylorDefault to --allow-shlib-undefined for now.
2007-11-14  Ian Lance TaylorRevert last patch.
next
This page took 0.048035 seconds and 7 git commands to generate.