[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug target/10110] [3.3/3.4 regression] [mipsel-linux]ada bootstrap error



PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10110


charlet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |target


------- Additional Comments From charlet at gcc dot gnu dot org  2003-10-21 15:12 -------
There's nothing Ada specific on this bug, look at the error message:

<<
../targtyps.o(.text+0x134): In function `get_target_long_double_size':
: undefined reference to `mips_abi'
../targtyps.o(.text+0x1a0): In function `get_target_maximum_alignment':
: undefined reference to `mips_abi'
collect2: ld returned 1 exit status
>>

Now look for get_target_long_double_size at gcc/ada/targtyps.c:

<<
Pos
get_target_long_double_size ()
{
  return WIDEST_HARDWARE_FP_SIZE;
}
>>

So as you can see, WIDEST_HARDWARE_FP_SIZE is apparently not defined
correctly on this config. Similar thing for the other error.

Changing component from 'Ada' to 'target'.

Arno



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: