diff options
author | Kung Hsu <kung@cygnus> | 1995-03-01 00:01:49 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-03-01 00:01:49 +0000 |
commit | 161520dc02c71146c4bcb352c7bd06ac59398e4f (patch) | |
tree | 72ff59b2dc4540f033488726e84275697be9e282 /gdb/ChangeLog | |
parent | 33d8f4697c9db53ca8db2ef3d9d3e93f555b5592 (diff) | |
download | gdb-161520dc02c71146c4bcb352c7bd06ac59398e4f.zip gdb-161520dc02c71146c4bcb352c7bd06ac59398e4f.tar.gz gdb-161520dc02c71146c4bcb352c7bd06ac59398e4f.tar.bz2 |
* a29k-tdep.c (get_longjmp_target): add this function, from WRS.
* remote-vx.c: move read_register and write_register out to
target specific files.
* remote-vx29k.c (get_fp_contnets): add this function, from WRS.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77befe5..918f036 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com> + * a29k-tdep.c (get_longjmp_target): add this function, from WRS. + * remote-vx.c: move read_register and write_register out to + target specific files. + * remote-vx29k.c (get_fp_contnets): add this function, from WRS. + * defs.h: define SWAP_TARGET_AND_HOST macro. * findvar.c, monitor.c, hppa-tdep.c: remove definition of SWAP_TARGET_AND_HOST. |