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-mips.h | |
parent | a75214e5d442529a6eb46a5e988076e3a1c2a47d (diff) | |
download | gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.zip gdb-82efde3a56791e66bb9f241341df3e8d6a18247e.tar.gz 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-mips.h')
-rw-r--r-- | gas/config/tc-mips.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index a8080b1..14ac44f 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -1,5 +1,6 @@ /* 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. Written by Keith Knowles and Ralph Campbell, working independently. Modified for ECOFF support by Ian Lance Taylor of Cygnus Support. @@ -61,7 +62,7 @@ extern int mips_do_align PARAMS ((int, const char *, int, int)); embedded PIC code. */ #define DIFF_EXPR_OK -/* Tell assembler that we have an itbl_mips.h header file to include. */ +/* Tell assembler that we have an itbl_mips.h header file to include. */ #define HAVE_ITBL_CPU /* The endianness of the target format may change based on command |