diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-28 21:29:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-28 21:29:02 +0000 |
commit | 814f6641275e048cfcd064058c8074d14865584a (patch) | |
tree | ee1bd210a43ac7f9879485934e4bdfdc10c8d2d4 /gas/config/tc-ns32k.h | |
parent | 81dbc5e03f1cb0b02791d2948bd42332a5b7eeb5 (diff) | |
download | gdb-814f6641275e048cfcd064058c8074d14865584a.zip gdb-814f6641275e048cfcd064058c8074d14865584a.tar.gz gdb-814f6641275e048cfcd064058c8074d14865584a.tar.bz2 |
2000-11-27 Kazu Hirata <kazu@hxi.com>
* config/obj-aout.h: Fix formatting.
* config/obj-bout.h: Likewise.
* config/obj-coff.c: Likewise.
* config/obj-coff.h: Likewise.
* config/obj-elf.h: Likewise.
* config/obj-som.h: Likewise.
* config/obj-vms.c: Likewise.
* config/obj-vms.h: Likewise.
* config/tc-h8300.h: Likewise.
* config/tc-ns32k.h: Likewise.
* config/tc-sparc.h: Likewise.
* config/tc-tic54x.h: Likewise.
* config/tc-z8k.h: Likewise.
Diffstat (limited to 'gas/config/tc-ns32k.h')
-rw-r--r-- | gas/config/tc-ns32k.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-ns32k.h b/gas/config/tc-ns32k.h index 3fc58ef..00a3d20 100644 --- a/gas/config/tc-ns32k.h +++ b/gas/config/tc-ns32k.h @@ -111,7 +111,7 @@ struct { \ frag_opcode_offset (X) = 0; \ frag_bsr (X) = 0; \ } \ - while(0) + while (0) /* Accessor macros for things which may move around */ #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP @@ -141,14 +141,14 @@ struct \ fix_opcode_offset(X) = 0; \ fix_bsr(X) = 0; \ } \ - while(0) + while (0) #define TC_FIX_DATA_PRINT(FILE, FIXP) \ do \ { \ - fprintf((FILE), "opcode_frag=%ld, operand offset=%d, bsr=%d\n", \ + fprintf ((FILE), "opcode_frag=%ld, operand offset=%d, bsr=%d\n", \ (unsigned long) fix_opcode_frag (FIXP), \ fix_opcode_offset (FIXP), \ fix_bsr (FIXP)); \ } \ - while(0) + while (0) |