mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 19:49:31 +02:00
* actually assign the section name for end of the resourcestrings
git-svn-id: trunk@32430 -
This commit is contained in:
parent
1142fdeccd
commit
27219ae5ff
@ -971,7 +971,7 @@ implementation
|
||||
internalerror(2015110802);
|
||||
sym:=get_vectorized_dead_strip_section_symbol_end(basename,st,true);
|
||||
if not customsecname then
|
||||
make_mangledname(basename,st,'3_END');
|
||||
secname:=make_mangledname(basename,st,'3_END');
|
||||
end
|
||||
else if tcalo_vectorized_dead_strip_item in options then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user