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.
This commit is contained in:
parent
eef8b03ca0
commit
7f1b3c9427
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