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-h8500.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-h8500.h')
-rw-r--r-- | gas/config/tc-h8500.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 2a53ec3..b0e368d 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -1,5 +1,5 @@ /* This file is tc-h8500.h - Copyright (C) 1993, 95, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1993, 95, 97, 98, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -18,7 +18,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #define TC_H8500 #define TARGET_BYTES_BIG_ENDIAN 1 @@ -53,5 +52,3 @@ extern void tc_reloc_mangle extern struct relax_type md_relax_table[]; #define TC_GENERIC_RELAX_TABLE md_relax_table - -/* end of tc-h8500.h */ |