* configure.tgt (m32c): Set endian=little.

* config/tc-m32c.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
	* config/tc-m32c.c (md_number_to_chars): Revert last change.
This commit is contained in:
Alan Modra
2010-08-04 04:21:06 +00:00
parent e1be4b136f
commit b96282be2d
4 changed files with 9 additions and 3 deletions

View 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