This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to use __addtf3?,Is gcc-3.1.1's -mlong-double-128 OK onlinuxppc?
- From: Kaoru Fukui <k_fukui at highway dot ne dot jp>
- To: k_fukui at highway dot ne dot jp, gcc at gcc dot gnu dot org, mmitchel at entropy dot crashing dot org
- Date: Wed, 29 May 2002 23:23:13 +0900 (JST)
- Subject: Re: How to use __addtf3?,Is gcc-3.1.1's -mlong-double-128 OK onlinuxppc?
On 29 May, To: gcc@gcc.gnu.org wrote:
> [root@g4mpkfukui Test-place]# gcc -mlong-double-128 -msoft-float size-2.c
> /tmp/ccE7t7Yt.o: In function `main':
> /tmp/ccE7t7Yt.o(.text+0xac): undefined reference to `__addtf3'
> /tmp/ccE7t7Yt.o(.text+0xac): relocation truncated to fit: R_PPC_REL24 __addtf3
> collect2: ld returned 1 exit status
I found __addtf3 in glibc.
Thanks
Kaoru