aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2021-01-18 19:56:44 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2021-01-18 19:56:44 +0100
commitab62e1bed37d2efe4d2a9e0139839bae21b1cdd9 (patch)
tree73a122d74b0493fa1f95e82b478a749b3e6595fb /debug
parent0a39cdab7f7ad8dc73339d17563a85d6f57f1710 (diff)
downloadcompcert-kvx-ab62e1bed37d2efe4d2a9e0139839bae21b1cdd9.tar.gz
compcert-kvx-ab62e1bed37d2efe4d2a9e0139839bae21b1cdd9.zip
"macosx" is now called "macos"
The configure script still accepts "macosx" for backward compatibility, but every other part of CompCert now uses "macos".
Diffstat (limited to 'debug')
-rw-r--r--debug/Dwarfgen.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Dwarfgen.ml b/debug/Dwarfgen.ml
index 020ac60e..d9e941fb 100644
--- a/debug/Dwarfgen.ml
+++ b/debug/Dwarfgen.ml
@@ -594,7 +594,7 @@ let gnu_file_loc (f,l) =
let string_table: (string,int) Hashtbl.t = Hashtbl.create 7
let gnu_string_entry s =
- if (String.length s < 4 && Configuration.system <> "macosx") (* macosx needs debug_str *)
+ if (String.length s < 4 && Configuration.system <> "macos") (* macos needs debug_str *)
|| Configuration.system = "cygwin" then (*Cygwin does not use the debug_str section*)
Simple_string s
else