Add Intel AVX-512 support
[deliverable/binutils-gdb.git] / gas / config / tc-m32c.c
index 4344fb4c4673a75a4936aec1dfe12f5402c8ab39..9c523e27811d9f154520fbdf09ef66bd43117b1a 100644 (file)
@@ -1146,7 +1146,7 @@ m32c_force_relocation (fixS * fixp)
 void
 md_number_to_chars (char * buf, valueT val, int n)
 {
-  number_to_chars_bigendian (buf, val, n);
+  number_to_chars_littleendian (buf, val, n);
 }
 
 /* Turn a string in input_line_pointer into a floating point constant of type
This page took 0.024776 seconds and 4 git commands to generate.