PR 5233
[binutils-gdb.git] / gold /
2007-11-13 Ian Lance TaylorFrom Craig Silverstein: Support debug info for shared...
2007-11-12 Ian Lance TaylorFrom Craig Silverstein: Dwarf_line_info can work with...
2007-11-12 Ian Lance TaylorFrom Craig Silverstein: Track_relocs doesn't need to...
2007-11-12 Ian Lance TaylorFrom Craig Silverstein: rework DWARF reader code a...
2007-11-12 Ian Lance TaylorCorrect handling of GOT references in a regular object.
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Initialize got_relocs.
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Clean up make rules for debug_msg.
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Add test for debug messages.
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Use relocations in reporting...
2007-11-09 Ian Lance TaylorFrom Cary Coutant: More shared library support, some...
2007-11-09 Ian Lance TaylorFrom Cary Coutant: mark negative constant as unsigned.
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-11-07 Ian Lance TaylorFrom Craig Silverstein and Cary Coutant: fix assignment...
2007-11-07 Ian Lance TaylorCheck that we don't set the output section index twice.
2007-11-07 Ian Lance TaylorFrom Craig Silverstein: Templatize the Dwarf reader.
2007-11-07 Ian Lance TaylorFrom Craig Silverstein: Handle a .so file in a .a file.
2007-11-07 Ian Lance TaylorFrom Craig Silverstein: Don't crash if we see a file...
2007-11-02 Ian Lance TaylorFrom Craig Silverstein: Add first version of generating...
2007-11-02 Ian Lance TaylorFrom Cary Coutant: Correct generation of RELATIVE relocs.
2007-11-02 Ian Lance TaylorReworked from Andrew Chatham: report error locations.
2007-11-01 Ian Lance TaylorFrom Cary Coutant: More support for -shared, including...
2007-10-30 Ian Lance TaylorFrom Craig Silverstein: Implement OPTION in linker...
2007-10-30 Ian Lance TaylorAdjust PLTOFF64 calculation.
2007-10-30 Ian Lance TaylorFrom Craig Silverstein: Implement GOTPLT64 and PLTOFF64.
2007-10-29 Ian Lance TaylorFrom Craig Silverstein: Clean up some unnecessary TODO...
2007-10-29 Ian Lance TaylorFrom Craig Silverstein: better organization for TLS...
2007-10-29 Ian Lance TaylorFrom Craig Silverstein: Remove extraneous comment.
2007-10-27 Ian Lance TaylorFrom Cary Coutant: Set offsets of sections with data...
2007-10-27 Ian Lance TaylorFrom Craig Silverstein and Ian Lance Taylor: Process...
2007-10-26 Ian Lance TaylorSimplify some code to avoid extra tests of number of...
2007-10-26 Ian Lance TaylorFrom Craig Silverstein: preliminary support for OPTION...
2007-10-26 Ian Lance TaylorExit if we couldn't open any input files.
2007-10-26 Ian Lance TaylorFrom Craig Silverstein: Minimal --script implementation.
2007-10-24 Ian Lance TaylorUse AC_GNU_SOURCE.
2007-10-23 Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-22 Ian Lance TaylorFix versions of copied symbols.
2007-10-22 Ian Lance TaylorImplement -Bstatic/-Bdynamic.
2007-10-22 Ian Lance TaylorCorrect locking if a file could not be opened.
2007-10-20 Ian Lance TaylorFrom Craig Silverstein: add cast to avoid warning.
2007-10-20 Ian Lance TaylorFrom Craig Silverstein: handle PLT32 relocs against...
2007-10-20 Ian Lance TaylorHandle PLT32 against local symbols.
2007-10-19 Ian Lance TaylorAdd wide string constant test.
2007-10-19 Ian Lance TaylorFix handling of wide string merge sections.
2007-10-18 Ian Lance TaylorAdd support for -Bsymbolic.
2007-10-18 Ian Lance TaylorRework section mapping algorithm to handle .data.rel...
2007-10-18 Ian Lance TaylorCorrectly handle alignment in merge sections.
2007-10-17 Ian Lance TaylorAdd infrastructure for threading support.
2007-10-16 Ian Lance TaylorFrom Cary Coutant: preliminary shared library support.
2007-10-16 Ian Lance TaylorFrom Craig Silverstein: check that we get environ right.
2007-10-16 Ian Lance TaylorFrom Craig Silverstein: implement -Ttext.
2007-10-16 Ian Lance TaylorFrom Craig Silverstein: support local GOT relocs for...
2007-10-15 Ian Lance TaylorFrom Craig Silverstein: add LD to LE TLS optimizations.
2007-10-15 Ian Lance TaylorFrom Craig Silverstein: call unlink_if_ordinary.
2007-10-15 Ian Lance TaylorFix exit status.
2007-10-14 Ian Lance TaylorKeep track of weak aliases, so that overriding environ...
2007-10-14 Ian Lance TaylorAdjust linkonce symbol name algorithm to work for
2007-10-14 Ian Lance TaylorBetter multiple definition errors.
2007-10-14 Ian Lance TaylorRemove extraneous newlines.
2007-10-14 Ian Lance TaylorRemove extraneous newline.
2007-10-14 Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-14 Ian Lance TaylorFix typo in comment.
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: add some internationalization...
2007-10-14 Ian Lance TaylorOnly run static TLS tests on glibc 2.4 or later.
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: TLS test cleanups.
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: always use 32-bit format for...
2007-10-14 Ian Lance TaylorFrom Craig Silverstein: error if we see a dynamic objec...
2007-10-13 Ian Lance TaylorFrom Craig Silverstein: use tls.h in x86_64.cc.
2007-10-12 Ian Lance TaylorFrom Craig Silverstein: expand the TLS test to a second...
2007-10-12 Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-12 Ian Lance TaylorFrom Craig Silverstein: improve x86_64 TLS support.
2007-10-12 Ian Lance TaylorAdd --stats option to print runtime and memory usage...
2007-10-11 Ian Lance TaylorFrom Andrew Chatham: exit on relocation error.
2007-10-10 Ian Lance TaylorFrom Craig Silverstein: don't permit -s and -r.
2007-10-10 Ian Lance TaylorImplement -s and -S options which strip symbols.
2007-10-10 Ian Lance TaylorFrom Craig Silverstein: don't get confused if the same...
2007-10-10 Ian Lance TaylorFrom Craig Silverstein: delete the output file first...
2007-10-09 Ian Lance TaylorCreate a note section with the version of gold.
2007-10-09 Ian Lance TaylorFix soname for library found in search path.
2007-10-08 Ian Lance TaylorMake TLS test fail more reliably.
2007-10-08 Ian Lance TaylorAdd support for local GOT offsets.
2007-10-08 Ian Lance TaylorFrom Craig Silverstein: add tls.h, use it in i386.cc.
2007-10-07 Ian Lance TaylorAdd --version option.
2007-10-07 Ian Lance TaylorTest merging of string constants.
2007-10-07 Ian Lance TaylorAdd a TLS test case.
2007-10-07 Ian Lance TaylorAdd support for local dynamic relocations.
2007-10-06 Ian Lance TaylorCorrect handling of addends in merged sections.
2007-10-05 Ian Lance TaylorFrom Andrew Chatham: fix bug in 64-bit hash.
2007-10-04 Ian Lance TaylorFrom Craig Silverstein: x86_64 TLS support.
2007-10-04 Ian Lance TaylorFull support for --sysroot.
2007-10-03 Ian Lance TaylorFrom Craig Silverstein: get all x86_64 tests passing.
2007-10-03 Ian Lance TaylorFrom Craig Silverstein: set symbol value for function...
2007-10-03 Ian Lance TaylorParameterize object_unittest to work for whatever targe...
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: don't run function pointer...
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: correct x86_64 dynamic tags.
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: add support for searching for...
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-10-01 Ian Lance TaylorCleanups from Craig Silverstein.
2007-10-01 Ian Lance TaylorFrom Craig Silverstein: New version of x86_64.cc.
2007-10-01 Ian Lance TaylorFrom Craig Silverstein: x86_64 support.
2007-10-01 Ian Lance TaylorAdd Signed_valtype and use it for sign extension. ...
next