summaryrefslogtreecommitdiff
path: root/gas/config/tc-m88k.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-20 22:05:08 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-20 22:05:08 +0000
commited1d80d16151fef0ce5cbf34d95eb2e6017227d3 (patch)
tree42140ed5eb8ffa8204be892a082e5c930d462f4c /gas/config/tc-m88k.c
parente23dec05494c9372ca1d060d3803f6c61e1fa6d8 (diff)
downloadbinutils-redhat-ed1d80d16151fef0ce5cbf34d95eb2e6017227d3.tar.gz
2000-09-20 Kazu Hirata <kazu@hxi.com>
* config/tc-m32r.c: Fix formatting. * config/tc-m32r.h: Likewise. * config/tc-m68851.h: Likewise. * config/tc-m68hc11.c: Likewise. * config/tc-m68hc11.h: Likewise. * config/tc-m88k.c: Likewise. * config/tc-mips.c: Likewise. * config/tc-mips.h: Likewise. * config/tc-mn10200.h: Likewise. * config/tc-mn10300.h: Likewise.
Diffstat (limited to 'gas/config/tc-m88k.c')
-rw-r--r--gas/config/tc-m88k.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c
index a8f5b43198..e02798c3c9 100644
--- a/gas/config/tc-m88k.c
+++ b/gas/config/tc-m88k.c
@@ -138,7 +138,6 @@ static char *get_pcr PARAMS ((char *param, struct m88k_insn *insn,
static int calcop PARAMS ((struct m88k_opcode *format,
char *param, struct m88k_insn *insn));
-
extern char *myname;
static struct hash_control *op_hash = NULL;
@@ -149,7 +148,7 @@ int md_seg_align = 7;
another comment */
const char comment_chars[] = ";";
-/* These chars only start a comment at the beginning of a line. */
+/* These chars only start a comment at the beginning of a line. */
const char line_comment_chars[] = "#";
const char line_separator_chars[] = "";
@@ -1177,7 +1176,6 @@ md_estimate_size_before_relax (fragP, segment_type)
doing here?
Ian Taylor, Cygnus Support 13 Jul 1993 */
-
/*
* Risc relocations are completely different, so it needs
* this machine dependent routine to emit them.
@@ -1240,7 +1238,6 @@ emit_relocations (fixP, segment_address_in_file)
/* This routine can be subsumed by s_lcomm in read.c.
Ian Taylor, Cygnus Support 13 Jul 1993 */
-
static void
s_bss ()
{