aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i860.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-i860.h')
-rw-r--r--gas/config/tc-i860.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/tc-i860.h b/gas/config/tc-i860.h
index 72a5b6a..c5c39b4 100644
--- a/gas/config/tc-i860.h
+++ b/gas/config/tc-i860.h
@@ -86,4 +86,10 @@ extern int target_big_endian;
visible symbols can be overridden. */
#define EXTERN_FORCE_RELOC 0
+/* Bits for filling in rs_align_code fragments with NOPs. */
+extern void i860_handle_align (struct frag *);
+#define HANDLE_ALIGN(fragp) i860_handle_align (fragp)
+
+#define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4)
+
#endif /* TC_I860 */