Fix arm-elf build failure on non-C99 systems (was using int64_t)
authorTristan Gingold <tristan.gingold@adacore.com>
Wed, 17 Sep 2014 08:43:00 +0000 (10:43 +0200)
committerTristan Gingold <tristan.gingold@adacore.com>
Wed, 17 Sep 2014 08:43:00 +0000 (10:43 +0200)
commit2569ceb0b02cc5569af5f946d89b578510ac5ea1
treeca9b8c545086517e18e1d12f188084dec6861764
parenta594760181bc3859df1f19e3cca361ad7d031bd9
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
gas/config/tc-arm.c