aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-dynamic/export-dynamic-symbol.s
blob: c55da536c550e97fb20877d32118f8a5e487e532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.text
	.global start	/* Used by SH targets.  */
start:
	.global _start
_start:
	.global __start
__start:
	.global main	/* Used by HPPA targets.  */
main:
	.globl	_main	/* Used by LynxOS targets.  */
_main:
	.word 0

	.section .text.1, "ax"
	.global bar
bar:
	.word 0