Removed global variable "exec_output". remote_load now returns
the output as part of its result.
This commit is contained in:
parent
fd2553f96e
commit
fd4addafba
1 changed files with 70 additions and 0 deletions
|
@ -1,3 +1,73 @@
|
||||||
|
Tue Jun 3 17:12:54 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* binutils-all/objcopy.exp: Don't use global exec_output variable;
|
||||||
|
the output is returned from remote_load instead.
|
||||||
|
|
||||||
|
Mon May 12 22:14:20 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* binutils-all/objcopy.exp(strip_test): Tests that
|
||||||
|
fail to compile are untested, not unresolved.
|
||||||
|
(copy_setup): Ditto.
|
||||||
|
|
||||||
|
* lib/utils-lib.exp(default_binutils_assemble): Call
|
||||||
|
target_assemble instead of target_compile.
|
||||||
|
|
||||||
|
Wed Apr 30 20:37:51 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
Changes to support multilib and remote hosted testing, along with
|
||||||
|
general cleanups and simplifications.
|
||||||
|
|
||||||
|
* lib/utils-lib.exp(binutil_version): Use remote_exec.
|
||||||
|
(default_binutils_run): Ditto.
|
||||||
|
(default_binutils_assemble): Remove first argument; call
|
||||||
|
target_compile to actually do the assembly.
|
||||||
|
(default_binutils_compile,default_binutils_remove,prune_warnings):
|
||||||
|
Delete.
|
||||||
|
|
||||||
|
* config/default.exp: Remove AS and ASFLAGS.
|
||||||
|
(binutils_compile,binutils_remove): Delete.
|
||||||
|
(binutils_assemble): Remove first argument.
|
||||||
|
|
||||||
|
* binutils-all/ar.exp: See if we're running the tests on
|
||||||
|
a remote host, and download/upload files as appropriate.
|
||||||
|
Replace calls to binutils_remove with remote_file. Replace
|
||||||
|
calls to binutils_compile with target_compile. Remove initial
|
||||||
|
argument to binutils_assemble. Use remote_load to execute
|
||||||
|
programs on the target.
|
||||||
|
* binutils-all/nm.exp: Ditto.
|
||||||
|
* binutils-all/objcopy.exp: Ditto.
|
||||||
|
* binutils-all/objdump.exp: Ditto.
|
||||||
|
* binutils-all/size.exp: Ditto.
|
||||||
|
|
||||||
|
Mon Apr 14 12:36:41 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* binutils-all/ar.exp (long_filenames): Check for a file system
|
||||||
|
with a 14 character file name length limit.
|
||||||
|
|
||||||
|
Tue Apr 1 09:52:15 1997 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* binutils-all/objdump.exp: Handle d10v.
|
||||||
|
|
||||||
|
Fri Feb 7 16:45:34 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* binutils-all/ar.exp: Use prune_warnings instead of
|
||||||
|
prune_system_crud.
|
||||||
|
* binutils-all/objcopy.exp: Ditto.
|
||||||
|
|
||||||
|
Wed Jan 29 00:16:43 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* binutils-all/nm.exp: Use / between $srcdir and $subdir.
|
||||||
|
* binutils-all/objcopy.exp: Ditto.
|
||||||
|
* binutils-all/objdump.exp: Ditto.
|
||||||
|
* binutils-all/size.exp: Ditto.
|
||||||
|
* binutils-all/hppa/objdump.exp: Ditto.
|
||||||
|
|
||||||
|
|
||||||
|
Wed Oct 16 22:57:59 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* binutils-all/objdump.exp: Add mn10200 and mn10300 to expected
|
||||||
|
cpus list.
|
||||||
|
|
||||||
Tue Oct 1 15:06:55 1996 Ian Lance Taylor <ian@cygnus.com>
|
Tue Oct 1 15:06:55 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* lib/utils-lib.exp (binutil_version): Fix for current version
|
* lib/utils-lib.exp (binutil_version): Fix for current version
|
||||||
|
|
Loading…
Reference in a new issue