Implement BE8 support for ARM.
[external/binutils.git] / gold / ChangeLog
2016-12-02 Cary CoutantFix problem causing internal error when -z max-page...
2016-12-02 Cary CoutantImplement --push-state/--pop-state.
2016-12-01 Cary CoutantFix internal error when relaxing branches to STT_SECTIO...
2016-11-27 Ambrogino ModiglianiFix spelling in comments in .def files (gold)
2016-11-27 Ambrogino ModiglianiFix spelling in comments in C source files (gold)
2016-11-22 Cary CoutantPrint the default for all binary options; clean up...
2016-11-22 Ambrogino ModiglianiFix spelling mistakes in comments in configure scripts
2016-11-21 Cary CoutantFix bug where -u option with empty archive results...
2016-11-21 Igor KudrinAdd --build-id=uuid support for MinGW32.
2016-11-07 Loïc YhuelAdd missing '$' in configure.ac.
2016-10-21 Gergely NagyFix PR 17704.
2016-10-06 Alan Modra[GOLD] two more fall-through comments
2016-10-05 Alan Modra[GOLD] -Wimplicit-fallthrough warning fixes
2016-09-27 Cary CoutantDon't treat as separate symbols if unversioned symbol...
2016-09-26 Vlad ZakharovWhen building target binaries, ensure that the warning...
2016-09-26 Alan Modra[GOLD] regen testsuite/Makefile.in
2016-09-26 Alan Modra[GOLD] warning fixes
2016-09-02 Doug KwanHandle ARM-specific --target1-abs, --target1-rel and...
2016-08-31 Alan Modra[GOLD] Further tidy to powerpc can_add_to_stub_group
2016-08-31 Alan Modra[GOLD] Add debug output for powerpc section grouping
2016-08-30 Alan Modra[GOLD] correct grouping of stubs
2016-08-28 Han ShenPR gold/20529 - relaxing loop never ends.
2016-08-24 Roland McGrath[gold] Implement -z stack-size option
2016-08-23 Bharathi SeshadriAdd --be8 option to gold.
2016-08-17 Cary CoutantFix extraneous complaints about missing expected TLS...
2016-08-12 Roland McGrathPR gold/20462: Fix bogus layout on ARM with linker...
2016-08-12 Roland McGrath[gold] Implement HIDDEN syntax in linker scripts
2016-08-10 Cary CoutantFix extraneous complaints about missing expected TLS...
2016-08-10 James ClarkeFix potential crashes when Target::make_symbol() return...
2016-08-10 James ClarkeFix improper handling of R_SPARC_GOTDATA_OP_LOX10 reloc...
2016-08-10 James ClarkeAdd support for R_SPARC_32 relocation.
2016-06-30 Cary CoutantFix gold testsuite failure with GCC 6.
2016-06-30 Cary CoutantUpdate "make clean" in gold/testsuite.
2016-06-30 Alan Modra[GOLD] Pass -Wl,-z to gcc, not plain -z
2016-06-29 H.J. Lugold: Support 386 TLS code sequences without PLT
2016-06-29 H.J. Lugold: Support x86-64 TLS code sequences without PLT
2016-06-28 Alan Modra[GOLD] Modify script_test_12
2016-06-28 Alan Modra[GOLD] alignment test
2016-06-28 Alan Modra[GOLD] Disable copy_test_protected on powerpc
2016-06-28 Igor KudrinImplement the R_AARCH64_NONE relocation.
2016-06-28 Sriraman TallamConvert indirect calls to direct when possible.
2016-06-28 Igor KudrinImplement SORT_BY_INIT_PRIORITY.
2016-06-28 Igor KudrinImplement SORT_BY_INIT_PRIORITY.
2016-06-28 James ClarkeDon't convert R_SPARC_32 to R_SPARC_RELATIVE if class...
2016-06-23 Cary CoutantFix bug with grouping sections.
2016-06-23 Igor KudrinFix compilation error in MSYS2 environment.
2016-06-22 H.J. Lugold: Add a linker configure option --enable-relro
2016-06-21 Cary CoutantUpdate gold to version 1.12.
2016-06-20 H.J. Lugold/x86: Handle output without PLT
2016-06-20 Vladimir RadosavljevicAdd support for MIPS .rld_map section.
2016-06-20 Vladimir RadosavljevicAdd unaligned check for R_MIPS_PC16.
2016-06-20 Vladimir RadosavljevicAdd support for Mips32r6 and Mips64r6.
2016-06-13 H.J. LuAdd .got.plt to testsuite/script_test_2.t
2016-06-11 Vladimir RadosavljevicAdd support for .MIPS.abiflags and .gnu.attributes...
2016-06-10 Vladimir RadosavljevicFix problems emitting MIPS .reginfo section.
2016-06-09 Artemiy VolkovFix compilation error in mips.cc with some versions...
2016-05-30 Marcin Kościelnickigold/s390: Fix compilation on gcc 4.4
2016-05-19 Cary CoutantDon't allow COPY relocations for protected symbols.
2016-05-19 Vladimir RadosavljevicFix non-deterministic behavior when generating MIPS...
2016-05-09 Han ShenFix for PR gold/19987.
2016-04-28 Nick CliftonUpdated Chinese (simplified) translations for bfd,...
2016-04-15 H.J. LuRegenerate Makefile.in/aclocal.m4 automake 1.11.6
2016-03-31 Cary CoutantDon't override definition a shared object by one in...
2016-03-27 Cary CoutantFix failure to diagnose GOTOFF relocation to undef...
2016-03-22 Nick CliftonAdd -Wstack-usage to the gcc warning flags list, but...
2016-03-22 Cary CoutantFix problem where gold fails to issue an undefined...
2016-03-21 Cary CoutantFix problem where gold cannot build .eh_frame_hdr from...
2016-03-18 Vladimir RadosavljevicRemove is_n64_ data member from Mips_relobj class.
2016-03-17 Vladimir RadosavljevicAdd MIPS-64 support.
2016-03-17 Vladimir RadosavljevicAdd missing Mips_output_data_la25_stub::do_print_to_map...
2016-03-17 Vladimir RadosavljevicFix problem with --emit-relocs for Mips-32.
2016-03-09 H.J. LuWorkaround a C++ bug in GCC 4.2 in gold test
2016-03-09 Cary CoutantRemove checks for constructors that might have been...
2016-03-09 Cary CoutantAdd unused attribute where necessary to quiet GCC 6...
2016-03-08 Cary CoutantRefactor Output_data_reloc_base::do_write for MIPS...
2016-03-04 Cary CoutantFix datestamps on ChangeLog entries to read 2015 instea...
2016-03-04 H.J. LuAdd missing ChangeLog entries for commit 82838
2016-03-04 Cary CoutantFix undefined symbol errors introduced with previous...
2016-03-04 Cary CoutantAdd support for STT_SPARC_REGISTER symbols.
2016-03-03 Rafael Ávila de... Don't handle every plugin symbol as defined.
2016-03-03 Evgenii Stepanovget_symbols() plugin API tweak to support --start-lib...
2016-02-26 Cary CoutantDiscard FDEs for zero-length address ranges.
2016-02-16 H.J. LuPass -mrelax-relocations=yes to $(TEST_AS)
2016-02-15 Marcin Kościelnickigold: Add s390 -fsplit-stack support.
2016-02-11 Han ShenRemove info message for every erratum 843419 found...
2016-02-07 Cary CoutantAdd additional information to relocation overflow errors.
2016-02-07 Cary CoutantFix incorrect x32 overflow checking for refs to weak...
2016-02-07 Cary CoutantFix compile errors about shift counts too large.
2016-02-06 Cary CoutantFix overflow checking for 32-bit pc-relative relocation...
2016-02-06 Cary CoutantFix incorrect casts.
2016-02-06 Cary CoutantAdd PR number to ChangeLog entry.
2016-02-06 Cary CoutantFix build failure in gold due to signed vs. unsigned...
2016-02-06 Marcin Kościelnickigold: Add view and view_size parameters to is_call_to_n...
2016-02-05 Sriraman Tallam2016-02-05 Sriraman Tallam <tmsriram@google.com>
2016-02-05 Cary CoutantAdd some relocation overflow checks for x86_64.
2016-02-05 Cary CoutantOverhaul relocation framework to support overflow checking.
2016-02-03 Alan ModraFix "PowerPC64 ELFv2 entry code" for big-endian
2016-02-02 Alan ModraPowerPC64 ELFv2 entry code
2016-01-16 Han Shen[gold][aarch64] PR gold/19472 - DSOs need pc-relative...
2016-01-12 H.J. LuFix compile error with use of 'typename' outside of...
next