diff options
author | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-05-21 04:21:32 -0400 |
---|---|---|
committer | Trevor Saunders <tbsaunde+binutils@tbsaunde.org> | 2016-05-24 08:49:46 -0400 |
commit | b19e0aeb53c77e0dbb2083c18dcb0a154db99d17 (patch) | |
tree | 96640ef024c7e098294ad1fafb6839ff011b1516 /gas/ChangeLog | |
parent | e5e27b0769acf1c864ac9e41544c0747d1058cd5 (diff) | |
download | gdb-b19e0aeb53c77e0dbb2083c18dcb0a154db99d17.zip gdb-b19e0aeb53c77e0dbb2083c18dcb0a154db99d17.tar.gz gdb-b19e0aeb53c77e0dbb2083c18dcb0a154db99d17.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a7f1a18..eca2c12 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/tc-ft32.h (DEFAULT_TARGET_FORMAT): Remove. + (ft32_target_format): Likewise. + (TARGET_FORMAT): Adjust. + +2016-05-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + * config/tc-ia64.c (dot_rot): simplify allocations from obstacks. (ia64_frob_label): Likewise. |