summaryrefslogtreecommitdiff
path: root/powerpc
diff options
context:
space:
mode:
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