summaryrefslogtreecommitdiff
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-11-02 10:42:56 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-11-02 10:42:56 +0000
commit5d84e6862562eb14fe489c297864e660ace12418 (patch)
treebbe3828bd4da0eec12a91c788e13051d00a4e7cd /driver/Clflags.ml
parent3ccc93675292bf9a44ac0d7111d3f44981e1f56d (diff)
Simplified the treatment of the PowerPC small data area; now more specific to the Diab toolchain.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1165 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 81d4af3..08e4a53 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -17,7 +17,6 @@ let linker_options = ref ([]: string list)
let exe_name = ref "a.out"
let option_flonglong = ref false
let option_fmadd = ref false
-let option_fsda = ref false
let option_dclight = ref false
let option_dasm = ref false
let option_E = ref false