avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Linking and unused functions.


From: Bernd Trog
Subject: Re: [avr-gcc-list] Linking and unused functions.
Date: Sat, 6 Mar 2004 10:41:09 -0800 (PST)

On Thu, 4 Mar 2004, David Gay wrote:

> FWIW, commenting
>    #undef TARGET_ASM_UNIQUE_SECTION
>    #define TARGET_ASM_UNIQUE_SECTION avr_unique_section
> in gcc/config/avr/avr.c
> 
> gets rid of the crash, and everything seems to work... 

Thanks David!

This works great (after adding a "*(.data.*)" to the linker-script).

> But I have no idea why avr_unique_section was added in the first place.

Maybe GCC's default unique_section wasn't 'good' enought at the time the
avr-backend was developed?





__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com

_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list


reply via email to

[Prev in Thread] Current Thread [Next in Thread]