summaryrefslogtreecommitdiff
path: root/ldso/ldso/kvx/resolve.S
blob: 6e7c3143c09f5b98b72feb112aff86b0975b5f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2018 Kalray Inc.	
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

#warning NOT IMPLEMENTED: THIS IS A SKELETON

 .text
 .globl _dl_linux_resolve
 .type _dl_linux_resolve, %function
 .align 2

_dl_linux_resolve:
	errop
	;;

.size _dl_linux_resolve, .-_dl_linux_resolve