gas run_dump_test rename not-target and not-skip
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / align.d
CommitLineData
252b5132
RH
1#objdump: -s -j .text
2#name: align
a22429b9
NC
3# The RX port will always replace zeros in any aligned area with NOPs,
4# even if the user requested that they filled with zeros.
8dfa5d5a
PD
5# RISC-V handles alignment via relaxation and therefor won't have object files
6# with the expected alignment.
b47b60aa 7#notarget: m32c-* riscv*-* rx-*
252b5132
RH
8
9# Test the alignment pseudo-op.
10
11.*: .*
12
13Contents of section .text:
14 0000 ff00ff01 ff020202 ffff0303 04040404 ................
15 0010 ffffffff 05050505 ff090a0a 0a0a0a0a ................
16 0020 ff00ff01 ff020202 ffff0303 04040404 ................
17 0030 ffffffff 05050505 ff090a0a 0a0a0a0a ................
This page took 0.796345 seconds and 4 git commands to generate.