summaryrefslogtreecommitdiffstats
path: root/gas/config/tc-i860.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-16 00:56:47 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-16 00:56:47 +0000
commit4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c (patch)
tree4e5086ea493a579191a122d99538bf8c576e20db /gas/config/tc-i860.h
parent586e589c1894a834bacae360f1a8e9159a7c3291 (diff)
downloadppe42-binutils-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.gz
ppe42-binutils-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.zip
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-i860.h')
-rw-r--r--gas/config/tc-i860.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gas/config/tc-i860.h b/gas/config/tc-i860.h
index cbf61af4df..79a808fe7b 100644
--- a/gas/config/tc-i860.h
+++ b/gas/config/tc-i860.h
@@ -4,7 +4,7 @@
Brought back from the dead and completely reworked
by Jason Eckhardt <jle@cygnus.com>.
-
+
This file is part of GAS, the GNU Assembler.
GAS is free software; you can redistribute it and/or modify
@@ -24,13 +24,11 @@
#ifndef TC_I860
#define TC_I860 1
-
#ifndef BFD_ASSEMBLER
#error i860 support requires BFD_ASSEMBLER
#endif
-
-enum i860_fix_info
+enum i860_fix_info
{
OP_NONE = 0x00000,
OP_IMM_U5 = 0x00001,
@@ -54,7 +52,6 @@ enum i860_fix_info
OP_ALIGN16 = 0x40000
};
-
/* Set the endianness we are using. Default to little endian. */
#ifndef TARGET_BYTES_BIG_ENDIAN
#define TARGET_BYTES_BIG_ENDIAN 0
@@ -85,4 +82,3 @@ extern int target_big_endian;
#define md_convert_frag(b,s,f) as_fatal (_("i860_convert_frag\n"));
#endif /* TC_I860 */
-
OpenPOWER on IntegriCloud