mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
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.
This commit is contained in:
parent
e5e27b0769
commit
b19e0aeb53
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -24,9 +24,7 @@
|
||||
#define WORKING_DOT_WORD
|
||||
|
||||
/* This macro is the BFD architecture to pass to `bfd_set_arch_mach'. */
|
||||
const char *ft32_target_format;
|
||||
#define DEFAULT_TARGET_FORMAT "elf32-ft32"
|
||||
#define TARGET_FORMAT ft32_target_format
|
||||
#define TARGET_FORMAT "elf32-ft32"
|
||||
|
||||
#define TARGET_ARCH bfd_arch_ft32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user