https://sourceware.org/bugzilla/show_bug.cgi?id=16773
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 5efeedf61e4fe720fd3e9a08e6c91c10abb66d42 (commit) from a73c2b56cd87f709fb9118232b19cdf516edfb10 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5efeedf61e4fe720fd3e9a08e6c91c10abb66d42 commit 5efeedf61e4fe720fd3e9a08e6c91c10abb66d42 Author: Cary Coutant <ccout...@google.com> Date: Fri Sep 26 13:34:27 2014 -0700 Fix handling of relocations against TLS section symbols. Gold doesn't handle relocations against the section symbol for a TLS section correctly. Instead of using the offset of the section relative to the TLS segment, it uses the address of the actual section. This patch checks for section symbols for TLS sections, and treats them the same as TLS symbols. gold/ PR gold/16773 * object.cc (Sized_relobj_file): Compute value of section symbols for TLS sections the same as TLS symbols. ----------------------------------------------------------------------- Summary of changes: gold/ChangeLog | 6 ++++++ gold/object.cc | 4 +++- 2 files changed, 9 insertions(+), 1 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils