* on AIX, you also can't have a label without data coming at the end of the

resource string table -> use same workaround as for Darwin

git-svn-id: trunk@20805 -
This commit is contained in:
Jonas Maebe 2012-04-11 18:02:18 +00:00
parent dc70db9402
commit b93cc83703

View File

@ -207,7 +207,7 @@ uses
{ Update: the Mac OS X 10.6 linker orders data that needs to be }
{ relocated before all other data, so make this data relocatable, }
{ otherwise the end label won't be moved with the rest }
if (target_info.system in systems_darwin) then
if (target_info.system in (systems_darwin+systems_aix)) then
current_asmdata.asmlists[al_resourcestrings].concat(Tai_const.create_sym(endsymlab));
end;