diff options
Diffstat (limited to 'gas/config/tc-cr16.h')
-rw-r--r-- | gas/config/tc-cr16.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-cr16.h b/gas/config/tc-cr16.h index 5d1154f..211846d 100644 --- a/gas/config/tc-cr16.h +++ b/gas/config/tc-cr16.h @@ -60,12 +60,12 @@ extern int cr16_force_relocation (struct fix *); extern void cr16_cons_fix_new (struct frag *, int, int, struct expressionS *, bfd_reloc_code_real_type); /* This is called by emit_expr when creating a reloc for a cons. - We could use the definition there, except that we want to handle + We could use the definition there, except that we want to handle the CR16 reloc type specially, rather than the BFD_RELOC type. */ #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC) -/* Give an error if a frag containing code is not aligned to a 2-byte +/* Give an error if a frag containing code is not aligned to a 2-byte boundary. */ #define md_frag_check(FRAGP) \ if ((FRAGP)->has_code \ |