* 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:
peter 2005-09-20 06:33:14 +00:00
parent 527a01bc9d
commit c7f720aa09

View File

@ -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;