summaryrefslogtreecommitdiff
path: root/compiler/aarch64/agcpugas.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/aarch64/agcpugas.pas')
-rw-r--r--compiler/aarch64/agcpugas.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/aarch64/agcpugas.pas b/compiler/aarch64/agcpugas.pas
index 131793c709..2702e2a26e 100644
--- a/compiler/aarch64/agcpugas.pas
+++ b/compiler/aarch64/agcpugas.pas
@@ -789,6 +789,7 @@ unit agcpugas;
supported_targets : [system_aarch64_linux,system_aarch64_android];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';
+ labelmaxlen : -1;
comment : '// ';
dollarsign: '$';
);
@@ -802,6 +803,7 @@ unit agcpugas;
supported_targets : [system_aarch64_darwin];
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
labelprefix : 'L';
+ labelmaxlen : -1;
comment : '# ';
dollarsign: '$';
);
@@ -815,6 +817,7 @@ unit agcpugas;
supported_targets : [system_aarch64_win64];
flags : [af_needar,af_smartlink_sections,af_supports_dwarf];
labelprefix : '.L';
+ labelmaxlen : -1;
comment : '// ';
dollarsign: '$';
);