OSDN Git Service

* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Feb 2003 10:38:04 +0000 (10:38 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Feb 2003 10:38:04 +0000 (10:38 +0000)
#ifndef __mips16.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63553 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5023208..24dbd2d 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 d1f02b8..2064ace 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