aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1996-01-15 * binutils-all/objcopy.exp: Use the lma, not the vma, when testingIan Lance Taylor2-17/+40
address adjustments.
1995-11-27 * binutils-all/objcopy.exp: Correct fail calls to always use theIan Lance Taylor1-0/+5
same string as the pass call.
1995-11-22 * lib/utils-lib.exp (prune_system_crud): Discard -g -O warningsIan Lance Taylor2-0/+64
from native compilers on OSF/1 and SunOS.
1995-11-15 * binutils-all/objcopy.exp: If assembly fails, call unresolved.Ian Lance Taylor4-3/+190
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-03fix *-motorola-sysv3* to sysv*Ian Lance Taylor1-1/+1
1995-11-01Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 ↵Ian Lance Taylor2-2/+13
<manfred@lts.sel.alcatel.de> * binutils-all/objcopy.exp: Add setup_xfails for m68*-motorola-sysv3* and m88*-motorola-sysv3*.
1995-10-02 * binutils-all/ar.exp: New file.Ian Lance Taylor3-12/+30
* 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 * lib/utils-lib.exp (default_binutils_assemble): CallIan Lance Taylor2-1/+39
prune_system_crud on assembler output.
1995-09-13 * lib/utils-lib.exp (prune_system_crud): Define if not defined.Ian Lance Taylor2-1/+12
* binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
1995-08-16 * binutils-all/nm.exp: Add setup_xfail for mips*-sony-bsd* forIan Lance Taylor1-0/+3
tests which fail on ECOFF targets.
1995-08-16 * binutils-all/objcopy.exp: Change i*86-*-linux xfail for simpleIan Lance Taylor2-1/+6
copy test to check for i*86-*-linuxaout* instead.
1995-08-08 * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*Ian Lance Taylor2-2/+35
for simple copy test.
1995-07-10Remove C comment characters from modified FSF address in expect scripts.Ian Lance Taylor2-2/+2
1995-07-07fsf address update, but not in COPYING filesKen Raeburn7-24/+348
1995-06-29 * ar.c: (print_contents.c, extract_file, do_quick_append):Steve Chamberlain1-1/+4
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-05-22Clean arc stuff out of objdump.exp.David Edelsohn1-0/+41
1995-04-04Keep hppa.Jeff Law1-0/+1
1995-04-04binutils-hppa no longer exists.Jeff Law1-1/+0
1995-03-28keep binutils-hppaKen Raeburn1-0/+1
1995-03-28 * binutils-all/objcopy.exp: Add setup_xfail for simple copy testIan Lance Taylor2-1/+8
for m68*-ericsson-ose and m88*-*-coff.
1995-03-27 * binutils-all/objcopy.exp: Add setup_xfail for simply copy testIan Lance Taylor2-5/+14
for m68*-*-vxworks*.
1995-03-24 * binutils-hppa/objdump.exp: Correct hppa*-*-* check.Ian Lance Taylor1-0/+4
1995-03-21 * binutils-hppa/addendbug.s: New testcase.Jeff Law4-0/+112
* binutils-hppa/objdump.exp: Run it.
1995-03-20 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signsIan Lance Taylor1-0/+37
in progargs before passing it to exec.
1995-03-17 * config/hppa.sed: Sed script to transform bintest.s into properJeff Law2-0/+5
PA assembly code. * binutils-all/nm.exp: Enable these tests on the PA. * binutils-all/objcopy.exp: Enable these tests on the PA. Expect simple copy to fail. * binutils-all/objdump.exp: Enable these tests on the PA. Handle "CODE" as a section name. * binutils-all/size.exp: Enable these tests on the PA. * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*", run the assembly through a sed script before passing it to the assembler.
1994-12-14expect simple-objcopy test to fail on hp300Ken Raeburn2-2/+2
1994-12-14disable bintest.o tests on hppa, fix minor sh-coff objcopy setup_xfail problemKen Raeburn2-5/+17
1994-12-08binutils-all/objdump.exp: handle "powerpc" cpuKen Raeburn2-2/+2
1994-12-08* binutils-all/objdump.exp (cpus_expected): New variable, taken from objdump -iKen Raeburn3-2/+147
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-10-18 * binutils-all/objcopy.exp: New file.Ian Lance Taylor3-2/+271
* config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
1994-10-14 Rewrite testsuite.Ian Lance Taylor19-406/+9
* 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-09-30 * configure.in (configdirs): Change binutils.all to binutils-all.Ian Lance Taylor1-1/+1
1994-09-29 * VMS does not permits `.' in directory names. RenamedIan Lance Taylor6-1/+150
binutils.all to binutils-all.
1994-09-28 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,Ian Lance Taylor2-1/+18
not for m68k-*-*.
1994-09-02 * config/unix.exp: If nm.new does not exist, use [transform nm].Ian Lance Taylor2-1/+6
* config/default.exp: Likewise.
1994-08-30rewrite sanitize lines so as not to confuse bsd makeKen Raeburn1-2/+2
1994-08-24 * configure.in, binutils.all/configure.in: Change i386 toIan Lance Taylor2-1/+14
i[345]86.
1994-07-19 * config/mt-mips-ecoff: Add -Tidp.ld option.Bill Cox1-1/+1
1994-05-17 * config/default.exp, config/unix.exp: Replace errorBill Cox3-7/+12
proc calls with perror.
1994-05-10Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs2-1/+18
* configure.in (sparclite): Match on sparclite*-*-*.
1994-05-07various changes for lynx.rs, ericsson, BNR.David Henkel-Wallace1-1/+1
1994-05-03Remove obsolete files. Add mt-slite to .Sanitize.Ian Lance Taylor3-94/+1
1994-04-13Make tests work again on alpha-osf1 and sun4 native.Ken Raeburn1-1/+1
* config/unix.exp: Use nm.new, not nm, from newly built tree. * binutils.all/objdump.exp: Add more wildcards to list of single-letter options in pattern for usage message. * binutils.all/nm.exp: Deleted debug-symbols test, since it only works for a.out/stabs systems. Fixed regexps to make underscores optional, since some C compilers don't prepend them. Deleted check for foo.o symbol, since again some systems don't generate it.
1994-04-11 * Makefile.in (check): Set TCL_LIBRARY for runtest.Bill Cox2-1/+40
1994-02-22Remove trash left from Makefile cut & paste.Rob Savoye1-3/+3
1994-02-18revised for Rob's changesKen Raeburn1-6/+9
1994-02-15"Default" procedures for any host.Rob Savoye1-0/+59
1994-02-15Swap order of config names to match so vxworks is before m68k.Rob Savoye1-26/+9
1994-02-15Set correct values for NM, SIZE etc...Rob Savoye1-3/+3
1994-02-15Leave it for the init file to identify proper binary to run.Rob Savoye1-7/+0