aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8500.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-16 00:56:47 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-16 00:56:47 +0000
commit4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c (patch)
tree4e5086ea493a579191a122d99538bf8c576e20db /gas/config/tc-h8500.c
parent586e589c1894a834bacae360f1a8e9159a7c3291 (diff)
downloadfsf-binutils-gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.zip
fsf-binutils-gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.gz
fsf-binutils-gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.bz2
2000-09-15 Kazu Hirata <kazu@hxi.com>
* config/tc-h8300.h: Fix formatting. * config/tc-h8500.c: Likewise. * config/tc-h8500.h: Likewise. * config/tc-hppa.h: Likewise. * config/tc-i370.h: Likewise. * config/tc-i386.h: Likewise. * config/tc-i860.c: Likewise. * config/tc-i860.h: Likewise. * config/tc-i960.h: Likewise. * config/tc-ia64.c: Likewise. * config/tc-ia64.h: Likewise.
Diffstat (limited to 'gas/config/tc-h8500.c')
-rw-r--r--gas/config/tc-h8500.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c
index 94301d2..7367a2e 100644
--- a/gas/config/tc-h8500.c
+++ b/gas/config/tc-h8500.c
@@ -18,10 +18,7 @@
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-/*
- Written By Steve Chamberlain
- sac@cygnus.com
- */
+/* Written By Steve Chamberlain <sac@cygnus.com>. */
#include <stdio.h>
#include "as.h"
@@ -305,7 +302,6 @@ typedef enum
exp_signed, exp_unsigned, exp_sandu
} sign_type;
-
static char *
skip_colonthing (sign, ptr, exp, def, size8, size16, size24)
sign_type sign;
@@ -1300,7 +1296,7 @@ wordify_scb (buffer, disp_size, inst_size)
*buffer++ = 0x04; /* cmp #0xff:8, rn */
*buffer++ = 0xff;
*buffer++ = 0x70 | rn;
- *buffer++ = 0x36; /* bne ... */
+ *buffer++ = 0x36; /* bne ... */
*buffer++ = 0;
*buffer++ = 0;
}