forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
5
sim/igen/configure
vendored
5
sim/igen/configure
vendored
@@ -638,7 +638,6 @@ sim_hw_cflags
|
||||
sim_default_model
|
||||
sim_scache
|
||||
sim_float
|
||||
sim_hostendian
|
||||
sim_endian
|
||||
sim_bitsize
|
||||
sim_assert
|
||||
@@ -3720,10 +3719,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user