binutils-gdb/sim/sh
Mike Frysinger 697fa6fe67 sim: sh: fix isnan redefinition with mingw targets
The code assumes that all _WIN32 targets are the same and can
define isnan to _isnan.  For mingw targets, they provide an isnan
define already, so no need for the fallback here.
2021-11-06 20:57:32 -04:00
..
ChangeLog-2021
gencode.c sim: sh: fix uninitialized variable usage with pdmsb 2021-11-06 20:32:31 -04:00
interp.c sim: sh: fix isnan redefinition with mingw targets 2021-11-06 20:57:32 -04:00
local.mk sim: hoist gencode & opc2c build rules up to common builds 2021-11-02 22:59:07 -04:00
Makefile.in sim: sh: enable -Werror everywhere 2021-11-06 20:32:31 -04:00
sim-main.h sim: sh: rework register layout with anonymous unions & structs 2021-11-06 20:32:31 -04:00