File binutils-patch-avr25-wraparound-reloc.diff of Package wrightflyer
--- bfd/elf32-avr.c.old 2009-01-30 14:41:41.012833400 -0700
+++ bfd/elf32-avr.c 2009-01-30 14:43:19.721643700 -0700
@@ -854,10 +854,11 @@ avr_final_link_relocate (reloc_howto_typ
{
/* 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;