binutils-gdb/sim/common
Hans-Peter Nilsson 97f669eda9 * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case.
* callback.c [HAVE_LIMITS_H]: Include limits.h.
  	Include libiberty.h.
	(os_close, os_read, os_write, os_fstat, os_ftruncate): Support fd
	being either end of a pipe.
	(os_pipe, os_pipe_empty, os_pipe_nonempty): New functions.
	(os_shutdown): Clear pipe state.
	(default_callback): Initialize new members.
2005-01-28 03:40:54 +00:00
..
ChangeLog * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case. 2005-01-28 03:40:54 +00:00
Make-common.in * Make-common.in (sim-basics_h): Add $(callback_h). 2004-12-07 22:28:53 +00:00
Makefile.in Index: common/ChangeLog 2004-07-26 21:37:46 +00:00
acconfig.h
aclocal.m4 Index: m32r/ChangeLog 2005-01-12 16:23:24 +00:00
callback.c * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case. 2005-01-28 03:40:54 +00:00
cgen-accfp.c
cgen-cpu.h
cgen-defs.h 2004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 2004-10-08 15:33:09 +00:00
cgen-engine.h
cgen-fpu.c
cgen-fpu.h
cgen-mem.h
cgen-ops.h * cgen-ops.h (ADDCQI, ADDCFQI, ADDOFQI, SUBCQI, SUBCFQI, SUBOFQI): 2002-01-31 17:55:16 +00:00
cgen-par.c
cgen-par.h 2003-08-20 Michael Snyder <msnyder@redhat.com> 2003-08-29 16:43:38 +00:00
cgen-run.c
cgen-scache.c
cgen-scache.h
cgen-sim.h
cgen-trace.c 2003-06-17 Doug Evans <dje@sebabeach.org> 2003-06-20 17:27:10 +00:00
cgen-trace.h 2003-06-17 Doug Evans <dje@sebabeach.org> 2003-06-20 17:27:10 +00:00
cgen-types.h
cgen-utils.c
cgen.sh * cgen.sh: New thirteenth parameter opcfile, defaulting to 2004-12-01 02:29:30 +00:00
common.m4 Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
config.in * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members 2004-12-03 19:36:53 +00:00
configure Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
configure.ac Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
dv-core.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
dv-glue.c * dv-glue.c (hw_glue_finish): Cast result of sizeof to long before 2004-05-18 21:20:07 +00:00
dv-pal.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
dv-sockser.c
dv-sockser.h
gdbinit.in * aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break 2004-12-07 23:37:35 +00:00
genmloop.sh
gennltvals.sh 2003-08-20 Michael Snyder <msnyder@redhat.com> 2003-08-29 16:43:38 +00:00
gentmap.c Move include/callback.h and include/remote-sim.h to include/gdb/. 2002-06-09 15:45:54 +00:00
gentvals.sh
hw-alloc.c
hw-alloc.h
hw-base.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-base.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-device.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-device.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-events.c * hw-events.c (hw_event_queue_schedule): Initialize `dummy'. 2002-06-17 23:53:45 +00:00
hw-events.h
hw-handles.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-handles.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-instances.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-instances.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-main.h
hw-ports.c
hw-ports.h
hw-properties.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-properties.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
hw-tree.c * hw-tree.c (parse_integer_property): Typo fix in comments. 2004-07-10 00:40:25 +00:00
hw-tree.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
nltvals.def 2003-08-20 Michael Snyder <msnyder@redhat.com> 2003-08-29 16:43:38 +00:00
nrun.c * callback.c (default_callback): Initialize target_endian. 2005-01-28 03:28:40 +00:00
run-sim.h Index: sim/common/ChangeLog 2002-07-17 21:20:09 +00:00
run.1 * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
run.c Index: mn10200/ChangeLog 2004-06-29 00:54:00 +00:00
sim-abort.c 2002-02-10 Chris Demetriou <cgd@broadcom.com> 2002-02-10 23:11:37 +00:00
sim-alu.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-arange.c
sim-arange.h
sim-assert.h
sim-base.h Index: sim/frv/ChangeLog 2003-10-31 05:32:46 +00:00
sim-basics.h * callback.c: Update copyright dates. 2004-05-10 16:18:03 +00:00
sim-bits.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-bits.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-config.c * sim-config.c (sim_config): Recognize when a bfd has unspecified 2004-11-16 07:16:57 +00:00
sim-config.h * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
sim-core.c Add support for m32r-linux target, including a RELA ABI and PIC. 2003-12-19 11:44:01 +00:00
sim-core.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-cpu.c
sim-cpu.h
sim-endian.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-endian.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-engine.c 2003-03-01 Andrew Cagney <cagney@redhat.com> 2003-03-01 20:54:22 +00:00
sim-engine.h Index: common/ChangeLog 2003-02-26 23:27:09 +00:00
sim-events.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-events.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-fpu.c 2003-06-22 Andrew Cagney <cagney@redhat.com> 2003-06-22 13:36:26 +00:00
sim-fpu.h 2003-06-22 Andrew Cagney <cagney@redhat.com> 2003-06-22 13:36:26 +00:00
sim-hload.c Index: arm/ChangeLog 2003-02-27 23:26:34 +00:00
sim-hrw.c
sim-hw.c
sim-hw.h
sim-info.c
sim-inline.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-inline.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-io.c 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-io.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-load.c * sim-load.c (sim_load_file): Use bfd_get_section_size 2004-06-15 01:08:00 +00:00
sim-memopt.c * sim-memopt.c: Include <unistd.h>. 2002-06-17 21:45:55 +00:00
sim-memopt.h
sim-model.c
sim-model.h
sim-module.c Index: include/gdb/ChangeLog 2003-02-20 14:37:59 +00:00
sim-module.h
sim-n-bits.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-n-core.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-n-endian.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-options.c * run.1: Document --sysroot=filepath. 2004-12-08 00:40:30 +00:00
sim-options.h
sim-profile.c
sim-profile.h 2002-02-10 Chris Demetriou <cgd@broadcom.com> 2002-02-10 23:11:37 +00:00
sim-reason.c
sim-reg.c 2003-06-23 Michael Snyder <msnyder@redhat.com> 2003-06-23 17:59:08 +00:00
sim-resume.c * sim-resume.c (sim_resume): Add local variable sig_to_deliver to 2002-07-15 16:13:12 +00:00
sim-run.c
sim-signal.c
sim-signal.h
sim-stop.c
sim-trace.c Index: sim/frv/ChangeLog 2003-10-31 05:32:46 +00:00
sim-trace.h
sim-types.h 2002-11-22 Andrew Cagney <ac131313@redhat.com> 2002-11-23 01:12:05 +00:00
sim-utils.c 2002-02-10 Chris Demetriou <cgd@broadcom.com> 2002-02-10 23:11:37 +00:00
sim-utils.h Index: arm/ChangeLog 2003-02-27 23:26:34 +00:00
sim-watch.c
sim-watch.h
syscall.c * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case. 2005-01-28 03:40:54 +00:00
tconfig.in