binutils-gdb/sim
Mike Frysinger 75005b3a8e sim: use socklen_t with accept()
The accept() function takes a socklen_t, not an int.  Using an int causes:
dv-sockser.c: In function 'connected_p':
dv-sockser.c:273: warning: pointer targets in passing argument 3
                           of 'accept' differ in signedness

So use the same socklen_t detection code as gdb and convert the accept().
2010-03-30 23:09:48 +00:00
..
arm
avr
common sim: use socklen_t with accept() 2010-03-30 23:09:48 +00:00
cr16
cris sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
d10v
erc32
frv sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
h8300
igen
iq2000 Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
lm32 Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
m32c * m32c.opc (MATH_OP): When doing subtraction, also set carry if 2010-01-20 05:52:19 +00:00
m32r sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
m68hc11
mcore
microblaze
mips Cannot build mips simulator on darwin. 2010-01-18 03:30:28 +00:00
mn10300
moxie sim/moxie/ 2010-02-27 01:24:37 +00:00
ppc * ppc-instructions: Fix missing assignment in last change. 2010-02-14 10:00:46 +00:00
rx * configure.in: Check if the host has getopt.h. 2010-02-14 07:37:11 +00:00
sh * interp.c: Don't include sysdep.h. 2010-02-14 07:15:57 +00:00
sh64 regenerate cgen-based files 2010-02-13 04:44:41 +00:00
testsuite
v850
ChangeLog Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
configure
configure.ac
MAINTAINERS
Makefile.in
README-HACKING