diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-20 22:05:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-20 22:05:08 +0000 |
commit | 82efde3a56791e66bb9f241341df3e8d6a18247e (patch) | |
tree | 9e9180f0f8f06e72ac41fd447cac53e3396ef859 /gas/config/tc-m88k.c | |
parent | a75214e5d442529a6eb46a5e988076e3a1c2a47d (diff) | |
download | fsf-binutils-gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.zip fsf-binutils-gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.tar.gz fsf-binutils-gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.tar.bz2 |
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.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c index a8f5b43..e02798c 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 () { |