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.
This commit is contained in:
Kazu Hirata
2000-09-20 22:05:08 +00:00
parent a75214e5d4
commit 82efde3a56
11 changed files with 83 additions and 77 deletions

View File

@ -1,7 +1,17 @@
2000-09-20 Kazu Hirata <kazu@hxi.com> 2000-09-20 Kazu Hirata <kazu@hxi.com>
* config/tc-mcore.c: Fix formatting. * 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-mcore.c: Likewise.
* config/tc-mcore.h: Likewise. * config/tc-mcore.h: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mips.h: Likewise.
* config/tc-mn10200.h: Likewise.
* config/tc-mn10300.h: Likewise.
* config/tc-tahoe.c: Likewise. * config/tc-tahoe.c: Likewise.
* config/tc-tahoe.h: Likewise. * config/tc-tahoe.h: Likewise.

View File

@ -1,5 +1,5 @@
/* tc-m32r.h -- Header file for tc-m32r.c. /* tc-m32r.h -- Header file for tc-m32r.c.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler. This file is part of GAS, the GNU Assembler.

View File

@ -1,6 +1,6 @@
/* This file is tc-m68851.h /* This file is tc-m68851.h
Copyright (C) 1987-1992 Free Software Foundation, Inc. Copyright (C) 1987-1992, 2000 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler. This file is part of GAS, the GNU Assembler.
@ -15,8 +15,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with GAS; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
/* /*
* pmmu.h * pmmu.h
@ -137,7 +138,6 @@
{"pbws", one(0xf0c8), one(0xffbf), "Bc"}, {"pbws", one(0xf0c8), one(0xffbf), "Bc"},
{"pbwsw", one(0xf088), one(0xffbf), "Bc"}, {"pbwsw", one(0xf088), one(0xffbf), "Bc"},
{"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"}, {"pdbac", two(0xf048, 0x0007), two(0xfff8, 0xffff), "DsBw"},
{"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"}, {"pdbas", two(0xf048, 0x0006), two(0xfff8, 0xffff), "DsBw"},
{"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"}, {"pdbbc", two(0xf048, 0x0001), two(0xfff8, 0xffff), "DsBw"},
@ -300,5 +300,3 @@
{"pvalid", two(0xf000, 0x2c00), two(0xffc0, 0xfff8), "A3&s" }, {"pvalid", two(0xf000, 0x2c00), two(0xffc0, 0xfff8), "A3&s" },
#endif /* m68851 */ #endif /* m68851 */
/* end of tc-m68851.h */

View File

@ -138,7 +138,6 @@ static char *get_pcr PARAMS ((char *param, struct m88k_insn *insn,
static int calcop PARAMS ((struct m88k_opcode *format, static int calcop PARAMS ((struct m88k_opcode *format,
char *param, struct m88k_insn *insn)); char *param, struct m88k_insn *insn));
extern char *myname; extern char *myname;
static struct hash_control *op_hash = NULL; static struct hash_control *op_hash = NULL;
@ -1177,7 +1176,6 @@ md_estimate_size_before_relax (fragP, segment_type)
doing here? doing here?
Ian Taylor, Cygnus Support 13 Jul 1993 */ Ian Taylor, Cygnus Support 13 Jul 1993 */
/* /*
* Risc relocations are completely different, so it needs * Risc relocations are completely different, so it needs
* this machine dependent routine to emit them. * 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. /* This routine can be subsumed by s_lcomm in read.c.
Ian Taylor, Cygnus Support 13 Jul 1993 */ Ian Taylor, Cygnus Support 13 Jul 1993 */
static void static void
s_bss () s_bss ()
{ {

View File

@ -1,5 +1,6 @@
/* tc-mips.c -- assemble code for a MIPS chip. /* tc-mips.c -- assemble code for a MIPS chip.
Copyright (C) 1993, 94, 95, 96, 97, 98, 1999, 2000 Free Software Foundation, Inc. Copyright (C) 1993, 94, 95, 96, 97, 98, 1999, 2000
Free Software Foundation, Inc.
Contributed by the OSF and Ralph Campbell. Contributed by the OSF and Ralph Campbell.
Written by Keith Knowles and Ralph Campbell, working independently. Written by Keith Knowles and Ralph Campbell, working independently.
Modified for ECOFF and R4000 support by Ian Lance Taylor of Cygnus Modified for ECOFF and R4000 support by Ian Lance Taylor of Cygnus

View File

@ -1,5 +1,6 @@
/* tc-mips.h -- header file for tc-mips.c. /* tc-mips.h -- header file for tc-mips.c.
Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000 Free Software Foundation, Inc. Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000
Free Software Foundation, Inc.
Contributed by the OSF and Ralph Campbell. Contributed by the OSF and Ralph Campbell.
Written by Keith Knowles and Ralph Campbell, working independently. Written by Keith Knowles and Ralph Campbell, working independently.
Modified for ECOFF support by Ian Lance Taylor of Cygnus Support. Modified for ECOFF support by Ian Lance Taylor of Cygnus Support.

View File

@ -1,5 +1,5 @@
/* tc-mn10200.h -- Header file for tc-mn10200.c. /* tc-mn10200.h -- Header file for tc-mn10200.c.
Copyright (C) 1996, 1997 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler. This file is part of GAS, the GNU Assembler.

View File

@ -45,7 +45,6 @@ extern boolean mn10300_fix_adjustable PARAMS ((struct fix *));
/* Fixup debug sections since we will never relax them. */ /* Fixup debug sections since we will never relax them. */
#define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC) #define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC)
#define md_operand(x) #define md_operand(x)
/* Permit temporary numeric labels. */ /* Permit temporary numeric labels. */