This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/bfd ChangeLog coff-i386.c coff-x86_64.c
- From: amodra at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 16 Jan 2012 08:30:20 -0000
- Subject: src/bfd ChangeLog coff-i386.c coff-x86_64.c
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2012-01-16 08:30:20
Modified files:
bfd : ChangeLog coff-i386.c coff-x86_64.c
Log message:
PR ld/13491
* coff-i386.c (coff_i386_rtype_to_howto <R_SECREL32>): Test
h->root.type not h->type.
* coff-x86_64.c (coff_amd64_rtype_to_howto <R_AMD64_SECREL>): Likewise.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5587&r2=1.5588
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/coff-i386.c.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/coff-x86_64.c.diff?cvsroot=src&r1=1.14&r2=1.15