Deleted Added
full compact
linux32_vdso.lds.s (293514) linux32_vdso.lds.s (293516)
1/*
2 * Linker script for 32-bit vDSO.
3 * Copied from Linux kernel arch/x86/vdso/vdso-layout.lds.S
4 * and arch/x86/vdso/vdso32/vdso32.lds.S
5 *
1/*
2 * Linker script for 32-bit vDSO.
3 * Copied from Linux kernel arch/x86/vdso/vdso-layout.lds.S
4 * and arch/x86/vdso/vdso32/vdso32.lds.S
5 *
6 * $FreeBSD: stable/10/sys/amd64/linux32/linux32_vdso.lds.s 293514 2016-01-09 15:44:38Z dchagin $
6 * $FreeBSD: stable/10/sys/amd64/linux32/linux32_vdso.lds.s 293516 2016-01-09 15:48:11Z dchagin $
7 */
8
9SECTIONS
10{
11 . = . + SIZEOF_HEADERS;
12
13 .hash : { *(.hash) } :text
14 .gnu.hash : { *(.gnu.hash) }

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

55
56VERSION
57{
58 LINUX_2.5 {
59 global:
60 linux32_vsyscall;
61 linux32_sigcode;
62 linux32_rt_sigcode;
7 */
8
9SECTIONS
10{
11 . = . + SIZEOF_HEADERS;
12
13 .hash : { *(.hash) } :text
14 .gnu.hash : { *(.gnu.hash) }

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

55
56VERSION
57{
58 LINUX_2.5 {
59 global:
60 linux32_vsyscall;
61 linux32_sigcode;
62 linux32_rt_sigcode;
63 linux_platform;
63 local: *;
64 };
65}
64 local: *;
65 };
66}