Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-14sim: drop PARAMSMichael Frysinger
The PARAMS macro is no longer useful, so drop it from the sim includes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-01-01Update copyright notices to add year 2010.Joel Brobecker
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker
in the previous copyright update.
2009-01-07 * callback.h (struct host_callback_struct): Mark member error asHans-Peter Nilsson
pointing to a noreturn function.
2008-01-02 Updated copyright notices for most files.Daniel Jacobowitz
2007-10-112007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz
* callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions. * syscall.c (cb_syscall): Test for stdin/out/err, not just fd 0/1/2. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * callback.h (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add prototypes. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * sim/cris/c/freopen2.c: Added testcase.
2007-10-112007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>Daniel Jacobowitz
* callback.c (cb_is_stdin): Add. * syscall.c (cb_syscall): Test for stdin, not just fd 0. 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> * callback.h (cb_is_stdin): Add prototype.
2007-08-23 Switch the license of all .h files to GPLv3.Joel Brobecker
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2005-07-11 * callback.h: Remove ANSI_PROTOTYPES conditional code.Ben Elliston
2005-01-28 * callback.h (struct host_callback_struct): New members pipe,Hans-Peter Nilsson
pipe_empty, pipe_nonempty, ispipe, pipe_buffer and target_sizeof_int. (CB_SYS_pipe): New macro.
2005-01-28 * callback.h: Include "bfd.h".Hans-Peter Nilsson
(struct host_callback_struct): New member target_endian. (cb_store_target_endian): Declare.
2004-12-15 * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.Hans-Peter Nilsson
2004-12-13 * callback.h (CB_SYS_rename): New macro.Hans-Peter Nilsson
2004-12-13 * callback.h (struct host_callback_struct): New member lstat.Hans-Peter Nilsson
(CB_SYS_lstat): New macro.
2004-06-252004-06-25 J"orn Rennecke <joern.rennecke@superh.com>Joern Rennecke
include/gdb: * callback.h (host_callback_struct): Replace members fdopen and alwaysopen with fd_buddy. sim/common: * callback.c: Changed all users.
2003-10-15nclude/gdb:Joern Rennecke
* callback.h (struct host_callback_struct): New members ftruncate and truncate. gdb: sim/common: * callback.c (os_ftruncate, os_truncate): New functions. (default_callback): Initialize ftruncate and truncate members. sim/sh: * syscall.h (SYS_truncate, SYS_ftruncate): Define. * interp.c (trap): Add support for SYS_ftruncate and SYS_truncate.
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney
Update accordingly.