summaryrefslogtreecommitdiff
path: root/devel/avr-binutils/files/patch-avr25-wrap
blob: 677e251d8b4b6f8d42d960c22355d460822bcbc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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;