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

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

Re: [avr-gcc-list] avr-ld: Do linker stubs need --relax?


From: Jan Waclawek
Subject: Re: [avr-gcc-list] avr-ld: Do linker stubs need --relax?
Date: Fri, 4 May 2012 19:21:35 +0200

In support of my arguments: [binutils]/ld/emutempl/avrelf.em contains a 
specific handler for the case of stubs without relax:

static void
avr_elf_after_allocation (void)
{
  if (!avr_no_stubs && ! RELAXATION_ENABLED)
    {
      /* If relaxing, elf32_avr_size_stubs will be called from
         elf32_avr_relax_section.  */
[...]


Jan


----- Original Message ---------------
>[...] which in turn is consequence of an incomplete/untested implementation of 
>the stubs. 




reply via email to

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