]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* gas/tic80/{add.d, bitnum.d, ccode.d, cregops.d, endmask.d,
authorFred Fish <fnf@specifix.com>
Mon, 24 Feb 1997 18:25:19 +0000 (18:25 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 24 Feb 1997 18:25:19 +0000 (18:25 +0000)
commitdc40b391214d02271d9d0d5013872dbfc4df8499
tree78038936e6bb7c3ce5314b228586e27ef8b95ce7
parentaf2903b4f0e07af9c1209352ce9d82b407266b70
* 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.
16 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/tic80/add.d
gas/testsuite/gas/tic80/bitnum.d
gas/testsuite/gas/tic80/ccode.d
gas/testsuite/gas/tic80/cregops.d
gas/testsuite/gas/tic80/endmask.d
gas/testsuite/gas/tic80/regops.d
gas/testsuite/gas/tic80/relocs1.c [new file with mode: 0644]
gas/testsuite/gas/tic80/relocs1.d
gas/testsuite/gas/tic80/relocs1b.d [new file with mode: 0644]
gas/testsuite/gas/tic80/relocs2.c [new file with mode: 0644]
gas/testsuite/gas/tic80/relocs2.d [new file with mode: 0644]
gas/testsuite/gas/tic80/relocs2.lst [new file with mode: 0644]
gas/testsuite/gas/tic80/relocs2.s [new file with mode: 0644]
gas/testsuite/gas/tic80/relocs2b.d [new file with mode: 0644]
gas/testsuite/gas/tic80/tic80.exp