Run all error handling through an Errors object. Delete output file
[binutils-gdb.git] / gold /
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. ...
2007-10-01 Ian Lance TaylorAdd RELA versions of the relocation routines. Original...
2007-09-30 Ian Lance TaylorClean up target handling--only build required files...
2007-09-28 Ian Lance TaylorUse parameters to track whether we are doing a static...
2007-09-28 Ian Lance TaylorFrom Andrew Chatham: add signedrel<>, rel32s and friends.
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-26 Ian Lance TaylorAdd basic exception frame header, plus test.
2007-09-25 Ian Lance TaylorUse mmap to read from input files.
2007-09-25 Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-25 Ian Lance TaylorRework File_read interface. Get file size. Use pread...
2007-09-25 Ian Lance TaylorRemove get_view_and_size.
2007-09-25 Ian Lance TaylorBreak out default pbytes argument to read and get_view...
2007-09-24 Ian Lance TaylorFrom Craig Silverstein: Fix bug when reading large...
2007-09-23 Ian Lance TaylorFix typo in comment.
2007-09-23 Ian Lance TaylorAdd two file test.
2007-09-23 Ian Lance TaylorUse special value when we refer a function symbol in...
2007-09-23 Ian Lance TaylorAdd static version of constructor test.
2007-09-23 Ian Lance TaylorAdd constructor test.
2007-09-23 Ian Lance TaylorCheck section index as well as object when looking...
2007-09-23 Ian Lance TaylorAvoid dereferencing map->end().
2007-09-22 Ian Lance TaylorCorrect comment.
2007-09-22 Ian Lance TaylorRename t1 to basic_test, add static tests.
2007-09-22 Ian Lance TaylorAdd standalone test case.
2007-09-22 Ian Lance TaylorChange YFLAGS to AM_YFLAGS.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-22 Ian Lance TaylorAdd bootstrap test.
2007-09-22 Ian Lance TaylorIt's OK to have a version if we have an existing symbol.
2007-09-22 Ian Lance TaylorWe don't need a hash table mapping input locations...
2007-09-22 Ian Lance TaylorFrom Andrew Chatham: Make File_read::View::data_ a...
2007-09-22 Ian Lance TaylorDefine __start and __stop symbols.
2007-09-22 Ian Lance TaylorCanonicalize name and version when working with special...
2007-09-22 Ian Lance TaylorUpdate.
2007-09-22 Ian Lance TaylorFix some errors in symbol placement.
2007-09-21 Ian Lance TaylorFrom Craig Silverstein: Only sort for suffixes with...
2007-09-21 Ian Lance TaylorInitialize count_ field, tweak parameters testing.
2007-09-21 Ian Lance TaylorAdd global parameters.
2007-09-21 Ian Lance TaylorUpdate for have_code_fill field.
2007-09-21 Ian Lance TaylorActually define GOLD_GOLD_H multiple inclusion macro.
2007-09-21 Ian Lance TaylorSet Stringpool zero_null option via a call, not a defau...
2007-09-21 Ian Lance TaylorFrom Craig Silverstein: Add -O option.
2007-09-21 Ian Lance TaylorUse nops when doing alignment padding between code...
2007-09-20 Ian Lance TaylorFix comment.
2007-09-20 Ian Lance TaylorFrom Cary Coutant: only check for a linkonce section...
2007-09-20 Ian Lance TaylorRework patch to check by both armap entry and archive...
2007-09-20 Ian Lance TaylorFrom Craig Silverstein: rework seen handling to be...
2007-09-19 Ian Lance TaylorFix handling of --eh-frame-hdr option.
2007-09-19 Ian Lance TaylorNote that a Stringpool keeps a copy of a string.
2007-09-19 Ian Lance TaylorBetter comments for Stringpool.
2007-09-19 Ian Lance TaylorLet special symbols override existing symbols rather...
2007-09-19 Ian Lance TaylorAdd control over template specialization.
2007-09-18 Ian Lance TaylorCompute string lengths before sorting. From Craig...
2007-09-12 Ian Lance TaylorGenerate a GLOB_DAT reloc for a GOT32 reloc against...
2007-09-12 Ian Lance TaylorDon't try to find version definition index when creatin...
2007-09-11 Ian Lance TaylorOnly create a version definition for a shared library...
2007-09-06 Ian Lance TaylorAdd -rpath-link option, currently unused.
2007-09-04 Ian Lance TaylorAdd support for --enable-target to control which template
2007-09-04 Ian Lance TaylorIgnore VER_NDX_LOCAL for an undefined symbol.
2007-08-29 Ian Lance TaylorAny symbol which is in both a regular object and a...
2007-08-29 Ian Lance TaylorCopy in_reg and in_dyn when resolving NAME/VERSION...
2007-08-28 Ian Lance TaylorSet in_dyn_ and in_reg_ when overriding a symbol.
next