diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-07-23 13:14:02 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-07-23 13:14:02 +0000 |
commit | 783288d052bbcf75e250dff5018443d109c6101c (patch) | |
tree | c7254dde41f1bb1229cad9f49a0bfd4482293aba /powerpc | |
parent | ae6f7b8d4cf30fbc2f56c3f2baa8f028fb7f9c10 (diff) |
Merge the various $(ARCH)/$(VARIANT)/xxx.v files into $(ARCH)/xxx.v.
The only platform where we have two variants is ARM, and it's easier
to share the callling convention code between the two than to maintain
both variants separately.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2540 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'powerpc')
-rw-r--r-- | powerpc/Conventions1.v (renamed from powerpc/eabi/Conventions1.v) | 6 | ||||
-rw-r--r-- | powerpc/Stacklayout.v (renamed from powerpc/eabi/Stacklayout.v) | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/powerpc/eabi/Conventions1.v b/powerpc/Conventions1.v index 866e73d..7c7177e 100644 --- a/powerpc/eabi/Conventions1.v +++ b/powerpc/Conventions1.v @@ -537,3 +537,9 @@ Proof. } eauto. Qed. + +Lemma loc_arguments_main: + loc_arguments signature_main = nil. +Proof. + reflexivity. +Qed. diff --git a/powerpc/eabi/Stacklayout.v b/powerpc/Stacklayout.v index be823c1..be823c1 100644 --- a/powerpc/eabi/Stacklayout.v +++ b/powerpc/Stacklayout.v |