From 27219ae5ffa2dcc30026804d9bbe093566703913 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 21 Nov 2015 14:31:08 +0000 Subject: [PATCH] * actually assign the section name for end of the resourcestrings git-svn-id: trunk@32430 - --- compiler/aasmcnst.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/aasmcnst.pas b/compiler/aasmcnst.pas index 3a22226132..23e5caf3fb 100644 --- a/compiler/aasmcnst.pas +++ b/compiler/aasmcnst.pas @@ -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