aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2018-01-21 05:01:31 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2018-01-21 05:01:31 +0000
commit104faf49c60bd282332f1ea940b561f02ed282d2 (patch)
treea7e887fdac05c5c1f138e843dc743f61a507cf11 /libiberty/ChangeLog
parent78f044e4a6e5fc257f236ab5b3e9e679e652ddb6 (diff)
* simple-object-xcoff.c (simple_object_xcoff_find_sections): Use
ulong_type to avoid warning about 32-bit shift. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 2b834372c9a..63558926ef9 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-20 Eli Zaretskii <eliz@gnu.org>
+
+ * simple-object-xcoff.c (simple_object_xcoff_find_sections): Use
+ ulong_type to avoid warning about 32-bit shift.
+
2018-01-11 Richard Biener <rguenther@suse.de>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>