mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
Commit the missing bits of my last patch.
This commit is contained in:
parent
403022e0dc
commit
aaceb81c03
@ -52,9 +52,9 @@ extern bfd_boolean bfin_start_label PARAMS ((char *));
|
||||
#define TC_EOL_IN_INSN(PTR) (bfin_eol_in_insn(PTR) ? 1 : 0)
|
||||
extern bfd_boolean bfin_eol_in_insn PARAMS ((char *));
|
||||
|
||||
/* The instruction is permitted to contain an = character. */
|
||||
#define TC_EQUAL_IN_INSN(C, NAME) (bfin_name_is_register (NAME) ? 1 : 0)
|
||||
extern bfd_boolean bfin_name_is_register PARAMS ((char *));
|
||||
/* Almost all instructions of Blackfin contain an = character. */
|
||||
#define TC_EQUAL_IN_INSN(C, NAME) 1
|
||||
|
||||
#define NOP_OPCODE 0x0000
|
||||
|
||||
#define LOCAL_LABELS_FB 1
|
||||
|
Loading…
Reference in New Issue
Block a user