[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Linker question
From: |
Ned Konz |
Subject: |
Re: [avr-gcc-list] Linker question |
Date: |
Sat, 2 Jul 2005 20:51:48 -0700 |
User-agent: |
KMail/1.7.2 |
On Saturday 02 July 2005 7:38 pm, Trampas wrote:
> I have noticed that the avr-gcc linker/compiler will link in functions that
> are never called. I can understand the compiler/linker doing this when you
> are using pointer to functions as that it can not be determined at compile
> time what functions will be called. However if you are not using pointers
> to functions is there a way to have the linker not include functions that
> are not called?
If you have one function per archive member (i.e. per object file), this
shouldn't happen.
--
Ned Konz
http://bike-nomad.com
- [avr-gcc-list] can't upgrade/patch for tiny13, Terry Karlson, 2005/07/01
- Re: [avr-gcc-list] can't upgrade/patch for tiny13, Joerg Wunsch, 2005/07/02
- [avr-gcc-list] Rowley Complier Vs GCC, Trampas, 2005/07/02
- [avr-gcc-list] Linker question, Trampas, 2005/07/02
- Re: [avr-gcc-list] Linker question,
Ned Konz <=
- [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Andrew M. Cullen, 2005/07/03
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/04
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Andrew M. Cullen, 2005/07/07
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/08
- Re: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Torleif Sandnes, 2005/07/04
- RE: [avr-gcc-list] Cygwin paths causes problems for AVR Studio, Colin Paul Gloster, 2005/07/04
- RE: [avr-gcc-list] Linker question, Trampas, 2005/07/03
- Re: [avr-gcc-list] Linker question, Erik Christiansen, 2005/07/04
- Re: [avr-gcc-list] Rowley Complier Vs GCC, Joerg Wunsch, 2005/07/03
- Re: [avr-gcc-list] Rowley Complier Vs GCC, Anton Erasmus, 2005/07/04