From 9bbf6f91c6e85ca916ec2c266009167f20f5ecfd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 4 Jan 2016 04:06:01 -0500 Subject: sim: punt x86-specific bswap logic The compiler/C library should produce reasonable code for htonl/ntohl, and at least glibc tries pretty hard to always produce good code for them. This logic only had support for 32-bit x86 systems anymore, and it's unlikely people were even opting into this, so drop it all. --- sim/mcore/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/mcore/ChangeLog') diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index 05b9d45..bc2cb31 100644 --- a/sim/mcore/ChangeLog +++ b/sim/mcore/ChangeLog @@ -1,3 +1,7 @@ +2016-01-04 Mike Frysinger + + * configure: Regenerate. + 2016-01-03 Mike Frysinger * interp.c (sim_open): Update sim_parse_args comment. -- cgit v1.1