Commit 28727f1f by Richard Sandiford Committed by Richard Sandiford

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
parent 10a3fdd9
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> Fri Feb 28 11:09:14 CET 2003 Jan Hubicka <jh@suse.cz>
* combine.c (gen_lowpart_for_combine): Update handling of * combine.c (gen_lowpart_for_combine): Update handling of
......
...@@ -4345,6 +4345,7 @@ while (0) ...@@ -4345,6 +4345,7 @@ while (0)
/* Generate calls to memcpy, etc., not bcopy, etc. */ /* Generate calls to memcpy, etc., not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS #define TARGET_MEM_FUNCTIONS
#ifndef __mips16
/* Since the bits of the _init and _fini function is spread across /* Since the bits of the _init and _fini function is spread across
many object files, each potentially with its own GP, we must assume 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 we need to load our GP. We don't preserve $gp or $ra, since each
...@@ -4373,3 +4374,4 @@ while (0) ...@@ -4373,3 +4374,4 @@ while (0)
jal " USER_LABEL_PREFIX #FUNC "\n\ jal " USER_LABEL_PREFIX #FUNC "\n\
" TEXT_SECTION_ASM_OP); " TEXT_SECTION_ASM_OP);
#endif #endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment