Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/conf/ldscript.powerpc64 272888 2014-10-10 06:24:09Z bapt $ */
---
> /* $FreeBSD: head/sys/conf/ldscript.powerpc64 277334 2015-01-18 18:32:43Z nwhitehorn $ */
13a14
> PROVIDE (begin = . - SIZEOF_HEADERS);
71c72
< .got : ALIGN(8) { *(.got .toc) }
---
> .got : ALIGN(8) { __tocbase = .; *(.got .toc) }