linker.ld: Sigh. Workaround for Debian and friends
This commit is contained in:
parent
ac82b7e5cc
commit
3a71b67038
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ SECTIONS
|
||||||
/* Move to the next memory page for .data */
|
/* Move to the next memory page for .data */
|
||||||
. += CONSTANT(MAXPAGESIZE);
|
. += CONSTANT(MAXPAGESIZE);
|
||||||
|
|
||||||
|
/* Not placing this here may cause trouble on some hosts */
|
||||||
|
.note.gnu.build-id : {
|
||||||
|
*(.note.gnu.build-id)
|
||||||
|
} :data
|
||||||
|
|
||||||
.data : {
|
.data : {
|
||||||
*(.data .data.*)
|
*(.data .data.*)
|
||||||
} :data
|
} :data
|
||||||
|
|
Loading…
Add table
Reference in a new issue