Commit the missing bits of my last patch.

This commit is contained in:
Jie Zhang 2006-05-23 04:56:56 +00:00
parent 403022e0dc
commit aaceb81c03
1 changed files with 3 additions and 3 deletions

View File

@ -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