mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 14:30:52 +02:00
* removed outdated comment
git-svn-id: trunk@31650 -
This commit is contained in:
parent
a1c676cc51
commit
f7948ff25f
@ -870,8 +870,7 @@ implementation
|
|||||||
maybe_new_object_file(prelist);
|
maybe_new_object_file(prelist);
|
||||||
{ we always need a new section here, since if we started a new
|
{ we always need a new section here, since if we started a new
|
||||||
object file then we have to say what the section is, and otherwise
|
object file then we have to say what the section is, and otherwise
|
||||||
we need a new section because that's how the dead stripping works
|
we need a new section because that's how the dead stripping works }
|
||||||
(except on Darwin, but that will be addressed in a future commit) }
|
|
||||||
new_section(prelist,section,secname,const_align(alignment));
|
new_section(prelist,section,secname,const_align(alignment));
|
||||||
end
|
end
|
||||||
else if tcalo_new_section in options then
|
else if tcalo_new_section in options then
|
||||||
|
Loading…
Reference in New Issue
Block a user