> -----Original Message-----
> From: 
> [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> org] On Behalf Of Stu Bell
> Sent: Thursday, March 22, 2007 3:36 PM
> To: avr-gcc-list@nongnu.org
> Subject: [avr-gcc-list] Option to remove unused trampoline 
> space gives bad link
> 
> Hi all,
> 
>  
> 
> I tried the option that Björn gave to remove unused 
> trampoline space.  The result seems to be a bad link.
> 
>  
> 
> Using the standard Mfile template, I added…
> 
>  
> 
>    
> 
> # Tell linker to free uneeded trampoline space
> 
> LDFLAGS += -Wl,--relax
> 
>  
> 
>  
> 
> The linker seems to be happy, but some of the calls are 
> pointing into totally wrong areas of code.
> 
>  
> 
> If I remove the option, the resulting code works properly.

Hi Stu,

Can you fill out a bug report?:
<http://sourceware.org/bugzilla/enter_bug.cgi>
Select the "binutils" product, and under the "target triplet" item put
"avr". Let me know what the bug # is so I can help to track it.

Thanks
Eric Weddington



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

Reply via email to