aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <tristan.gingold@adacore.com>2014-09-17 10:43:00 +0200
committerTristan Gingold <tristan.gingold@adacore.com>2014-09-17 10:43:00 +0200
commit2569ceb0b02cc5569af5f946d89b578510ac5ea1 (patch)
treeca9b8c545086517e18e1d12f188084dec6861764 /gas/ChangeLog
parenta594760181bc3859df1f19e3cca361ad7d031bd9 (diff)
downloadgdb-2569ceb0b02cc5569af5f946d89b578510ac5ea1.zip
gdb-2569ceb0b02cc5569af5f946d89b578510ac5ea1.tar.gz
gdb-2569ceb0b02cc5569af5f946d89b578510ac5ea1.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <gingold@adacore.com>
+
+ * 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 <ilya.tocar@intel.com>
* config/tc-i386.c (evexrcig): New.