------- Comment #7 from pinskia at gcc dot gnu dot org 2007-03-12 22:44 ------- (In reply to comment #6) > From native_encode_int, we get: > (gdb) p/x *(unsigned int[2]*)ptr > $14 = {0xffff0f00, 0xffffffff}
No that is right, I was looking at while doing a cross so (unsigned int[2]*) meant we have byte endian swap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30704