diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-05-10 19:00:35 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-05-10 19:00:35 +0000 |
commit | 30559e10c32af025c3daf878c5ac7b6afe799ac3 (patch) | |
tree | 78bc3e343ea59b76c656159e7bd7fa0a8f207857 /gdb/ChangeLog | |
parent | 0a1d97917618bfff579f95a7842d0574f76233fa (diff) | |
download | gdb-30559e10c32af025c3daf878c5ac7b6afe799ac3.zip gdb-30559e10c32af025c3daf878c5ac7b6afe799ac3.tar.gz gdb-30559e10c32af025c3daf878c5ac7b6afe799ac3.tar.bz2 |
2001-05-10 Michael Snyder <msnyder@redhat.com>
* remote.c (bin2hex, hex2bin): New functions. Factor out these
two conversions which are coded for repeatedly in this module.
(remote_threads_extra_info, remote_wait, remote_async_wait,
store_register_using_P, remote_store_registers, remote_write_bytes,
remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
of coding the conversions inline.
(fromhex): Not exported, change from extern to static.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5f5f16..851d66b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2001-05-10 Michael Snyder <msnyder@redhat.com> + + * remote.c (bin2hex, hex2bin): New functions. Factor out these + two conversions which are coded for repeatedly in this module. + (remote_threads_extra_info, remote_wait, remote_async_wait, + store_register_using_P, remote_store_registers, remote_write_bytes, + remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead + of coding the conversions inline. + (fromhex): Not exported, change from extern to static. + 2001-05-10 Andrew Cagney <ac131313@redhat.com> * arch-utils.c (initialize_current_architecture): Delete obsolete @@ -12,7 +22,7 @@ * MAINTAINERS: Jim Ingham is no longer maintaining Arm related stuff. - + 2001-05-10 Keith Seitz <keiths@cygnus.com> * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o |