binutils-gdb/sim/m32c
Ozkan Sezer 363a6e9f2c 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
gdb/
	* ser-tcp.c (net_open): Check error return from socket() call by its
	equality to -1 not by it being negative.
	(net_close): Likewise.

gdb/gdbserver/
	* gdbreplay.c (remote_open): Check error return from socket() call by
	its equality to -1 not by it being negative.
	* remote-utils.c (remote_open): Likewise.

sim/arm/
	* communicate.c (MYread_char): Check error return from accept() call
	by its equality to -1 not by it being negative.
	(MYread_charwait): Likewise.
	* main.c (main): Likewise for both socket() and accept() calls.

sim/common/
	* dv-sockser.c (dv_sockser_init): Check error return from socket()
	call by its equality to -1 not by it being negative.
	(connected_p): Likewise for accept() call.

sim/cris/
	* dv-rv.c (hw_rv_init_socket): Check error return from socket() call
	by its equality to -1 not by it being negative.
	(hw_rv_write): Likewise.
	(hw_rv_handle_incoming): Likewise.
	(hw_rv_poll_once): Likewise.
	* rvdummy.c (setupsocket): Likewise.
	(main): Likewise for accept() call as returned from setupsocket().

sim/m32c/
	* main.c (setup_tcp_console): Check error return from socket() call
	by its equality to -1 not by it being negative.
2010-05-26 22:40:24 +00:00
..
blinky.S
ChangeLog 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> 2010-05-26 22:40:24 +00:00
config.in
configure Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
configure.in
cpu.h
gdb-if.c sim: constify sim_write source buffer (part 2) 2010-04-14 07:38:06 +00:00
gloss.S
int.c
int.h
load.c
load.h
m32c.opc * m32c.opc (MATH_OP): When doing subtraction, also set carry if 2010-01-20 05:52:19 +00:00
main.c 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> 2010-05-26 22:40:24 +00:00
Makefile.in
mem.c sim: constify sim_write source buffer (part 2) 2010-04-14 07:38:06 +00:00
mem.h sim: constify sim_write source buffer (part 2) 2010-04-14 07:38:06 +00:00
misc.c
misc.h
opc2c.c
r8c.opc
reg.c
safe-fgets.c
safe-fgets.h
sample2.c
sample.ld
sample.S
srcdest.c
syscall.h
syscalls.c
syscalls.h
timer_a.h
trace.c
trace.h