* gas/i386/pushw.l: Fixed whitespace to match current listing style.
authorKen Raeburn <raeburn@cygnus>
Fri, 30 Dec 1994 23:15:52 +0000 (23:15 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 30 Dec 1994 23:15:52 +0000 (23:15 +0000)
* 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
gas/testsuite/gas/i386/pushw.l

index db2cbe66d3c22108028d219d6eccab7272276308..e218ea94f6d757cca850fb66f1a92f2b1f74fa20 100644 (file)
@@ -1,3 +1,28 @@
+Fri Dec 30 18:08:20 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * 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  <raeburn@cujo.cygnus.com>
+
+       * 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  <ian@sanguine.cygnus.com>
 
        * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
index e25aa74486956c38fd6a631eceb218d4bc04d955..f655a29ac3df65451a83511c61a0a56d53d4934b 100644 (file)
@@ -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
This page took 0.026449 seconds and 4 git commands to generate.