vdso.lds.S (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) vdso.lds.S (abed3d826f2fb723c61b1251720348a42357c4e5)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * Copyright (C) 2015 Imagination Technologies
4 * Author: Alex Smith <alex.smith@imgtec.com>
5 */
6
7#include <asm/sgidefs.h>
8

--- 81 unchanged lines hidden (view full) ---

90
91VERSION
92{
93 LINUX_2.6 {
94#ifndef DISABLE_MIPS_VDSO
95 global:
96 __vdso_clock_gettime;
97 __vdso_gettimeofday;
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * Copyright (C) 2015 Imagination Technologies
4 * Author: Alex Smith <alex.smith@imgtec.com>
5 */
6
7#include <asm/sgidefs.h>
8

--- 81 unchanged lines hidden (view full) ---

90
91VERSION
92{
93 LINUX_2.6 {
94#ifndef DISABLE_MIPS_VDSO
95 global:
96 __vdso_clock_gettime;
97 __vdso_gettimeofday;
98 __vdso_clock_getres;
98#endif
99 local: *;
100 };
101}
99#endif
100 local: *;
101 };
102}