This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 branch] Ada bootstrap failure on powerpc-linux
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: gcc at gcc dot gnu dot org, debian-gcc at lists dot debian dot org
- Date: Sun, 29 Dec 2002 11:31:58 -0500
- Subject: Re: [3.3 branch] Ada bootstrap failure on powerpc-linux
>>>>> Matthias Klose writes:
Matthias> ../targtyps.o(.text+0x6a): In function `get_target_long_double_size':
Matthias> : undefined reference to `rs6000_long_double_type_size'
Matthias> ../targtyps.o(.text+0x6e): In function `get_target_long_double_size':
Matthias> : undefined reference to `rs6000_long_double_type_size'
This has been discussed on the GCC mailinglist before. Because
Gnat cannot link with the GCC infrastructure defining this variable to
provide variable size, it needs to assume 64-bit long double for now.
David