Commit 14e9c185 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[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).
parent 0e57e07d
/*
* 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__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment