aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64')
-rw-r--r--aarch64/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/TargetPrinter.ml b/aarch64/TargetPrinter.ml
index e31abf71..a9d47bdd 100644
--- a/aarch64/TargetPrinter.ml
+++ b/aarch64/TargetPrinter.ml
@@ -226,7 +226,7 @@ module MacOS_System : SYSTEM =
| Section_data i | Section_small_data i ->
variable_section ~sec:".data" i
| Section_const i | Section_small_const i ->
- variable_section ~sec:".section __DATA,__CONST" i
+ variable_section ~sec:".const" ~reloc:".const_data" i
| Section_string -> ".const"
| Section_literal -> ".const"
| Section_jumptable -> ".text"