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
..
ChangeLog 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> 2010-05-26 22:40:24 +00:00
Makefile.in Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
blinky.S Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
config.in Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 16:56:56 +00:00
configure Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
configure.in Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
cpu.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
gdb-if.c sim: constify sim_write source buffer (part 2) 2010-04-14 07:38:06 +00:00
gloss.S Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
int.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
int.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
load.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
load.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
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
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 Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
misc.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
opc2c.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
r8c.opc Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
reg.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
safe-fgets.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
safe-fgets.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
sample.S Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
sample.ld Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
sample2.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
srcdest.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
syscall.h * mem.c (mem_put_byte): Hook simulated UART to stdout. 2006-03-14 03:34:28 +00:00
syscalls.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
syscalls.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
timer_a.h Oops, missed some warnings. 2008-06-06 19:26:10 +00:00
trace.c Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
trace.h Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00