|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug ld/19601] Wrong GOT offset used with GOT relocation |
Date: | Thu, 11 Feb 2016 03:40:00 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19601 --- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=32875eb1f3b928dfe63c5752e8152a9dc09928f3 commit 32875eb1f3b928dfe63c5752e8152a9dc09928f3 Author: H.J. Lu <address@hidden> Date: Wed Feb 10 19:33:52 2016 -0800 Mask off the least significant bit in GOT offset The least significant bit in GOT offset is to record whether we have initialized the GOT entry in R_386_GOT32 processing. We need to mask it off for R_386_GOT32X. PR ld/19601 * elf32-i386.c (elf_i386_relocate_section): Mask off the least significant bit in GOT offset for R_386_GOT32X. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |