From 2569ceb0b02cc5569af5f946d89b578510ac5ea1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 17 Sep 2014 10:43:00 +0200 Subject: Fix arm-elf build failure on non-C99 systems (was using int64_t) gas/ * config/tc-arm.c (move_or_literal_pool, add_to_lit_pool): Use bfd_int64_t instead of int64_t. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index cb9a200..a01b41e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2014-09-17 Tristan Gingold + + * config/tc-arm.c (move_or_literal_pool, add_to_lit_pool): Use + bfd_int64_t instead of int64_t. + 2014-09-16 Ilya Tocar * config/tc-i386.c (evexrcig): New. -- cgit v1.1