mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* fixed Mac OS X compilation (start new ".data" section for resource strings)
git-svn-id: trunk@1086 -
This commit is contained in:
parent
ca66b9f7c1
commit
05abf21708
@ -186,6 +186,7 @@ begin
|
||||
if asmlist[aasmtai.al_resourcestrings]=nil then
|
||||
asmlist[aasmtai.al_resourcestrings]:=taasmoutput.create;
|
||||
maybe_new_object_file(asmlist[aasmtai.al_resourcestrings]);
|
||||
new_section(asmlist[aasmtai.al_resourcestrings],sec_data,'',4);
|
||||
asmlist[aasmtai.al_resourcestrings].concat(tai_align.create(const_align(sizeof(aint))));
|
||||
asmlist[aasmtai.al_resourcestrings].concat(tai_symbol.createname_global(
|
||||
make_mangledname('RESOURCESTRINGLIST',current_module.localsymtable,''),AT_DATA,0));
|
||||
|
Loading…
Reference in New Issue
Block a user