>The command line is a typical commandline used in testsuite regression
>test runs for avr-gcc.
>
>$avr-libc/libm/fplib/log.S shows explicit use of RCALL/RJMP to
>external symbols which should definitely not be there.
>

1. Why can't rcall/rjmp be used against external symbols? If the value falls 
outside the legal range, linker relaxation can handle it. (Not sure if avr-ld 
is already doing it)

2. Can you attach log.S or paste relevant portions?
 

Anitha

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to