diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-15 18:52:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-15 18:52:33 +0000 |
commit | 591042f3e71bd49cba4e03f5b9d6ac4de50200a0 (patch) | |
tree | e0d61020fd46912c597e2da19ab90a92218ba320 /gdb | |
parent | 2f1fec47aef888ca5cb8072aaf082479b95f8ee0 (diff) | |
download | gdb-591042f3e71bd49cba4e03f5b9d6ac4de50200a0.zip gdb-591042f3e71bd49cba4e03f5b9d6ac4de50200a0.tar.gz gdb-591042f3e71bd49cba4e03f5b9d6ac4de50200a0.tar.bz2 |
* gdbserver/Makefile.in (INSTALL_XFORM): Remove.
(INSTALL_XFORM1): Remove.
(install-only): Use $(program_transform_name) directly, rather
than using $(INSTALL_XFORM) and $(INSTALL_XFORM1).
(uninstall): Transform name.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04957e4..893a322 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Apr 15 14:51:04 1997 Ian Lance Taylor <ian@cygnus.com> + + * gdbserver/Makefile.in (INSTALL_XFORM): Remove. + (INSTALL_XFORM1): Remove. + (install-only): Use $(program_transform_name) directly, rather + than using $(INSTALL_XFORM) and $(INSTALL_XFORM1). + (uninstall): Transform name. + +Mon Apr 14 17:06:27 1997 Mark Alexander <marka@cygnus.com> + + * remote-mips.c (mips_load): Ensure that PC gets updated + after a load on LSI target. + Mon Apr 14 15:54:51 1997 Geoffrey Noer <noer@pizza.cygnus.com> * procfs.c (notice_signals): fix typo |