mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 10:30:29 +02:00
* remove wrong check for empty section name. An empty section name is
still required to get the start and end debuginfo always included git-svn-id: trunk@1145 -
This commit is contained in:
parent
527a01bc9d
commit
c7f720aa09
@ -862,9 +862,6 @@ implementation
|
||||
typ:=ait_section;
|
||||
sectype:=asectype;
|
||||
secalign:=Aalign;
|
||||
if (Aname='') and
|
||||
use_smartlink_section then
|
||||
internalerror(200509131);
|
||||
name:=stringdup(Aname);
|
||||
sec:=nil;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user