aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i960.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-i960.h')
-rw-r--r--gas/config/tc-i960.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i960.h b/gas/config/tc-i960.h
index 8cedab2..dfc0a4d 100644
--- a/gas/config/tc-i960.h
+++ b/gas/config/tc-i960.h
@@ -63,8 +63,8 @@
#define OBJ_COFF_SECTION_HEADER_HAS_ALIGNMENT
#define OBJ_COFF_MAX_AUXENTRIES (2)
#define TC_COUNT_RELOC(FIXP) (!(FIXP)->fx_done)
-#define TC_COFF_FIX2RTYPE(FIXP) tc_coff_fix2rtype(FIXP)
-#define TC_COFF_SIZEMACHDEP(FRAGP) tc_coff_sizemachdep(FRAGP)
+#define TC_COFF_FIX2RTYPE(FIXP) tc_coff_fix2rtype (FIXP)
+#define TC_COFF_SIZEMACHDEP(FRAGP) tc_coff_sizemachdep (FRAGP)
#define TC_COFF_SET_MACHINE(HDRS) tc_headers_hook (HDRS)
extern void tc_headers_hook ();
extern short tc_coff_fix2rtype ();