David Edelsohn
215b40bc29
Remove arc sanitization.
1997-08-28 16:56:10 +00:00
Ian Lance Taylor
49163945f7
* binutils-all/ar.exp (long_filenames): Check for a file system
...
with a 14 character file name length limit.
1997-04-14 16:37:29 +00:00
David Edelsohn
718a5c17ea
Remove m32r sanitization.
1997-03-24 21:29:21 +00:00
Martin Hunt
02053c20d5
Add d30v to cpus.
1997-03-06 19:58:37 +00:00
Bob Manson
787f622077
Major revision to testsuites for cross-testing and DOS testing support.
1997-01-29 09:40:31 +00:00
David Edelsohn
2b5c4499c2
(set_expected_cpus): Add m32r.
1996-10-31 18:59:51 +00:00
Ian Lance Taylor
854efa68e8
* binutils-all/objcopy.exp: Use the lma, not the vma, when testing
...
address adjustments.
1996-01-15 23:14:52 +00:00
Ian Lance Taylor
febc1fc3e3
* binutils-all/objcopy.exp: If assembly fails, call unresolved.
...
Test running objcopy and strip on a final executable.
* binutils-all/testprog.c: New file.
* config/default.exp (STRIP, STRIPFLAGS): Define.
(binutils_compile): New procedure.
* lib/utils-lib.exp (default_binutils_compile): New procedure.
1995-11-15 17:21:26 +00:00
Ian Lance Taylor
e75c301b04
Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
...
* binutils-all/objcopy.exp: Add setup_xfails for
m68*-motorola-sysv3* and m88*-motorola-sysv3*.
1995-11-01 20:11:07 +00:00
Ian Lance Taylor
0efc22188b
* binutils-all/ar.exp: New file.
...
* binutils-all/bintest.s: Make text_symbol and data_symbol global.
Add new static symbols static_text_symbol and static_data_symbol.
* binutils-all/nm.exp: Adjust accordingly.
* config/default.exp (AR): Set if not set.
(binutils_remove): New procedure.
* lib/utils-lib.exp (default_binutils_run): Call
prune_system_crud on program output. Use verbose -log instead of
both verbose and send_log.
(default_binutils_remove): New procedure.
1995-10-02 19:58:43 +00:00
Ian Lance Taylor
faa53df9ca
* lib/utils-lib.exp (prune_system_crud): Define if not defined.
...
* binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
1995-09-13 17:21:28 +00:00
Ian Lance Taylor
df0d80dbed
* binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple
...
copy test to check for i*86-*-linuxaout* instead.
1995-08-16 20:54:40 +00:00
Ian Lance Taylor
28796982b6
* binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
...
for simple copy test.
1995-08-08 21:49:12 +00:00
Ian Lance Taylor
6a4549e788
Remove C comment characters from modified FSF address in expect scripts.
1995-07-10 15:01:16 +00:00
Ken Raeburn
943fbd5bd5
fsf address update, but not in COPYING files
1995-07-07 22:49:42 +00:00
Steve Chamberlain
6f2d32120e
* ar.c: (print_contents.c, extract_file, do_quick_append):
...
Malloc buffers rather than allocate on stack (so it works
on NT).
* deflex.l: Names can have an @ in them.
* dlltool.c: Loads of stuff. Can now generate .imp files which
work with NT .dlls.
1995-06-29 00:59:07 +00:00
David Edelsohn
a0b2913c09
Clean arc stuff out of objdump.exp.
1995-05-22 19:09:15 +00:00
Jeff Law
fcca5c83d5
Keep hppa.
1995-04-04 20:52:24 +00:00
Ian Lance Taylor
2e246dbdbd
* binutils-all/objcopy.exp: Add setup_xfail for simple copy test
...
for m68*-ericsson-ose and m88*-*-coff.
1995-03-28 16:19:22 +00:00
Ian Lance Taylor
8b550686c0
* binutils-all/objcopy.exp: Add setup_xfail for simply copy test
...
for m68*-*-vxworks*.
1995-03-27 16:28:16 +00:00
Jeff Law
973f38b69e
* binutils-hppa/addendbug.s: New testcase.
...
* binutils-hppa/objdump.exp: Run it.
1995-03-21 17:49:53 +00:00
Ken Raeburn
09d7f0a658
expect simple-objcopy test to fail on hp300
1994-12-14 21:35:07 +00:00
Ken Raeburn
6273f92d2a
disable bintest.o tests on hppa, fix minor sh-coff objcopy setup_xfail problem
1994-12-14 20:59:14 +00:00
Ken Raeburn
7e1e1f4d2f
binutils-all/objdump.exp: handle "powerpc" cpu
1994-12-08 23:56:01 +00:00
Ken Raeburn
ef1ad8ab8e
* binutils-all/objdump.exp (cpus_expected): New variable, taken from objdump -i
...
test, added ns32k, sorted.
(objdump -i, -f tests): Use $cpus_expected.
* binutils-all/objcopy.exp: For simple-copy test, expect failure for sh-coff.
1994-12-08 19:55:05 +00:00
Ian Lance Taylor
09250cfef7
* binutils-all/objcopy.exp: New file.
...
* config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
1994-10-18 15:51:03 +00:00
Ian Lance Taylor
3aba335daf
Rewrite testsuite.
...
* configure.in, Makefile.in: Remove.
* binutils-all/configure.in, binutils-all/Makefile.in: Remove.
* binutils-all/bintest.c: Remove.
* binutils-all/bintest.s: New file.
* binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
* binutils-all/size.exp: Rewrite.
* config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
Don't go up one directory from $base_dir. Create tmpdir.
(binutils_run, binutils-assemble): New procedures.
* config/unix.exp: Remove.
* config/mt-a29k-udi, config/mt-i386-aout: Remove.
* config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
* config/mt-mips-ecoff, config/mt-slite: Remove.
* config/mt-sparc-aout, config/mt-vxworks: Remove.
* lib/utils-lib.exp (binutil_version): Don't redirect standard
input when getting version. Don't unset errorInfo.
(default_binutils_run): New procedure.
(default_binutils_assemble): New procedure.
1994-10-14 18:56:29 +00:00
Ian Lance Taylor
7f23bcab2c
* VMS does not permits `.' in directory names. Renamed
...
binutils.all to binutils-all.
1994-09-29 16:46:53 +00:00