alpha.c (unicosmk_special_name): Prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 11 Nov 2001 21:20:03 +0000 (21:20 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 11 Nov 2001 21:20:03 +0000 (21:20 +0000)
commit950a3816a7e54f132d34e5458474db5465b917ca
tree0a1dfc117b123d1c4722d37ea327f3434dca7f10
parent0c50ee733d4ab7d8e363af4f5d530ac6a9e4081c
alpha.c (unicosmk_special_name): Prototype.

* alpha.c (unicosmk_special_name): Prototype.
(unicosmk_ssib_name): Delete unused variable.
* alpha/unicosmk.h (common_section, ssib_section): Prototype.
* alpha/vms.h (PREFIX): Undef before defining.
* arm/pe.h (SUBTARGET_NAME_ENCODING_LENGTHS): Likewise.
* i370/i370.c (mvs_hash_alias): Prototype.  Wrap with macro
controlling usage.  Const-ify.
(alias_number): Delete unused variable.
* m32r/m32r.c (m32r_sched_init): Add missing argument.
(m32r_expand_block_move): Fix uninitialized warnings.
* mn10300/mn10300.h (REGNO_IN_RANGE_P): Fix 'unsigned >=0 is
always true' warnings.
* openbsd.h (TARGET_MEM_FUNCTIONS): Don't redefine.
* sh/sh.c: Include "integrate.h".
(output_far_jump): Fix uninitialized warning.
* final.c (shorten_branches): Avoid automatic aggregate
initialization.
* integrate.c (subst_constants): Likewise.

From-SVN: r46932
12 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/unicosmk.h
gcc/config/alpha/vms.h
gcc/config/arm/pe.h
gcc/config/i370/i370.c
gcc/config/m32r/m32r.c
gcc/config/mn10300/mn10300.h
gcc/config/openbsd.h
gcc/config/sh/sh.c
gcc/final.c
gcc/integrate.c