Deleted Added
sdiff udiff text old ( 283407 ) new ( 293514 )
full compact
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 $
7 */
8
9SECTIONS
10{
11 . = . + SIZEOF_HEADERS;
12
13 .hash : { *(.hash) } :text
14 .gnu.hash : { *(.gnu.hash) }

--- 51 unchanged lines hidden ---