Symbol rename in linker.ld: end -> kernel_end
This commit is contained in:
parent
e82b75f8f0
commit
f2685ce7df
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ SECTIONS
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Define symbol end as current location, note that this is not aligned, see vm.c */
|
/* Define symbol end as current location, note that this is not aligned, see vm.c */
|
||||||
PROVIDE(end = .);
|
PROVIDE(kernel_end = .);
|
||||||
}
|
}
|
||||||
|
|
||||||
PHDRS {
|
PHDRS {
|
||||||
|
|
Loading…
Add table
Reference in a new issue