From 41cd1ad1b9760ba962fde607ac218b5af760dfbf Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 Mar 2015 17:26:10 +0000 Subject: 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f29dec5..6810f6b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-03-05 Nick Clifton + + PR binutils/17765 + * elflink.c (put_value): Avoid using an undefined shift + operation. + 2015-03-05 H.J. Lu PR ld/pr15228 -- cgit v1.1