mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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. Submitted by: nwhitehorn Obtained from: projects/binutils-2.17
This commit is contained in:
parent
a37e14e1d8
commit
da2bbf0cbd
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
|||
.globl CNAME(_end)
|
||||
|
||||
.data
|
||||
.align 3
|
||||
HIDENAME(minbrk):
|
||||
.llong CNAME(_end)
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
|
|||
.globl CNAME(_end)
|
||||
|
||||
.data
|
||||
.align 3
|
||||
HIDENAME(curbrk):
|
||||
.llong CNAME(_end)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue