diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-27 22:34:05 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-27 22:34:05 +0000 |
commit | 2ed6c34332055a5b2585501877216b8282ac9991 (patch) | |
tree | 035aabe4512417329e926b4fba53a53dc50da4a6 /gcc/gcc.texi | |
parent | 99a9be64bb589f4541ad959829d184d8bb29659f (diff) | |
download | gcc-2ed6c34332055a5b2585501877216b8282ac9991.tar.gz |
* configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
-Wmissing-prototypes.
* configure: Regenerate.
* gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
* builtins.c, calls.c: Change all instances of gen_call_* or
gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
* calls.c (struct_value_size_rtx): Separate definition from
initialization to avoid unused variable warning.
* genflags.c (gen_macro): New function.
(gen_proto): Call it for gen_call_* and gen_sibcall_*.
(gen_nonproto): Delete.
(gen_insn): Put all insns on the same obstack.
(main): Generate prototypes for everything unconditionally.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index affda9744e1..9e43852911b 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -3911,15 +3911,6 @@ GCC. If @samp{USE_PROTOTYPES} is not defined, it will be determined automatically whether your compiler supports prototypes by checking if @samp{__STDC__} is defined. -@findex MD_CALL_PROTOTYPES -@item MD_CALL_PROTOTYPES -Define this if you wish to generate prototypes for the @code{gen_call} -or @code{gen_call_value} functions generated from the machine -description file. If @samp{USE_PROTOTYPES} is defined to be 0, or the -host compiler does not support prototypes, this macro has no effect. As -soon as all of the machine descriptions are modified to have the -appropriate number of arguments, this macro will be removed. - @findex PATH_SEPARATOR @item PATH_SEPARATOR Define this macro to be a C character constant representing the |