Commit 19b905ce by Nathan Froyd Committed by Nathan Froyd

eabi.asm (__eabi_convert): Don't define if _RELOCATABLE.

	* config/rs6000/eabi.asm (__eabi_convert): Don't define if
	_RELOCATABLE.
	(__eabi_uconvert): Likewise.

From-SVN: r148223
parent ca462c38
2009-06-05 Nathan Froyd <froydnj@codesourcery.com> 2009-06-05 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/eabi.asm (__eabi_convert): Don't define if
_RELOCATABLE.
(__eabi_uconvert): Likewise.
2009-06-05 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/ppc-asm.h: Protect auto-host.h inclusion and * config/rs6000/ppc-asm.h: Protect auto-host.h inclusion and
CFI_* definitions with IN_GCC. CFI_* definitions with IN_GCC.
......
...@@ -230,7 +230,7 @@ FUNC_END(__eabi) ...@@ -230,7 +230,7 @@ FUNC_END(__eabi)
r11 has the address of .LCTOC1 in it. r11 has the address of .LCTOC1 in it.
r12 has the value to add to each pointer r12 has the value to add to each pointer
r13 .. r31 are unchanged */ r13 .. r31 are unchanged */
#ifdef _RELOCATABLE
FUNC_START(__eabi_convert) FUNC_START(__eabi_convert)
cmplw 1,3,4 /* any pointers to convert? */ cmplw 1,3,4 /* any pointers to convert? */
subf 5,3,4 /* calculate number of words to convert */ subf 5,3,4 /* calculate number of words to convert */
...@@ -285,5 +285,5 @@ FUNC_START(__eabi_uconvert) ...@@ -285,5 +285,5 @@ FUNC_START(__eabi_uconvert)
blr blr
FUNC_END(__eabi_uconvert) FUNC_END(__eabi_uconvert)
#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