mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 18:09:31 +02:00
* fix section names
This commit is contained in:
parent
35d252cae4
commit
ba4228d281
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user