gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / align.d
1 #objdump: -s -j .text
2 #name: align
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.
5 # RISC-V handles alignment via relaxation and therefor won't have object files
6 # with the expected alignment.
7 #notarget: riscv*-* rx-*
8
9 # Test the alignment pseudo-op.
10
11 .*: .*
12
13 Contents 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.030215 seconds and 4 git commands to generate.