Fix an undefined 32-bit right shift by replacing it with two 16-bit right shifts.
authorNick Clifton <nickc@redhat.com>
Fri, 6 Mar 2015 09:46:15 +0000 (09:46 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 6 Mar 2015 09:46:15 +0000 (09:46 +0000)
commit65164438aaf163aee0de40bcfab87dfd58f47b6b
tree8fc8b95aa7e47f619d2d0146fb0daaae801b42cb
parent61012eef8463764ccd9117dc1c9bc43cc452b7cc
Fix an undefined 32-bit right shift by replacing it with two 16-bit right shifts.

PR binutils/17765
* elflink.c (put_value): Like previous delta, but for the 32-bit
case.
bfd/ChangeLog
bfd/elflink.c
This page took 0.037955 seconds and 4 git commands to generate.