From 227fe4adb9b30d8550849e411a44e82e244698c3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 30 Dec 1994 23:15:52 +0000 Subject: [PATCH] * gas/i386/pushw.l: Fixed whitespace to match current listing style. * gas/all/gas.exp: Mark test p1480.s expected to pass, even with listings. [requires patches that'll be checked in soon] --- gas/testsuite/ChangeLog | 25 +++++++++++++++++++++++++ gas/testsuite/gas/i386/pushw.l | 6 +++--- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index db2cbe66d3c..e218ea94f6d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,28 @@ +Fri Dec 30 18:08:20 1994 Ken Raeburn + + * gas/i386/pushw.l: Fixed whitespace to match current listing + style. + + * gas/all/gas.exp: Mark test p1480.s expected to pass, even with + listings enabled. + +Thu Dec 15 18:14:27 1994 Ken Raeburn + + * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set. + (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp. + * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use + findfile and transform procedures to determine objdump program + name. + + * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end, + in case the format doesn't automatically require it. + * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate + name for the reloc type. + + * lib/gas-defs.exp (file_contents, verbose_eval): New procs. + (run_dump_test): If verbosity level is over 3, print out dump + command and its output. + Tue Dec 13 18:21:09 1994 Ian Lance Taylor * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted diff --git a/gas/testsuite/gas/i386/pushw.l b/gas/testsuite/gas/i386/pushw.l index e25aa744869..f655a29ac3d 100644 --- a/gas/testsuite/gas/i386/pushw.l +++ b/gas/testsuite/gas/i386/pushw.l @@ -1,5 +1,5 @@ -GAS LISTING .*/pushw\.s *page 1 +GAS LISTING .*/pushw.s[ ]*page 1 - 1 0000 6668C800 2: pushw \$200 - 2 0004 04000000 1: \.long 1b-2b + 1 0000 6668C800[ ]*2: pushw \$200 + 2 0004 04000000[ ]*1: \.long 1b-2b -- 2.30.2