diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-16 00:59:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-16 00:59:49 +0000 |
commit | 19d63e5d2d20b6f1264092d27d9780181c333fa7 (patch) | |
tree | a87bd96db9267febf7767bce8e0854cef5b2fb91 /gas/config/tc-w65.c | |
parent | cbfe05c4c649f887c078c9b7268e4484fbe5d45c (diff) | |
download | gdb-19d63e5d2d20b6f1264092d27d9780181c333fa7.zip gdb-19d63e5d2d20b6f1264092d27d9780181c333fa7.tar.gz gdb-19d63e5d2d20b6f1264092d27d9780181c333fa7.tar.bz2 |
2000-11-15 Kazu Hirata <kazu@hxi.com>
* config/tc-tic30.c: Fix formatting.
* config/tc-tic80.c: Likewise.
* config/tc-v850.c: Likewise.
* config/tc-vax.c: Likewise.
* config/tc-w65.c: Likewise.
* config/tc-z8k.c: Likewise.
Diffstat (limited to 'gas/config/tc-w65.c')
-rw-r--r-- | gas/config/tc-w65.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gas/config/tc-w65.c b/gas/config/tc-w65.c index 62d278b..bd66f41 100644 --- a/gas/config/tc-w65.c +++ b/gas/config/tc-w65.c @@ -51,8 +51,8 @@ const char line_comment_chars[] = "!#"; #define OP_BVS 0x70 void s_longa (); -const pseudo_typeS md_pseudo_table[] = -{ + +const pseudo_typeS md_pseudo_table[] = { {"int", cons, 2}, {"word", cons, 2}, {"longa", s_longa, 0}, @@ -71,12 +71,13 @@ static int relax; /* set if -relax seen */ const char EXP_CHARS[] = "eE"; -/* Chars that mean this number is a floating point constant */ +/* Chars that mean this number is a floating point constant. */ /* As in 0f12.456 */ /* or 0d1.2345e12 */ const char FLT_CHARS[] = "rRsSfFdDxXpP"; -static struct hash_control *opcode_hash_control; /* Opcode mnemonics */ +/* Opcode mnemonics */ +static struct hash_control *opcode_hash_control; int M; /* M flag */ int X; /* X flag */ |