summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2003-02-18 05:46:56 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-18 05:46:56 -0800
commit14e9c1852ea43c9b325b42b6c41b24f1a4698a2d (patch)
tree65164b8aa5a1e707aafda2ff11375861ad9fa87a /include
parent0e57e07d4cce3a2272ff1592496d282caab0cc3b (diff)
[PATCH] create an architecture specific flat header for v850
This patch adds a v850 architecture specific flat file header. It supports the stack layout define needed by the flat format load binfmt_flat.c (for MMUless CPU's).
Diffstat (limited to 'include')
-rw-r--r--include/asm-v850/flat.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/asm-v850/flat.h b/include/asm-v850/flat.h
new file mode 100644
index 000000000000..94a42a41e843
--- /dev/null
+++ b/include/asm-v850/flat.h
@@ -0,0 +1,19 @@
+/*
+ * include/asm-v850/flat.h -- uClinux flat-format executables
+ *
+ * Copyright (C) 2002 NEC Corporation
+ * Copyright (C) 2002 Miles Bader <miles@gnu.org>
+ *
+ * This file is subject to the terms and conditions of the GNU General
+ * Public License. See the file COPYING in the main directory of this
+ * archive for more details.
+ *
+ * Written by Miles Bader <miles@gnu.org>
+ */
+
+#ifndef __V850_FLAT_H__
+#define __V850_FLAT_H__
+
+#define flat_argvp_envp_on_stack() 0
+
+#endif /* __V850_FLAT_H__ */