diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:27:29 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:27:29 +0000 |
commit | 4bcbd6cb5f3405b5d9254795fefa0f772c059c57 (patch) | |
tree | b5960b166b2de9872c27527fd2740a8547e862d7 /gdb/ChangeLog | |
parent | b31da25ee58e2b01aa0c189474a277b443d94517 (diff) | |
download | gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.zip gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.tar.gz gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.tar.bz2 |
* config/alpha/tm-alpha.h: Move alpha_software_single_step
prototype from here...
* alpha-tdep.h: ...to here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61a7ef7..f6fd36b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-04-21 Jason Thorpe <thorpej@wasabisystems.com> + + * config/alpha/tm-alpha.h: Move alpha_software_single_step + prototype from here... + * alpha-tdep.h: ...to here. + 2002-04-21 Andrew Cagney <ac131313@redhat.com> * frame.h (selected_frame_level): Document as deprecated. |