* fix section names

This commit is contained in:
peter 2005-01-18 17:49:45 +00:00
parent 35d252cae4
commit ba4228d281

View File

@ -368,7 +368,9 @@ interface
AsmLn; AsmLn;
AsmWrite('SECTION '); AsmWrite('SECTION ');
AsmWrite(secnames[atype]); AsmWrite(secnames[atype]);
if (atype<>sec_bss) and (aname<>'') then if use_smartlink_section and
(atype<>sec_bss) and
(aname<>'') then
begin begin
AsmWrite('.'); AsmWrite('.');
AsmWrite(aname); AsmWrite(aname);
@ -906,7 +908,10 @@ initialization
end. end.
{ {
$Log$ $Log$
Revision 1.50 2004-10-31 21:45:03 peter Revision 1.51 2005-01-18 17:49:45 peter
* fix section names
Revision 1.50 2004/10/31 21:45:03 peter
* generic tlocation * generic tlocation
* move tlocation to cgutils * move tlocation to cgutils