diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:40:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:40:42 -0700 |
commit | 3739860c11a9cfcdaa4d5d204ea3536784de7bb3 (patch) | |
tree | 8d2bb6bc306f152fada587521629e926815a8499 /gas/config/tc-crx.h | |
parent | 1b7868733d45220e63b72a1814f30e090f761821 (diff) | |
download | gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.zip gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.tar.gz gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.tar.bz2 |
Remove trailing spaces in gas
Diffstat (limited to 'gas/config/tc-crx.h')
-rw-r--r-- | gas/config/tc-crx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-crx.h b/gas/config/tc-crx.h index 65f86bc..c1eaa6b 100644 --- a/gas/config/tc-crx.h +++ b/gas/config/tc-crx.h @@ -58,7 +58,7 @@ extern int crx_force_relocation (struct fix *); #define DWARF2_LINE_MIN_INSN_LENGTH 2 /* 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 CRX reloc type specially, rather than the BFD_RELOC type. */ #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ (void) RELOC, \ @@ -68,7 +68,7 @@ extern int crx_force_relocation (struct fix *); : LEN == 4 ? BFD_RELOC_CRX_NUM32 \ : BFD_RELOC_NONE); -/* 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 \ |