diff options
Diffstat (limited to 'gas/config/tc-i860.h')
-rw-r--r-- | gas/config/tc-i860.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-i860.h b/gas/config/tc-i860.h index c5c39b4..4d0229d 100644 --- a/gas/config/tc-i860.h +++ b/gas/config/tc-i860.h @@ -86,6 +86,11 @@ extern int target_big_endian; visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 +/* Bits for post-processing of a user defined label to check if + it has a double colon (Intel syntax only). */ +extern void i860_check_label (symbolS *labelsym); +#define tc_check_label(ls) i860_check_label (ls) + /* 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) |