Deleted Added
full compact
linux32_vdso.lds.s (283407) linux32_vdso.lds.s (293514)
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: head/sys/amd64/linux32/linux32_vdso.lds.s 283407 2015-05-24 15:28:17Z dchagin $
6 * $FreeBSD: stable/10/sys/amd64/linux32/linux32_vdso.lds.s 293514 2016-01-09 15:44:38Z dchagin $
7 */
8
9SECTIONS
10{
11 . = . + SIZEOF_HEADERS;
12
13 .hash : { *(.hash) } :text
14 .gnu.hash : { *(.gnu.hash) }

--- 51 unchanged lines hidden ---
7 */
8
9SECTIONS
10{
11 . = . + SIZEOF_HEADERS;
12
13 .hash : { *(.hash) } :text
14 .gnu.hash : { *(.gnu.hash) }

--- 51 unchanged lines hidden ---