aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-02 09:45:55 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-02 09:45:55 +0200
commit8058d6a89fe0cfda16f685ef5a96793b95cc4156 (patch)
treebe0be3400453ad64313432b0c580234114788846 /driver/Driver.ml
parent7962808d192f2b4d88e8ff1135e3f6e75cf8dea9 (diff)
parent98206d8c97cf9ecdff8d892ecafb9a9fa8455f74 (diff)
downloadcompcert-kvx-8058d6a89fe0cfda16f685ef5a96793b95cc4156.tar.gz
compcert-kvx-8058d6a89fe0cfda16f685ef5a96793b95cc4156.zip
Merge branch 'mppa-xsaddr' into mppa-work
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 2672ed99..35b5db86 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -372,6 +372,9 @@ let cmdline_actions =
@ f_opt_str "postpass" option_fpostpass option_fpostpass_sched
@ f_opt "inline" option_finline
@ f_opt "inline-functions-called-once" option_finline_functions_called_once
+ @ f_opt "globaladdrtmp" option_fglobaladdrtmp
+ @ f_opt "globaladdroffset" option_fglobaladdroffset
+ @ f_opt "xsaddr" option_fxsaddr
(* Code generation options *)
@ f_opt "fpu" option_ffpu
@ f_opt "sse" option_ffpu (* backward compatibility *)