mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 15:45:57 +02:00
don't use .rodata, it doesn't work yet
This commit is contained in:
parent
519bf9889e
commit
1654d9ad27
@ -559,7 +559,7 @@ const go32v2stub : array[0..2047] of byte=(
|
|||||||
function TCoffObjectData.sectionname(atype:tasmsectiontype;const aname:string):string;
|
function TCoffObjectData.sectionname(atype:tasmsectiontype;const aname:string):string;
|
||||||
const
|
const
|
||||||
secnames : array[tasmsectiontype] of string[16] = ('',
|
secnames : array[tasmsectiontype] of string[16] = ('',
|
||||||
'.text','.data','.rodata','.bss',
|
'.text','.data','.data','.bss',
|
||||||
'common',
|
'common',
|
||||||
'.note',
|
'.note',
|
||||||
'.stab','.stabstr',
|
'.stab','.stabstr',
|
||||||
@ -1793,7 +1793,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.31 2004-08-25 15:55:32 peter
|
Revision 1.32 2004-08-27 20:55:08 peter
|
||||||
|
don't use .rodata, it doesn't work yet
|
||||||
|
|
||||||
|
Revision 1.31 2004/08/25 15:55:32 peter
|
||||||
* fixed win32 that was broken by previous fix
|
* fixed win32 that was broken by previous fix
|
||||||
|
|
||||||
Revision 1.30 2004/08/24 19:31:44 hajny
|
Revision 1.30 2004/08/24 19:31:44 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user