blob: 8a63fe720aa2ea99da54cab0cf491287c86297f6 [file] [log] [blame]
.csect .text[PR]
# .function without 5th argument means
# that the size is the size of the csect.
.globl .foo
.foo:
.function .foo,.foo,2,0
blr
# .function without 5th argument means
# that the size is the size given.
.globl .bar
.bar:
.function .bar,.bar,2,0, E..bar-.bar
blr
E..bar: