Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13195.s
1 .section .text.new_foo,"ax",%progbits
2 .globl new_foo
3 .type new_foo, %function
4 new_foo:
5 .byte 0
6 .symver new_foo,foo@@VERS_2.0
This page took 0.029023 seconds and 4 git commands to generate.