top level:
authorZack Weinberg <zack@wolery.cumb.org>
Sat, 20 May 2000 19:45:36 +0000 (19:45 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 20 May 2000 19:45:36 +0000 (19:45 +0000)
commitfbd40359903dd76a65dea95c8782cc47f28fbc77
tree7ccfa0379a3a0d2a4e7803089ea3f13593b309bc
parentcd64831fc204fed5bcc6a957a43b1f3924a64960
top level:

* diagnostic.c: Eliminate implicit int.
* except.c, gcc.c: Add static prototypes.
* final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
* gensupport.c (process_rtx): Use XVEC to initialize vector
slot of 'split'.

* print-rtl.c: If DEBUG_REGISTER_NAMES, define static
debug_reg_names instead of static reg_names.  If not, define
global reg_names.
* regclass.c: Don't define global reg_names unless
DEBUG_REGISTER_NAMES is defined.

* reload1.c (order_regs_for_reload): Remove unused variable.
* varasm.c: Include output.h after defaults.h.  Define
eh_frame_section as function of no args, not of unspecified args.

* gcc.c: Constify argbuf; arguments to store_arg,
process_command, main; elements of struct command and struct
switchstr; local variables in execute, process_command, main.

cp:
* except.c: Add static prototypes.

From-SVN: r34054
12 files changed:
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/diagnostic.c
gcc/except.c
gcc/final.c
gcc/gcc.c
gcc/gensupport.c
gcc/print-rtl.c
gcc/regclass.c
gcc/reload1.c
gcc/varasm.c