1	.section .text.new_foo,"ax",%progbits
2	.globl	new_foo
3	.type	new_foo, %function
4new_foo:
5	.byte 0
6	.symver new_foo,foo@@VERS_2.0
7