ft32: fixup TARGET_FORMAT
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 21 May 2016 08:21:32 +0000 (04:21 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Tue, 24 May 2016 12:49:46 +0000 (08:49 -0400)
commitb19e0aeb53c77e0dbb2083c18dcb0a154db99d17
tree96640ef024c7e098294ad1fafb6839ff011b1516
parente5e27b0769acf1c864ac9e41544c0747d1058cd5
ft32: fixup TARGET_FORMAT

Nothing ever assigns to ft32_target_format, so its always null, which means the
bfd target arch is the default one.  It looks like ft32 only has one target
format, so we can just define TARGET_FORMAT to be that literal string.

gas/ChangeLog:

2016-05-24  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove.
(ft32_target_format): Likewise.
(TARGET_FORMAT): Adjust.
gas/ChangeLog
gas/config/tc-ft32.h