PR 9827
[deliverable/binutils-gdb.git] / bfd / elf32-avr.c
index 17e20fa2c3a8d7ac26f883e5e0dc69dd1edd6c36..afcef18aa30726c14297e649b71988d3c9a216a1 100644 (file)
@@ -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;
 
This page took 0.02461 seconds and 4 git commands to generate.