From 6efba98792ca1c59e2b4ad94ad2b20ecc5715413 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 15 Apr 2005 06:06:42 +0000 Subject: [PATCH] * gas/all/assign.s: New. * gas/all/assign.d: New. * gas/all/gas.exp: Run it. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/all/assign.d | 6 ++++++ gas/testsuite/gas/all/assign.s | 7 +++++++ gas/testsuite/gas/all/gas.exp | 1 + 4 files changed, 20 insertions(+) create mode 100644 gas/testsuite/gas/all/assign.d create mode 100644 gas/testsuite/gas/all/assign.s diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cbeb46d5678..559f2d9fef4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-04-15 Alan Modra + + * gas/all/assign.s: New. + * gas/all/assign.d: New. + * gas/all/gas.exp: Run it. + 2005-04-13 Maciej W. Rozycki * gas/mips/ldstla-32.s: Exclude offsets that are now meant to fail diff --git a/gas/testsuite/gas/all/assign.d b/gas/testsuite/gas/all/assign.d new file mode 100644 index 00000000000..fce74661594 --- /dev/null +++ b/gas/testsuite/gas/all/assign.d @@ -0,0 +1,6 @@ +#objdump : -r +#name : assignment tests + +#... +.*zzz.* +.*zzz.* diff --git a/gas/testsuite/gas/all/assign.s b/gas/testsuite/gas/all/assign.s new file mode 100644 index 00000000000..1a414066f69 --- /dev/null +++ b/gas/testsuite/gas/all/assign.s @@ -0,0 +1,7 @@ + x = zzz + x = x+1 + .long x + + y = 1 + y = y+zzz + .long y diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 0b087a57093..e48aba6c0fb 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -195,6 +195,7 @@ if { ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \ gas_test "fastcall.s" "" "" "fastcall labels" } +run_dump_test assign run_dump_test sleb128 # .quad is 16 bytes on i960. -- 2.30.2