Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / local_function.s
1 .text
2 .type foo, %function
3 foo:
4 bl bar
5
6 .section .text.bar
7 nop
8 .type bar, %function
9 bar:
10 nop
This page took 0.030507 seconds and 4 git commands to generate.