Fix a potentially undefined right shift by replacing it with two smaller right shifts.
authorNick Clifton <nickc@redhat.com>
Thu, 5 Mar 2015 17:26:10 +0000 (17:26 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 5 Mar 2015 17:26:10 +0000 (17:26 +0000)
commit41cd1ad1b9760ba962fde607ac218b5af760dfbf
treefcba3b15af2bf34e9a17d6158c1fa692fb57095f
parent4fd77a3d12291cd9351e1f776a5ade11f99a28ac
Fix a potentially undefined right shift by replacing it with two smaller right shifts.

PR binutils/17765
* elflink.c (put_value): Avoid using an undefined shift
operation.
bfd/ChangeLog
bfd/elflink.c
This page took 0.025911 seconds and 4 git commands to generate.