summaryrefslogtreecommitdiff
path: root/include/gdb/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-01-28 03:39:28 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-01-28 03:39:28 +0000
commitaab2df5dda88d5cbac07447e6afd28fc5b5d3fe4 (patch)
treef85e5589c1a4677e18331efb847a02fd014c52ce /include/gdb/ChangeLog
parent4867672bbb85f9cb20bef8792ec325f041e30ce9 (diff)
downloadgdb-aab2df5dda88d5cbac07447e6afd28fc5b5d3fe4.tar.gz
* 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 d07d00d1686..42e1bfac4b8 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.