From: Richard Sandiford Date: Fri, 28 Feb 2003 10:38:04 +0000 (+0000) Subject: mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in #ifndef __mips16. X-Git-Tag: releases/gcc-3.4.0~8360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28727f1fb365c5cc0d02394dd06d57a57eb0fa76;p=thirdparty%2Fgcc.git mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in #ifndef __mips16. * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in #ifndef __mips16. From-SVN: r63553 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5023208ea0b5..24dbd2d45b6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-02-28 Richard Sandiford + + * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in + #ifndef __mips16. + Fri Feb 28 11:09:14 CET 2003 Jan Hubicka * combine.c (gen_lowpart_for_combine): Update handling of diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index d1f02b85a0c1..2064ace96ebe 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -4345,6 +4345,7 @@ while (0) /* Generate calls to memcpy, etc., not bcopy, etc. */ #define TARGET_MEM_FUNCTIONS +#ifndef __mips16 /* Since the bits of the _init and _fini function is spread across many object files, each potentially with its own GP, we must assume we need to load our GP. We don't preserve $gp or $ra, since each @@ -4373,3 +4374,4 @@ while (0) jal " USER_LABEL_PREFIX #FUNC "\n\ " TEXT_SECTION_ASM_OP); #endif +#endif