mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 22:50:18 +02:00
* fixed max length of gcsectionsstr (mantis #15984)
git-svn-id: trunk@15014 -
This commit is contained in:
parent
171c0289b0
commit
61df8f05a0
@ -620,7 +620,7 @@ var
|
|||||||
cmdstr,
|
cmdstr,
|
||||||
extdbgbinstr,
|
extdbgbinstr,
|
||||||
extdbgcmdstr : TCmdStr;
|
extdbgcmdstr : TCmdStr;
|
||||||
GCSectionsStr : string[40];
|
GCSectionsStr : string[63];
|
||||||
exportedsyms: text;
|
exportedsyms: text;
|
||||||
success : boolean;
|
success : boolean;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user