From: Alan Modra Date: Fri, 15 Apr 2005 06:06:42 +0000 (+0000) Subject: * gas/all/assign.s: New. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~590 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6efba98792ca1c59e2b4ad94ad2b20ecc5715413;p=external%2Fbinutils.git * gas/all/assign.s: New. * gas/all/assign.d: New. * gas/all/gas.exp: Run it. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cbeb46d..559f2d9 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 0000000..fce7466 --- /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 0000000..1a41406 --- /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 0b087a5..e48aba6 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.