Files
binutils-gdb/sim/common
Orgad Shaneh 1352aabb23 sim: fix compilation on mingw64 [PR sim/28476]
...by reordering includes.

1. sim-utils.c

sim/mips/sim-main.h defines UserMode, while there is a struct in winnt.h
which has UserMode as a member. So if sim-main.h is included before winnt.h,
compilation fails.

2. ppc

registers.h defines CR, which is used as a member in winnt.h.

winsock2.h is included by sys/time.h, so sys/time.h has to be included
before registers.h.

Bug: https://sourceware.org/PR28476
2021-10-30 23:50:09 -04:00
..
2021-06-30 01:52:51 -04:00
2021-06-30 13:33:18 -04:00
2021-06-30 01:52:51 -04:00
2021-06-16 00:22:53 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-06-18 00:50:14 -04:00
2021-06-30 03:00:26 -04:00
2021-06-18 00:50:14 -04:00
2021-06-30 01:52:51 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-06-17 00:11:48 -04:00
2021-05-04 21:52:38 -04:00
2021-05-14 00:41:05 -04:00
2021-06-30 13:33:18 -04:00
2021-05-16 22:38:41 -04:00
2021-05-16 22:38:41 -04:00
2021-06-18 00:50:14 -04:00
2021-06-23 20:05:14 -04:00