aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic54x.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-tic54x.h')
-rw-r--r--gas/config/tc-tic54x.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/tc-tic54x.h b/gas/config/tc-tic54x.h
index 0dacf21..9dd6f44 100644
--- a/gas/config/tc-tic54x.h
+++ b/gas/config/tc-tic54x.h
@@ -65,8 +65,9 @@ struct bit_info
#define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0)
/* tell GAS whether the given token is indeed a code label */
-#define TC_START_LABEL_WITHOUT_COLON(c,ptr) tic54x_start_label(c,ptr)
-extern int tic54x_start_label (int, char *);
+#define TC_START_LABEL_WITHOUT_COLON(NUL_CHAR, NEXT_CHAR) \
+ tic54x_start_label(NUL_CHAR, NEXT_CHAR)
+extern int tic54x_start_label (int, int);
/* custom handling for relocations in cons expressions */
#define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \