]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in #ifndef __mips16.
authorRichard Sandiford <rsandifo@redhat.com>
Fri, 28 Feb 2003 10:38:04 +0000 (10:38 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 28 Feb 2003 10:38:04 +0000 (10:38 +0000)
* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
#ifndef __mips16.

From-SVN: r63553

gcc/ChangeLog
gcc/config/mips/mips.h

index 5023208ea0b5507bdc18961bf95a02552a457d22..24dbd2d45b6c8ab8398ba5a02c0465940a220f4b 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-28  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
+       #ifndef __mips16.
+
 Fri Feb 28 11:09:14 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * combine.c (gen_lowpart_for_combine): Update handling of
index d1f02b85a0c1496bd22650f6c6892fbddd101415..2064ace96ebe17d88600338d6a316a3493f215af 100644 (file)
@@ -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