Improve warning messages for la/dla
[external/binutils.git] / gold /
2015-04-23 Sriraman TallamAdd option --weak-unresolved-symbols to treat unresolve...
2015-04-23 Sriraman TallamAdd option --weak-unresolved-symbols to treat unresolve...
2015-04-21 Ian CoolidgeEnsure that dynamically loaded libraries won't use...
2015-04-17 Rafael Ávila de... Use LIFO instead of FIFO to implement gc's transitive...
2015-04-16 Han Shen[gold] The first patch to address cortex-a53 erratum...
2015-04-09 Cary CoutantAllow gold to resolve defined TLS symbols in a PIE...
2015-04-09 Cary CoutantImprove ODR checking in gold.
2015-04-08 Han ShenAdd AArch32 support for arm gold linker.
2015-04-06 Rafael Ávila de... Fix the signature of a virtual method to match the...
2015-04-06 Rafael Ávila de... Avoid a call to find by using the return value of insert.
2015-04-06 Rafael Ávila de... Avoid a copy constructor call.
2015-04-06 Ilya Tocar[Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg...
2015-04-02 H.J. LuRegenerate configure in bfd/binutils/gas/gdb/gold
2015-04-01 Ilya TocarConvert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(...
2015-04-01 H.J. LuRegenerate configure in gold
2015-03-30 Jing YuSupport AARCH64_TLSLD_ADD_DTPREL_* relocations.
2015-03-27 Rafael Ávila de... Avoid looking up Input_merge_map multiple times.
2015-03-24 Alan ModraPR18147, relocation overflow when --unresolved-symbols...
2015-03-23 Rafael Ávila de... Remove is_merge_section_for.
2015-03-22 Cary CoutantFix support for i386 TLS GD-to-IE optimization.
2015-03-22 Cary CoutantFix internal error with -z relro when .tbss is last...
2015-03-22 Cary CoutantFix bug when optimizing string pools of aligned strings.
2015-03-22 Cary CoutantPR gold/18048: Fix INCLUDE directive support for gold
2015-03-22 Cary CoutantSupport compressed debug sections in dynamic object...
2015-03-22 Cary CoutantFix internal error in do_relocate_sections when using...
2015-03-12 Cary CoutantFix gold incremental test failures.
2015-03-09 Cary CoutantFix failure in exception_static_test.
2015-03-05 H.J. LuRemove typename on elfcpp::Elf_types<size>::Elf_Addr
2015-03-04 Cary CoutantFix a race condition when setting default target for...
2015-03-04 Rafael Ávila de... Remove empty class Merge_map.
2015-03-02 Cary CoutantFix crash when processing merge section with entsize...
2015-03-02 Cary CoutantFix an internal error in do_print_to_mapfile on Arm.
2015-02-24 Alan ModraPowerPC64 GOLD: complain on misaligned _DS relocs
2015-02-22 H.J. LuSet GOLD_DEFAULT_SIZE to 32 for x32
2015-02-18 Alan ModraFix gold error: hidden symbol '...' is not defined...
2015-02-17 Rafael Ávila de... Simplify Garbage_collection::add_reference a bit.
2015-02-17 Rafael Ávila de... avoid std::vector copy.
2015-02-17 Rafael Ávila de... Use std::upper_bound to simplify code a bit.
2015-02-17 Mark Wielaard[gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and...
2015-02-17 Cary CoutantFix --dynamic-list so that symbols not in the list...
2015-02-17 Cary CoutantRemove redundant include of "output.h".
2015-02-12 Jing YuAdd missing TLSLE relocations for gold aarch64 backend.
2015-02-11 Will Newtongold/arm.cc: Output mapping symbol for PLT code
2015-02-09 H.J. LuReplace two_file_shared_2.so with two_file_shared_1.so
2015-02-09 Alan ModraGold testsuite make clean
2015-02-04 Rafael Ávila de... Combine loop epilogue into main loop body to reduce...
2015-02-04 Cary CoutantAdd missing ChangeLog entry.
2015-02-04 Peter CollingbourneResolve forwarding symbols in plugins.
2015-02-04 Cary CoutantAdd missing ChangeLog entries.
2015-02-04 Cary CoutantFix a file descriptor leak in gold.
2015-02-04 Cary CoutantAdd extra debugging output for files and descriptors.
2015-02-02 Cary CoutantFix bug with previous patch for unresolved TLS symbol.
2015-01-29 Han ShenThis patch adds IFUNC support for arm gold backend.
2015-01-29 Alan ModraCorrect GOLD PowerPC64 local-dynamic TLS linker optimiz...
2015-01-28 Cary CoutantAllow undefined references to TLS symbols.
2015-01-26 Cary Coutant2015-01-25 Cary Coutant <ccoutant@google.com>
2015-01-22 Alan Modra[GOLD] Correct powerpc64 ifunc plt entry test
2015-01-14 Cary CoutantFix a bug in resolving HI16/LO16 relocation pairs for...
2015-01-09 Cary CoutantDon't align start of segment unless alignment is larger...
2015-01-06 H.J. LuHandle stack split for x32
2015-01-06 H.J. LuHandle Initial-Exec to Local-Exec for x32
2015-01-02 Alan ModraRegenerate Makeile.in file for copyright update
2015-01-01 Alan ModraCorrect printed year in copyright notices for gold.
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-25 Alan ModraARM: Add support for value 3 of Tag_ABI_VFP_args attribute
2014-12-25 Terry GuoARM: Add support for value 3 of Tag_ABI_VFP_args attribute
2014-12-22 Cary Coutantgold/
2014-12-20 H.J. LuChange SometimesInlineFunction to "return i * i * 3;"
2014-12-16 Cary CoutantFix internal error in gold when -Map and --compress...
2014-12-14 H.J. LuCast current_group_size to unsigned long
2014-12-10 Jing YuGive informative error message for stub-group-size
2014-12-04 Alan ModraChangeLog typo fix
2014-12-04 Alan ModraPowerPC gold, fix 32-bit branch address arithmetic
2014-12-03 Alan Modrapowerpc gold, work around pr17670
2014-12-03 H.J. LuCompile pie_copyrelocs_test.cc with -fno-exceptions...
2014-12-03 Alan Modrapowerpc gold, fix pr17566
2014-12-01 Dmitriy IvanovAdd support for -z global.
2014-12-01 Cary CoutantFix extraneous warning about executable stack.
2014-11-26 Cary CoutantUpdate list of debug sections for --strip-debug-xxx...
2014-11-26 Han ShenFix for gold linking tlsdesc into an executable with...
2014-11-26 Alan ModraRetry powerpc gold stub grouping when groups prove...
2014-11-26 Alan Modra[GOLD] PowerPC relaxation corner case
2014-11-25 Cary CoutantAdd file size to ELF symbol labelling start of a binary...
2014-11-25 Cary CoutantFix corrupted .eh_frame section with LTO and --gc-sections.
2014-11-21 H.J. LuCheck PC-relative offset overflow in PLT entry
2014-11-20 Alan ModraPPC gold doesn't check for overflow properly
2014-11-20 Alan ModraPPC gold doesn't check for overflow properly
2014-11-19 Alan ModraDefault powerpc64 to --plt-thread-safe for Go
2014-11-15 H.J. LuDon't make PLT entry for R_X86_64_GOTPLT64
2014-11-08 Evgeniy DushistovFix race condition when using --threads with linker...
2014-10-29 Han ShenMisc about gold for aarch64 backend.
2014-10-21 Alan Modra[GOLD] Add gcc-4.9 libgomp symbols requiring --plt...
2014-10-18 Andreas Schwab* configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
2014-10-17 Cary CoutantAdd "typename" keyword to satisfy GCC 4.2.
2014-10-15 Han ShenHere we have the patch for gold aarch64 backend to...
2014-09-30 Cary CoutantFix error from previous patch where tosize and tovalue...
2014-09-30 Kito ChengFix SysV-style hash table when --hash-style=both.
2014-09-30 Sriraman Tallam2014-09-29 Sriraman Tallam <tmsriram@google.com>
2014-09-26 Cary CoutantFix handling of relocations against TLS section symbols.
2014-09-26 Cary CoutantFix problem where TLS common symbols are not allocated...
next