diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-05 18:50:19 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-05 18:50:19 +0000 |
commit | 253e1b4a339584fa57632f61d74c7d8c3e05fba5 (patch) | |
tree | 63c0813da4ff40c6d29353a0450544e33d5f72e5 /gcc/config | |
parent | 9e10b004fc3f98cad2359eeb6298078f07ca1c85 (diff) | |
download | gcc-253e1b4a339584fa57632f61d74c7d8c3e05fba5.tar.gz |
* config/rs6000/eabi.asm (__eabi_convert): Don't define if
_RELOCATABLE.
(__eabi_uconvert): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/eabi.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm index f5581efebf9..292d88e5016 100644 --- a/gcc/config/rs6000/eabi.asm +++ b/gcc/config/rs6000/eabi.asm @@ -230,7 +230,7 @@ FUNC_END(__eabi) r11 has the address of .LCTOC1 in it. r12 has the value to add to each pointer r13 .. r31 are unchanged */ - +#ifdef _RELOCATABLE FUNC_START(__eabi_convert) cmplw 1,3,4 /* any pointers to convert? */ subf 5,3,4 /* calculate number of words to convert */ @@ -285,5 +285,5 @@ FUNC_START(__eabi_uconvert) blr FUNC_END(__eabi_uconvert) - +#endif #endif |