diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-30 23:15:52 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-30 23:15:52 +0000 |
commit | 227fe4adb9b30d8550849e411a44e82e244698c3 (patch) | |
tree | 4b0ab91d08edce4d1b6d44c4151d2b872056a18b /gas/testsuite | |
parent | 0f8cdd9ba42a878a78380901afe4e2031935ca1f (diff) | |
download | gdb-227fe4adb9b30d8550849e411a44e82e244698c3.zip gdb-227fe4adb9b30d8550849e411a44e82e244698c3.tar.gz gdb-227fe4adb9b30d8550849e411a44e82e244698c3.tar.bz2 |
* 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]
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 25 | ||||
-rw-r--r-- | 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 db2cbe6..e218ea9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/i386/pushw.l b/gas/testsuite/gas/i386/pushw.l index e25aa74..f655a29 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 |