1#as:
2#objdump: -d -j .text.1 -j .text.2
3#name: long jump relaxation
4
5.*: +file format .*xtensa.*
6
7Disassembly of section \.text\.1:
8
900000000 <\.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
14Disassembly of section \.text\.2:
15
1600000000 <\.text\.2>:
17   0:	.*	j	.*
18#...
19