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
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-01-28 06:39:28 +0300
committerHans-Peter Nilsson <hp@axis.com>2005-01-28 06:39:28 +0300
commit48d5b28742bb83efa3858a2914c70948f2c54a90 (patch)
tree179ea40375b97804574da2cae88513020b8cc173 /include/gdb/ChangeLog
parent9e34a4010fa5aa9abbe36d692474d55ad6a6bb97 (diff)
* callback.h (struct host_callback_struct): New members pipe,
pipe_empty, pipe_nonempty, ispipe, pipe_buffer and target_sizeof_int. (CB_SYS_pipe): New macro.
Diffstat (limited to 'include/gdb/ChangeLog')
-rw-r--r--include/gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index d07d00d16..42e1bfac4 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -1,5 +1,10 @@
2005-01-28 Hans-Peter Nilsson <hp@axis.com>
+ * callback.h (struct host_callback_struct): New members pipe,
+ pipe_empty, pipe_nonempty, ispipe, pipe_buffer and
+ target_sizeof_int.
+ (CB_SYS_pipe): New macro.
+
* callback.h: Include "bfd.h".
(struct host_callback_struct): New member target_endian.
(cb_store_target_endian): Declare.