qemu-e2k/target-xtensa
Max Filippov c29b1bee4b target-xtensa: fix missing errno codes for mingw32
Put the following errno value mappings under #ifdef:

xtensa-semi.c: In function 'errno_h2g':
xtensa-semi.c:113: error: 'ENOTBLK' undeclared (first use in this function)
xtensa-semi.c:113: error: (Each undeclared identifier is reported only once
xtensa-semi.c:113: error: for each function it appears in.)
xtensa-semi.c:113: error: array index in initializer not of integer type
xtensa-semi.c:113: error: (near initialization for 'guest_errno')
xtensa-semi.c:124: error: 'ETXTBSY' undeclared (first use in this function)
xtensa-semi.c:124: error: array index in initializer not of integer type
xtensa-semi.c:124: error: (near initialization for 'guest_errno')
xtensa-semi.c:134: error: 'ELOOP' undeclared (first use in this function)
xtensa-semi.c:134: error: array index in initializer not of integer type
xtensa-semi.c:134: error: (near initialization for 'guest_errno')

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-09-08 08:46:29 +00:00
..
core-dc232b target-xtensa: add dc232b core 2011-10-16 10:40:02 +00:00
core-dc233c target-xtensa: add dc233c core 2012-04-15 17:43:16 +00:00
core-fsf target-xtensa: add fsf core 2011-10-16 10:40:16 +00:00
Makefile.objs target-xtensa: switch to AREG0-free mode 2012-06-10 20:09:22 +00:00
core-dc232b.c target-xtensa: add license to core-dc232b.c 2012-04-15 17:43:28 +00:00
core-dc233c.c target-xtensa: add dc233c core 2012-04-15 17:43:16 +00:00
core-fsf.c target-xtensa: add license to core-fsf.c 2012-04-15 17:43:43 +00:00
cpu-qom.h target-xtensa: QOM'ify CPU 2012-04-14 03:48:08 +04:00
cpu.c target-xtensa: Let cpu_xtensa_init() return XtensaCPU 2012-06-04 23:00:41 +02:00
cpu.h target-xtensa: make default CPU depend on target endianness 2012-08-09 18:37:30 +00:00
helper.c target-xtensa: drop usage of prev_debug_excp_handler 2012-06-25 15:35:03 +02:00
helper.h target-xtensa: switch to AREG0-free mode 2012-06-10 20:09:22 +00:00
machine.c target-xtensa: add target stubs 2011-09-10 16:57:36 +00:00
op_helper.c target-xtensa: switch to AREG0-free mode 2012-06-10 20:09:22 +00:00
overlay_tool.h target-xtensa: add DEBUG_SECTION to overlay tool 2012-02-20 20:07:12 +04:00
translate.c target-xtensa: fix big-endian BBS/BBC implementation 2012-07-28 09:06:40 +00:00
xtensa-semi.c target-xtensa: fix missing errno codes for mingw32 2012-09-08 08:46:29 +00:00