This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/gold ChangeLog x86_64.cc
- From: hjl at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 10 Jan 2012 20:58:36 -0000
- Subject: src/gold ChangeLog x86_64.cc
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2012-01-10 20:58:36
Modified files:
gold : ChangeLog x86_64.cc
Log message:
Properly handle R_X86_64_32 for x32
2012-01-10 H.J. Lu <hongjiu.lu@intel.com>
* x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
(Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
under x32.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.863&r2=1.864
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/x86_64.cc.diff?cvsroot=src&r1=1.145&r2=1.146