From 1a94eb29d0dd72e6c34bb2d32927c510d16e4c00 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 10 Jan 2017 14:43:01 +0100 Subject: [PATCH] Fix sleb128-8 regressions. gas/ * testsuite/gas/all/sleb128-8.d: Adjust test. * testsuite/gas/all/gas.exp (test_cond): Likewise. --- gas/ChangeLog | 5 +++++ gas/testsuite/gas/all/gas.exp | 2 +- gas/testsuite/gas/all/sleb128-8.d | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8d4885e36d4..696d493d6cf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,6 +2,11 @@ * po/sv.po: Updated Swedish translation. +2017-01-10 Tristan Gingold + + * testsuite/gas/all/sleb128-8.d: Adjust test. + * testsuite/gas/all/gas.exp (test_cond): Likewise. + 2017-01-10 Tristan Gingold * read.c (emit_leb128_expr): Extended unsigned big number for diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 6b5aec0a315..009e68c2201 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -392,8 +392,8 @@ run_dump_test sleb128-5 # .byte is not 8 bits on either tic4x or tic54x if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] } { run_dump_test sleb128-7 + run_dump_test sleb128-8 } -run_dump_test sleb128-8 # .byte is 32 bits on tic4x, and .p2align isn't supported on tic54x # .space is different on hppa*-hpux. diff --git a/gas/testsuite/gas/all/sleb128-8.d b/gas/testsuite/gas/all/sleb128-8.d index 793337c0440..6190f265ab8 100644 --- a/gas/testsuite/gas/all/sleb128-8.d +++ b/gas/testsuite/gas/all/sleb128-8.d @@ -4,4 +4,4 @@ .*: .* Contents of section (\.data|\$DATA\$): - 0000 ffffffff ffff3f .* + 0000 ffffffff ffff3f.* -- 2.30.2