OSDN Git Service

* features/rs6000/power-core.xml: Use uint32 as register type.
[pf3gnuchains/pf3gnuchains4x.git] / gold /
2007-11-02 iantFrom Craig Silverstein: Add first version of generating...
2007-11-02 iantFrom Cary Coutant: Correct generation of RELATIVE relocs.
2007-11-02 iantReworked from Andrew Chatham: report error locations.
2007-11-01 iantFrom Cary Coutant: More support for -shared, including...
2007-10-30 iantFrom Craig Silverstein: Implement OPTION in linker...
2007-10-30 iantAdjust PLTOFF64 calculation.
2007-10-30 iantFrom Craig Silverstein: Implement GOTPLT64 and PLTOFF64.
2007-10-29 iantFrom Craig Silverstein: Clean up some unnecessary TODO...
2007-10-29 iantFrom Craig Silverstein: better organization for TLS...
2007-10-29 iantFrom Craig Silverstein: Remove extraneous comment.
2007-10-27 iantFrom Cary Coutant: Set offsets of sections with data...
2007-10-27 iantFrom Craig Silverstein and Ian Lance Taylor: Process...
2007-10-26 iantSimplify some code to avoid extra tests of number of...
2007-10-26 iantFrom Craig Silverstein: preliminary support for OPTION...
2007-10-26 iantExit if we couldn't open any input files.
2007-10-26 iantFrom Craig Silverstein: Minimal --script implementation.
2007-10-24 iantUse AC_GNU_SOURCE.
2007-10-23 iantAdd support for PT_GNU_STACK.
2007-10-22 iantFix versions of copied symbols.
2007-10-22 iantImplement -Bstatic/-Bdynamic.
2007-10-22 iantCorrect locking if a file could not be opened.
2007-10-20 iantFrom Craig Silverstein: add cast to avoid warning.
2007-10-20 iantFrom Craig Silverstein: handle PLT32 relocs against...
2007-10-20 iantHandle PLT32 against local symbols.
2007-10-19 iantAdd wide string constant test.
2007-10-19 iantFix handling of wide string merge sections.
2007-10-18 iantAdd support for -Bsymbolic.
2007-10-18 iantRework section mapping algorithm to handle .data.rel...
2007-10-18 iantCorrectly handle alignment in merge sections.
2007-10-17 iantAdd infrastructure for threading support.
2007-10-16 iantFrom Cary Coutant: preliminary shared library support.
2007-10-16 iantFrom Craig Silverstein: check that we get environ right.
2007-10-16 iantFrom Craig Silverstein: implement -Ttext.
2007-10-16 iantFrom Craig Silverstein: support local GOT relocs for...
2007-10-15 iantFrom Craig Silverstein: add LD to LE TLS optimizations.
2007-10-15 iantFrom Craig Silverstein: call unlink_if_ordinary.
2007-10-15 iantFix exit status.
2007-10-14 iantKeep track of weak aliases, so that overriding environ...
2007-10-14 iantAdjust linkonce symbol name algorithm to work for
2007-10-14 iantBetter multiple definition errors.
2007-10-14 iantRemove extraneous newlines.
2007-10-14 iantRemove extraneous newline.
2007-10-14 iantRun all error handling through an Errors object. Delet...
2007-10-14 iantFix typo in comment.
2007-10-14 iantFrom Craig Silverstein: add some internationalization...
2007-10-14 iantOnly run static TLS tests on glibc 2.4 or later.
2007-10-14 iantFrom Craig Silverstein: TLS test cleanups.
2007-10-14 iantFrom Craig Silverstein: always use 32-bit format for...
2007-10-14 iantFrom Craig Silverstein: error if we see a dynamic objec...
2007-10-13 iantFrom Craig Silverstein: use tls.h in x86_64.cc.
2007-10-12 iantFrom Craig Silverstein: expand the TLS test to a second...
2007-10-12 iantAdd an option for Stringpools to not copy strings.
2007-10-12 iantFrom Craig Silverstein: improve x86_64 TLS support.
2007-10-12 iantAdd --stats option to print runtime and memory usage...
2007-10-11 iantFrom Andrew Chatham: exit on relocation error.
2007-10-10 iantFrom Craig Silverstein: don't permit -s and -r.
2007-10-10 iantImplement -s and -S options which strip symbols.
2007-10-10 iantFrom Craig Silverstein: don't get confused if the same...
2007-10-10 iantFrom Craig Silverstein: delete the output file first...
2007-10-09 iantCreate a note section with the version of gold.
2007-10-09 iantFix soname for library found in search path.
2007-10-08 iantMake TLS test fail more reliably.
2007-10-08 iantAdd support for local GOT offsets.
2007-10-08 iantFrom Craig Silverstein: add tls.h, use it in i386.cc.
2007-10-07 iantAdd --version option.
2007-10-07 iantTest merging of string constants.
2007-10-07 iantAdd a TLS test case.
2007-10-07 iantAdd support for local dynamic relocations.
2007-10-06 iantCorrect handling of addends in merged sections.
2007-10-05 iantFrom Andrew Chatham: fix bug in 64-bit hash.
2007-10-04 iantFrom Craig Silverstein: x86_64 TLS support.
2007-10-04 iantFull support for --sysroot.
2007-10-03 iantFrom Craig Silverstein: get all x86_64 tests passing.
2007-10-03 iantFrom Craig Silverstein: set symbol value for function...
2007-10-03 iantParameterize object_unittest to work for whatever targe...
2007-10-02 iantFrom Craig Silverstein: don't run function pointer...
2007-10-02 iantFrom Craig Silverstein: correct x86_64 dynamic tags.
2007-10-02 iantFrom Craig Silverstein: add support for searching for...
2007-10-02 iantFrom Craig Silverstein: avoid some signed/unsigned...
2007-10-01 iantCleanups from Craig Silverstein.
2007-10-01 iantFrom Craig Silverstein: New version of x86_64.cc.
2007-10-01 iantFrom Craig Silverstein: x86_64 support.
2007-10-01 iantAdd Signed_valtype and use it for sign extension. ...
2007-10-01 iantAdd RELA versions of the relocation routines. Original...
2007-09-30 iantClean up target handling--only build required files...
2007-09-28 iantUse parameters to track whether we are doing a static...
2007-09-28 iantFrom Andrew Chatham: add signedrel<>, rel32s and friends.
2007-09-26 iantPut size and endianness in parameters.
2007-09-26 iantAdd basic exception frame header, plus test.
2007-09-25 iantUse mmap to read from input files.
2007-09-25 iantAdd cache parameter to get_view. Discard uncached...
2007-09-25 iantRework File_read interface. Get file size. Use pread...
2007-09-25 iantRemove get_view_and_size.
2007-09-25 iantBreak out default pbytes argument to read and get_view...
2007-09-24 iantFrom Craig Silverstein: Fix bug when reading large...
2007-09-23 iantFix typo in comment.
2007-09-23 iantAdd two file test.
2007-09-23 iantUse special value when we refer a function symbol in...
2007-09-23 iantAdd static version of constructor test.
2007-09-23 iantAdd constructor test.
next