Make sure to specify the alignment of minbrk and curbrk. They were correctly

aligned by accident with earlier binutils, but no longer are, causing link
failures.
This commit is contained in:
Nathan Whitehorn 2010-11-07 15:41:41 +00:00
parent eef8b03ca0
commit 7f1b3c9427
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
.globl CNAME(_end)
.data
.align 3
HIDENAME(minbrk):
.llong CNAME(_end)

View file

@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
.globl CNAME(_end)
.data
.align 3
HIDENAME(curbrk):
.llong CNAME(_end)