diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-10 03:57:12 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-10 03:57:12 +0000 |
commit | 21571b7c8248204df14bd76307190c3d4b62edb2 (patch) | |
tree | d7109a33f747ef7639d8a8c720d0ad38750a38c7 /gcc/invoke.texi | |
parent | 378c47cfd27e4a7b26edc590d197dab598a7236a (diff) | |
download | gcc-21571b7c8248204df14bd76307190c3d4b62edb2.tar.gz |
* m88k.c (m88k_expand_prologue): Set MEM_IN_STRUCT_P of va_list
template.
Also invoke.texi tweaks for v850.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15215 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index ec10a790319..c89ff1eec53 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -347,6 +347,7 @@ in the following sections. -mlong-calls -mno-long-calls -mep -mno-ep -mprolog-function -mno-prolog-function -mspace -mtda=@var{n} -msda=@var{n} -mzda=@var{n} +-mv850 @end smallexample @item Code Generation Options @@ -4971,6 +4972,10 @@ area can hold up to 64 kilobytes. @item -mzda=@var{n} Put static or global variables whose size is @var{n} bytes or less into the first 32 kilobytes of memory. + +@item -mv850 +Specify that the target processor is the V850. + @end table @node Code Gen Options |