* gas/all/float.s: Put a tab before .text, to keep the PA happy.
[binutils-gdb.git] / gas / testsuite / ChangeLog
index ff99ebfa45b9a460bc071025abf23947ef6149f5..e6562c5863de03aac330931228f3de0a283d5c78 100644 (file)
@@ -1,3 +1,107 @@
+Fri Apr  4 13:19:39 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * gas/all/float.s: Put a tab before .text, to keep the PA happy.
+
+       * gas/arm/arm.exp: Only run inst and arm7t on targets which can
+       handle -EL.  Add setup_xfail for thumb.
+
+       * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
+
+Thu Apr  3 18:26:56 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * gas/m32r/allinsn.{exp,s.d}: New testcases.
+
+start-sanitize-d30v
+Thu Mar 27 00:42:28 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * gas/d30v/d30.exp: Add test case reloc.
+       * gas/d30v/reloc.[sd]: New files to test relocations.
+
+end-sanitize-d30v      
+Sat Mar 15 17:21:46 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * gas/arm/inst.d: Update for disassembler changes.
+       * gas/arm/arm7t.d: Likewise.
+
+Tue Mar 11 13:31:56 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * gas/m68k/op68000.d: Update for recent assembler bug fix.
+
+Wed Mar  5 13:01:24 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * gas/all/gas.exp: xfail a couple tests for the mn10300.
+
+start-sanitize-tic80
+Mon Mar  3 11:41:00 1997  Fred Fish  <fnf@cygnus.com>
+
+       * gas/tic80/{add.d, float.d, regops2.d, relocs1.d, relocs1b.d,
+       relocs2.d, relocs2b.d}: Adjust to objdump format tweaks.
+
+Thu Feb 27 15:21:46 1997  Fred Fish  <fnf@cygnus.com>
+
+       * gas/tic80/{align.d, align.lst, align.s} New test for the
+       ".align" pseudop.
+       * gas/tic80/tic80.exp: Run the align test.
+       
+Wed Feb 26 20:36:46 1997  Fred Fish  <fnf@cygnus.com>
+
+       * gas/tic80/{float.d, float.lst, float.s}: New tests for
+       simple floating point operands.
+       * gas/tic80/tic80.exp: Run the float test.
+
+Wed Feb 26 15:16:04 1997  Fred Fish  <fnf@cygnus.com>
+
+       * gas/tic80/{regops2.d, regops2.lst, regops2.s, regops3.d,
+       regops3.lst, regops3.s, regops4.d, regops4.lst, regops4.s}:
+       New tests for :m and :s operand modifiers.
+       * gas/tic80/tic80.exp: Run the regops2, regops3, and regops4 tests.
+
+end-sanitize-tic80
+Tue Feb 25 13:45:55 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * gas/macros/semi.s: Force the final alignment to use a fill value
+       of 0.
+
+       * gas/all/cond.s, gas/all/cond.d: New test.
+       * gas/all/gas.exp: Run it.
+
+Mon Feb 24 10:52:12 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * lib/gas-defs.exp(gas_init): Added new parameter for script
+       name.
+
+start-sanitize-tic80
+Mon Feb 24 10:40:28 1997  Fred Fish  <fnf@cygnus.com>
+
+       * gas/tic80/{add.d, bitnum.d, ccode.d, cregops.d, endmask.d,
+       regops.d, relocs1.d, 
+       (relocs1.c): Add file for reference.
+       (relocs1b.d): Split reloc table contents test to different test file.
+       (relocs2.c): Add test that uses various types (char, short, int, ...) of
+       static and global variables with data shuffling to generate lots of ld/st
+       instructions for the different types.
+       (relocs2.d): New file, expected code for relocs2 test.
+       (relocs2.lst): New file, TI assembler listing for reference.
+       (relocs2.s): New file, assembly source for relocs2 test.
+       (relocs2b.d): New file, expected reloc table contents for relocs2 test.
+       (tic80.exp): Run the relocs1b, relocs2, and relocs2b tests.
+
+end-sanitize-tic80
+Sun Feb 23 17:54:00 1997  Dawn Perchik  <dawn@cygnus.com>
+
+       * gas/all/itbl-test.c(main): Update function calls.
+       Remove parameters from itbl_get_reg_val and
+       change itbl_get_insn_name to itbl_get_field.
+
+Sun Feb 23 17:22:00 1997  Dawn Perchik  <dawn@cygnus.com>
+
+       * gas/mips/itbl: Add comments.
+       * gas/mips/itbl.s: Add comments.  Prefix register names with $.
+       * gas/all/itbl: Generic table for testing for itbl support.
+       * gas/all/itbl.s: Generic assembly for testing for itbl support.
+       * gas/mips/itbl-test.c: Moved to gas/all.
+       * gas/all/itbl-test.c: Moved from gas/mips.
+
 start-sanitize-tic80
 Sat Feb 22 20:24:23 1997  Fred Fish  <fnf@cygnus.com>