/bfd:
2009-02-03 Eric B. Weddington <eric.weddington@atmel.com> * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
This commit is contained in:
parent
8a308ae82b
commit
654c3c9fa5
2 changed files with 6 additions and 1 deletions
|
@ -854,10 +854,11 @@ avr_final_link_relocate (reloc_howto_type * howto,
|
|||
{
|
||||
/* Relative distance is too large. */
|
||||
|
||||
/* Always apply WRAPAROUND for avr2 and avr4. */
|
||||
/* Always apply WRAPAROUND for avr2, avr25, and avr4. */
|
||||
switch (bfd_get_mach (input_bfd))
|
||||
{
|
||||
case bfd_mach_avr2:
|
||||
case bfd_mach_avr25:
|
||||
case bfd_mach_avr4:
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue