diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-03-14 13:39:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-03-14 13:39:54 +0000 |
commit | 5e9ed83f7519f88fa74ed024d342288c31d4a029 (patch) | |
tree | dc25a016a2c2b6e89ca8c0f8ea01b03697effcb0 /gas | |
parent | cd0c2fe2c3e1063d59c2dcb68ebcc5a66e1ee2fe (diff) | |
download | gdb-5e9ed83f7519f88fa74ed024d342288c31d4a029.zip gdb-5e9ed83f7519f88fa74ed024d342288c31d4a029.tar.gz gdb-5e9ed83f7519f88fa74ed024d342288c31d4a029.tar.bz2 |
* gas/all/gas.exp: Run relax.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index e7f0179..68eb282 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -265,6 +265,11 @@ if { ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \ run_dump_test assign run_dump_test sleb128 +# .byte is 32 bits on tic4x, and .p2align isn't supported on tic54x +if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] } { + run_dump_test relax +} + # .quad is 16 bytes on i960. if { ![istarget "i960-*-*"] } { run_dump_test quad |