[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] Option to remove unused trampoline space gives bad li
From: |
Eric Weddington |
Subject: |
RE: [avr-gcc-list] Option to remove unused trampoline space gives bad link |
Date: |
Fri, 23 Mar 2007 16:52:06 -0600 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of Stu Bell
> Sent: Thursday, March 22, 2007 3:36 PM
> To: address@hidden
> 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