Rename _end to end

This matches the libc more closely.
This commit is contained in:
Pierre Pronchery 2018-06-07 23:52:27 -04:00
parent 01870ca892
commit 377f7b9b67
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ SECTIONS
. = ALIGN(4096);
}
_end = .;
end = .;
/DISCARD/ :
{

View File

@ -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. */