From 3739860c11a9cfcdaa4d5d204ea3536784de7bb3 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 12 Aug 2015 04:40:42 -0700 Subject: Remove trailing spaces in gas --- gas/config/tc-cr16.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/config/tc-cr16.h') diff --git a/gas/config/tc-cr16.h b/gas/config/tc-cr16.h index 5d1154f5466..211846dc8a7 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 \ -- cgit v1.2.1