diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-10 14:23:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-10 14:23:58 +0000 |
commit | ee9e7c780e507060d942a54a6993c6347f876146 (patch) | |
tree | 51860cd70f2e155e5e29b0485eeeb6641d4cf623 /gas/config/tc-bfin.h | |
parent | 60e1c644b75b371c61367bc4abf0b7ad93b2d236 (diff) | |
download | gdb-ee9e7c780e507060d942a54a6993c6347f876146.zip gdb-ee9e7c780e507060d942a54a6993c6347f876146.tar.gz gdb-ee9e7c780e507060d942a54a6993c6347f876146.tar.bz2 |
strip trailing whitespace in Blackfin files
Diffstat (limited to 'gas/config/tc-bfin.h')
-rw-r--r-- | gas/config/tc-bfin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-bfin.h b/gas/config/tc-bfin.h index c5819fc..9ec990d 100644 --- a/gas/config/tc-bfin.h +++ b/gas/config/tc-bfin.h @@ -28,11 +28,11 @@ /* * Define the target format macro here. The value for this should be - * "elf32-bfin", not "elf32-little-bfin". Since the BFD source file + * "elf32-bfin", not "elf32-little-bfin". Since the BFD source file * elf32-bfin.c defines TARGET_LITTLE_NAME to be "elf32-little-bfin", * we must use this value, until this is corrected and BFD is rebuilt. */ #ifdef OBJ_ELF -#define TARGET_FORMAT "elf32-bfin" +#define TARGET_FORMAT "elf32-bfin" #endif #define LISTING_HEADER "BFIN GAS " @@ -53,7 +53,7 @@ extern bfd_boolean bfin_eol_in_insn (char *); /* Almost all instructions of Blackfin contain an = character. */ #define TC_EQUAL_IN_INSN(C, NAME) 1 -#define NOP_OPCODE 0x0000 +#define NOP_OPCODE 0x0000 #define LOCAL_LABELS_FB 1 |