Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / jlong.d
1 #as:
2 #objdump: -d -j .text.1 -j .text.2
3 #name: long jump relaxation
4
5 .*: +file format .*xtensa.*
6
7 Disassembly of section \.text\.1:
8
9 00000000 <\.text\.1>:
10 # Skip instructions to load a8 since they will vary depending on whether
11 # the Xtensa configuration uses L32R or Const16.
12 #...
13 .*: .* jx a8
14 Disassembly of section \.text\.2:
15
16 00000000 <\.text\.2>:
17 0: .* j .*
18 #...
This page took 0.033109 seconds and 4 git commands to generate.