diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-16 00:56:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-16 00:56:47 +0000 |
commit | 4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c (patch) | |
tree | 4e5086ea493a579191a122d99538bf8c576e20db /gas/config/tc-i960.h | |
parent | 586e589c1894a834bacae360f1a8e9159a7c3291 (diff) | |
download | gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.zip gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.gz 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-i960.h')
-rw-r--r-- | gas/config/tc-i960.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/config/tc-i960.h b/gas/config/tc-i960.h index 4623532..798092f 100644 --- a/gas/config/tc-i960.h +++ b/gas/config/tc-i960.h @@ -1,5 +1,5 @@ /* tc-i960.h - Basic 80960 instruction formats. - Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 96, 97, 98, 1999 + Copyright (C) 1989, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + 02111-1307, USA. */ #ifndef TC_I960 #define TC_I960 1 @@ -101,7 +101,7 @@ extern int tc_coff_sizemachdep (); #define N_CALLNAME ((char)-1) #define N_BALNAME ((char)-2) -/* i960 uses a custom relocation record. */ +/* i960 uses a custom relocation record. */ /* let obj-aout.h know */ #define CUSTOM_RELOC_FORMAT 1 @@ -191,5 +191,3 @@ extern const struct relax_type md_relax_table[]; #define TC_INIT_FIX_DATA(F) ((F)->tc_fix_data.bsr = 0) #endif - -/* end of tc-i960.h */ |