From 4758f280d47cce2c35c929a3ed25f894978153d9 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 16 Jun 2008 15:05:55 +0000 Subject: [PATCH] PR gas/6607 * gas/mmix/err-loc-10.s, gas/mmix/err-loc-9.s, gas/mmix/loc-6.d, gas/mmix/loc-6.s, gas/mmix/loc-7.d, gas/mmix/loc-7.s: New tests. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/mmix/err-loc-10.s | 5 +++++ gas/testsuite/gas/mmix/err-loc-9.s | 5 +++++ gas/testsuite/gas/mmix/loc-6.d | 10 ++++++++++ gas/testsuite/gas/mmix/loc-6.s | 5 +++++ gas/testsuite/gas/mmix/loc-7.d | 11 +++++++++++ gas/testsuite/gas/mmix/loc-7.s | 7 +++++++ 7 files changed, 49 insertions(+) create mode 100644 gas/testsuite/gas/mmix/err-loc-10.s create mode 100644 gas/testsuite/gas/mmix/err-loc-9.s create mode 100644 gas/testsuite/gas/mmix/loc-6.d create mode 100644 gas/testsuite/gas/mmix/loc-6.s create mode 100644 gas/testsuite/gas/mmix/loc-7.d create mode 100644 gas/testsuite/gas/mmix/loc-7.s diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9f0212a5759..12aa8b15c74 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-06-16 Hans-Peter Nilsson + + PR gas/6607 + * gas/mmix/err-loc-10.s, gas/mmix/err-loc-9.s, gas/mmix/loc-6.d, + gas/mmix/loc-6.s, gas/mmix/loc-7.d, gas/mmix/loc-7.s: New tests. + 2008-06-12 Adam Nemet * gas/mips/octeon.s, gas/mips/octeon.d: Add tests for baddu, diff --git a/gas/testsuite/gas/mmix/err-loc-10.s b/gas/testsuite/gas/mmix/err-loc-10.s new file mode 100644 index 00000000000..df39f944d10 --- /dev/null +++ b/gas/testsuite/gas/mmix/err-loc-10.s @@ -0,0 +1,5 @@ +% { dg-do assemble { target mmix-*-* } } + LOC (#80 << 56) + #200 + TETRA 1 + LOC (#80 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" } + TETRA 2 diff --git a/gas/testsuite/gas/mmix/err-loc-9.s b/gas/testsuite/gas/mmix/err-loc-9.s new file mode 100644 index 00000000000..2b832c36e27 --- /dev/null +++ b/gas/testsuite/gas/mmix/err-loc-9.s @@ -0,0 +1,5 @@ +% { dg-do assemble { target mmix-*-* } } + LOC (#70 << 56) + #200 + TETRA 1 + LOC (#70 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" } + TETRA 2 diff --git a/gas/testsuite/gas/mmix/loc-6.d b/gas/testsuite/gas/mmix/loc-6.d new file mode 100644 index 00000000000..8303e2189a9 --- /dev/null +++ b/gas/testsuite/gas/mmix/loc-6.d @@ -0,0 +1,10 @@ +#readelf: -srx1 +There are no relocations in this file\. + +Symbol table '\.symtab' contains . entries: + Num: Value Size Type Bind Vis Ndx Name +#... + .: 8000000000000000 0 NOTYPE GLOBAL DEFAULT ABS __\.MMIX\.start\.\.text + +Hex dump of section '\.text': + 0x0+ f4000000 .* diff --git a/gas/testsuite/gas/mmix/loc-6.s b/gas/testsuite/gas/mmix/loc-6.s new file mode 100644 index 00000000000..9831b5d5bcf --- /dev/null +++ b/gas/testsuite/gas/mmix/loc-6.s @@ -0,0 +1,5 @@ +% Check that we don't get an error on the LOC directive; that we don't +% interpret it as a (section-relative) negative number. + + LOC #8000000000000000 +Boot GETA $0,Boot %set dynamic- and forced-trap handler diff --git a/gas/testsuite/gas/mmix/loc-7.d b/gas/testsuite/gas/mmix/loc-7.d new file mode 100644 index 00000000000..1341274498d --- /dev/null +++ b/gas/testsuite/gas/mmix/loc-7.d @@ -0,0 +1,11 @@ +#readelf: -srx1 +There are no relocations in this file\. + +Symbol table '\.symtab' contains . entries: + Num: Value Size Type Bind Vis Ndx Name +#... + .: 8000000000042000 0 NOTYPE GLOBAL DEFAULT ABS __\.MMIX\.start\.\.text + +Hex dump of section '\.text': + 0x0+ f4000000 00000000 00000000 00000000 .* + 0x0+10 f4050000 .* diff --git a/gas/testsuite/gas/mmix/loc-7.s b/gas/testsuite/gas/mmix/loc-7.s new file mode 100644 index 00000000000..89b905ec242 --- /dev/null +++ b/gas/testsuite/gas/mmix/loc-7.s @@ -0,0 +1,7 @@ +% Check that we don't get an error on the LOC directive; that we don't +% interpret it as a (section-relative) negative number. + + LOC #8000000000042000 +Boot GETA $0,Boot %set dynamic- and forced-trap handler + LOC #8000000000042010 +Toot GETA $5,Toot -- 2.30.2