]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-i386.c
This fixes a bootstrapping problem with gcc 4.9 in an x86 PE environment.
authorNick Clifton <nickc@redhat.com>
Mon, 28 Apr 2014 13:32:59 +0000 (14:32 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 28 Apr 2014 13:37:01 +0000 (14:37 +0100)
commitf01c1a090e6629be280efb3c596d818f1f74ae2a
tree5c874ae3629e508875e50a5ff2b30370e39edd84
parent2b577b92f0a6dc2ab894b604415cfe272f273e11
This fixes a bootstrapping problem with gcc 4.9 in an x86 PE environment.
The problem was that references to weak function symbols were being
incorrectly biased by definition's offset.

PR gas/16858
* config/tc-i386.c (md_apply_fix): Do not adjust value of
pc-relative fixes against weak symbols.
gas/ChangeLog
gas/config/tc-i386.c