binutils-gdb/sim/common
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
..
aclocal.m4
callback.c
cgen-accfp.c
cgen-cpu.h
cgen-defs.h
cgen-engine.h
cgen-fpu.c
cgen-fpu.h
cgen-mem.h
cgen-ops.h
cgen-par.c
cgen-par.h
cgen-run.c
cgen-scache.c sim: profile: implement --profile-file backend 2010-04-22 02:18:32 +00:00
cgen-scache.h
cgen-sim.h
cgen-trace.c
cgen-trace.h
cgen-types.h
cgen-utils.c
cgen.sh
ChangeLog 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> 2010-05-26 22:40:24 +00:00
common.m4
config.in
configure
configure.ac
dv-core.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
dv-glue.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
dv-pal.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
dv-sockser.c 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> 2010-05-26 22:40:24 +00:00
dv-sockser.h sim: dv-sockser: pass up connected state 2010-04-13 20:58:54 +00:00
gdbinit.in
genmloop.sh
gennltvals.sh
gentmap.c
gentvals.sh
hw-alloc.c
hw-alloc.h
hw-base.c
hw-base.h
hw-device.c
hw-device.h
hw-events.c
hw-events.h
hw-handles.c
hw-handles.h
hw-instances.c
hw-instances.h
hw-main.h
hw-ports.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
hw-ports.h
hw-properties.c
hw-properties.h
hw-tree.c
hw-tree.h
Make-common.in
Makefile.in
nltvals.def
nrun.c
run-sim.h
run.1
run.c
sim-abort.c
sim-alu.h
sim-arange.c
sim-arange.h
sim-assert.h
sim-base.h
sim-basics.h
sim-bits.c
sim-bits.h
sim-config.c
sim-config.h
sim-core.c
sim-core.h
sim-cpu.c
sim-cpu.h
sim-endian.c
sim-endian.h
sim-engine.c
sim-engine.h
sim-events.c
sim-events.h
sim-fpu.c sim: fix fpu missing initializer warnings 2010-04-23 15:39:15 +00:00
sim-fpu.h
sim-hload.c
sim-hrw.c sim: constify sim_write source buffer 2010-04-13 20:28:20 +00:00
sim-hw.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
sim-hw.h
sim-info.c
sim-inline.c
sim-inline.h
sim-io.c
sim-io.h
sim-load.c
sim-memopt.c
sim-memopt.h
sim-model.c sim: add --model-info helper option 2010-04-19 18:42:00 +00:00
sim-model.h
sim-module.c
sim-module.h
sim-n-bits.h
sim-n-core.h
sim-n-endian.h
sim-options.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
sim-options.h
sim-profile.c sim: profile: implement --profile-file backend 2010-04-22 00:26:08 +00:00
sim-profile.h sim: profile: implement --profile-file backend 2010-04-22 00:40:14 +00:00
sim-reason.c
sim-reg.c
sim-resume.c
sim-run.c
sim-signal.c
sim-signal.h
sim-stop.c
sim-trace.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
sim-trace.h
sim-types.h
sim-utils.c
sim-utils.h sim: constify sim_write source buffer 2010-04-13 20:28:20 +00:00
sim-watch.c sim: add missing values to array initializers 2010-04-12 16:53:33 +00:00
sim-watch.h
syscall.c
tconfig.in
version.h