gas: Pass max_bytes to TC_FRAG_INIT
[deliverable/binutils-gdb.git] / gas / config / tc-arm.h
index f095d0a892ecbb76775ce9d04ce678ee4a8804dd..0d5e79c7ad9fe9a8c416d6f95609a0e2596eba26 100644 (file)
@@ -229,8 +229,7 @@ arm_min (int am_p1, int am_p2)
 }
 
 #define TC_FRAG_TYPE           struct arm_frag_type
-/* NOTE: max_chars is a local variable from frag_var / frag_variant.  */
-#define TC_FRAG_INIT(fragp)    arm_init_frag (fragp, max_chars)
+#define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes)
 #define TC_ALIGN_ZERO_IS_DEFAULT 1
 #define HANDLE_ALIGN(fragp)    arm_handle_align (fragp)
 /* PR gas/19276: COFF/PE segment alignment is already handled in coff_frob_section().  */
This page took 0.02313 seconds and 4 git commands to generate.