summaryrefslogtreecommitdiff
path: root/gcc/config/openbsd.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-11 21:20:03 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-11 21:20:03 +0000
commite51fa9235f6c37bf6d7e094c1347d5b62488262d (patch)
tree0a1dfc117b123d1c4722d37ea327f3434dca7f10 /gcc/config/openbsd.h
parent0cdad59a98d2aca16fd9a64263a3f01970029832 (diff)
downloadgcc-e51fa9235f6c37bf6d7e094c1347d5b62488262d.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/openbsd.h')
-rw-r--r--gcc/config/openbsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h
index 147eec62437..2c0738f68b2 100644
--- a/gcc/config/openbsd.h
+++ b/gcc/config/openbsd.h
@@ -140,7 +140,9 @@ Boston, MA 02111-1307, USA. */
/* Implicit calls to library routines. */
/* Use memcpy and memset instead of bcopy and bzero. */
+#ifndef TARGET_MEM_FUNCTIONS
#define TARGET_MEM_FUNCTIONS
+#endif
/* Miscellaneous parameters. */