blob: 0b7a8170350e595dc4422cead27f47eaf6bfe6da [file] [log] [blame]
# Source file to verify PC-relative relocations do not overflow.
.text
.space 0x40000
.globl foo
.ent foo
foo:
b bar
.Lfoo:
b .Lbar
.end foo
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 2
.space 8
.section .init, "ax", @progbits
.globl bar
.ent bar
bar:
b foo
.Lbar:
b .Lfoo
.end bar
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 2
.space 8