Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/conf/ldscript.powerpc 78388 2001-06-17 09:39:44Z benno $ */
---
> /* $FreeBSD: head/sys/conf/ldscript.powerpc 84665 2001-10-08 10:43:34Z mp $ */
55,57c55,56
< /* Adjust the address for the data segment. We want to adjust up to
< the same address within the page on the next page up. */
< . = .;
---
> /* Adjust the address for the data segment to the next page up. */
> . = ((. + 0x1000) & ~(0x1000 - 1));