diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-10-14 22:05:54 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-10-14 22:05:54 +0000 |
commit | f4eb99683b50979d6753ca795016230ce6f3a5e3 (patch) | |
tree | c74393521a7877062eec7cbdf4194bc01d919c78 /gdb/ChangeLog | |
parent | 54d64846919fc834da8f22b455af561bc7147e59 (diff) | |
download | gdb-f4eb99683b50979d6753ca795016230ce6f3a5e3.zip gdb-f4eb99683b50979d6753ca795016230ce6f3a5e3.tar.gz gdb-f4eb99683b50979d6753ca795016230ce6f3a5e3.tar.bz2 |
* h8500-tdep.c (target_read_sp, target_write_sp, target_read_pc,
target_write_pc, target_read_fp, target_write_fp): Rename to
h8500_read_sp, etc.
(h8500_read_pc, h8500_write_pc): Add pid argument.
* config/h8500/tm-h8500.h (TARGET_READ_SP, TARGET_WRITE_SP,
TARGET_READ_PC, TARGET_WRITE_PC, TARGET_READ_FP, TARGET_WRITE_FP):
Change to match functions above.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d3756b..95cedc8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 14 14:54:37 1994 Stan Shebs (shebs@andros.cygnus.com) + + * h8500-tdep.c (target_read_sp, target_write_sp, target_read_pc, + target_write_pc, target_read_fp, target_write_fp): Rename to + h8500_read_sp, etc. + (h8500_read_pc, h8500_write_pc): Add pid argument. + * config/h8500/tm-h8500.h (TARGET_READ_SP, TARGET_WRITE_SP, + TARGET_READ_PC, TARGET_WRITE_PC, TARGET_READ_FP, TARGET_WRITE_FP): + Change to match functions above. + Thu Oct 13 13:24:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * NEWS: Add item about if and while. |