diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-04 04:06:01 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-04 05:04:30 -0500 |
commit | 9bbf6f91c6e85ca916ec2c266009167f20f5ecfd (patch) | |
tree | 6819794d652596c2af44565c9a87e93c064c40fb /sim/ppc/INSTALL | |
parent | 13adda68c54abf2654d01fa6523c379a13e418da (diff) | |
download | gdb-9bbf6f91c6e85ca916ec2c266009167f20f5ecfd.zip gdb-9bbf6f91c6e85ca916ec2c266009167f20f5ecfd.tar.gz gdb-9bbf6f91c6e85ca916ec2c266009167f20f5ecfd.tar.bz2 |
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.
Diffstat (limited to 'sim/ppc/INSTALL')
-rw-r--r-- | sim/ppc/INSTALL | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sim/ppc/INSTALL b/sim/ppc/INSTALL index da288f1..8240ac7 100644 --- a/sim/ppc/INSTALL +++ b/sim/ppc/INSTALL @@ -480,22 +480,6 @@ with: ---enable-sim-bswap - - -(x86 specific) Use the i486/P5/P6 byte swap instruction. - -PSIM contains generic byte swapping code. For the x86 (P[4-6]) PSIM -can be built so that it uses the bswap instruction instead of relying -on the compiler to generate byte swap code. - -Ex: default - -By default, when compiling with GCC-2 on an i486/P5/P6 the bswap -instruction is used. - - - --enable-sim-endian=endian |