Rename _end to end
This matches the libc more closely.
This commit is contained in:
parent
01870ca892
commit
377f7b9b67
|
@ -52,7 +52,7 @@ SECTIONS
|
|||
. = ALIGN(4096);
|
||||
}
|
||||
|
||||
_end = .;
|
||||
end = .;
|
||||
|
||||
/DISCARD/ :
|
||||
{
|
||||
|
|
|
@ -44,7 +44,7 @@ SECTIONS
|
|||
*(.bss)
|
||||
}
|
||||
|
||||
_end = .;
|
||||
end = .;
|
||||
|
||||
/* The compiler may produce other sections, by default it will put them in
|
||||
a segment with the same name. Simply add stuff here as needed. */
|
||||
|
|
Loading…
Reference in New Issue
Block a user