mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 00:33:03 +02:00
* Extend global label for smart linked objects to bsd systems
git-svn-id: trunk@19236 -
This commit is contained in:
parent
ee67e124ee
commit
ccb0595971
@ -454,7 +454,7 @@ implementation
|
||||
|
||||
procedure TAsmData.getlabel(out l : TAsmLabel;alt:TAsmLabeltype);
|
||||
begin
|
||||
if (target_info.system in systems_linux) and
|
||||
if (target_info.system in (systems_linux + systems_bsd)) and
|
||||
(cs_create_smart in current_settings.moduleswitches) and
|
||||
(alt = alt_dbgline) then
|
||||
l:=TAsmLabel.createglobal(AsmSymbolDict,name,FNextLabelNr[alt],alt)
|
||||
|
Loading…
Reference in New Issue
Block a user