Fix build failure on macOS
[deliverable/binutils-gdb.git] / gas / config / tc-tic6x.h
index 935e63a71753355adcd5996368e2c8bf27694fae..fbca6376c207cb6fcc6b71f8d7e67ca1281f16c4 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for TI C6X assembler.
-   Copyright (C) 2010-2018 Free Software Foundation, Inc.
+   Copyright (C) 2010-2019 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -130,7 +130,7 @@ typedef struct
   bfd_boolean can_cross_fp_boundary;
 } tic6x_frag_info;
 #define TC_FRAG_TYPE tic6x_frag_info
-#define TC_FRAG_INIT(fragP) tic6x_frag_init (fragP)
+#define TC_FRAG_INIT(fragP, max_bytes) tic6x_frag_init (fragP)
 extern void tic6x_frag_init (fragS *fragp);
 
 typedef struct
This page took 0.024526 seconds and 4 git commands to generate.