diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-01-28 03:39:28 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-01-28 03:39:28 +0000 |
commit | 6a7e5cfe8c15184a6e65769dd05127fe70c9e6d7 (patch) | |
tree | 00efa72dbb3156955eab4a895c988b15bc780ec5 /include/gdb/ChangeLog | |
parent | f4f8cce440a38bf606aab597fd9ccb324f0fee87 (diff) | |
download | gdb-6a7e5cfe8c15184a6e65769dd05127fe70c9e6d7.zip gdb-6a7e5cfe8c15184a6e65769dd05127fe70c9e6d7.tar.gz gdb-6a7e5cfe8c15184a6e65769dd05127fe70c9e6d7.tar.bz2 |
* 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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index d07d00d..42e1bfa 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. |