aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-11-11 21:20:03 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-11-11 21:20:03 +0000
commit950a3816a7e54f132d34e5458474db5465b917ca (patch)
tree0a1dfc117b123d1c4722d37ea327f3434dca7f10 /gcc/config/arm
parent0c50ee733d4ab7d8e363af4f5d530ac6a9e4081c (diff)
downloadgcc-950a3816a7e54f132d34e5458474db5465b917ca.zip
gcc-950a3816a7e54f132d34e5458474db5465b917ca.tar.gz
gcc-950a3816a7e54f132d34e5458474db5465b917ca.tar.bz2
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
Diffstat (limited to 'gcc/config/arm')
-rw-r--r--gcc/config/arm/pe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/arm/pe.h b/gcc/config/arm/pe.h
index 3a9ad7c..4b9c38a 100644
--- a/gcc/config/arm/pe.h
+++ b/gcc/config/arm/pe.h
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#define ARM_PE_FLAG_CHAR '@'
/* Ensure that @x. will be stripped from the function name. */
+#undef SUBTARGET_NAME_ENCODING_LENGTHS
#define SUBTARGET_NAME_ENCODING_LENGTHS \
case ARM_PE_FLAG_CHAR: return 3;