| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
target_sizeof_int.
(CB_SYS_pipe): New macro.
|
|
|
|
|
| |
(struct host_callback_struct): New member target_endian.
(cb_store_target_endian): Declare.
|
| |
|
| |
|
|
|
|
| |
(CB_SYS_lstat): New macro.
|
|
|
|
|
|
|
|
| |
include/gdb:
* callback.h (host_callback_struct): Replace members fdopen and
alwaysopen with fd_buddy.
sim/common:
* callback.c: Changed all users.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
Update accordingly.
|