summaryrefslogtreecommitdiff
path: root/devel/avr-binutils/files/patch-wrong-arch
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2009-08-12 19:26:31 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2009-08-12 19:26:31 +0000
commit773e96dadd7c33ddd4f68d4274a38649a42244e6 (patch)
tree3f7dd9254e619f8bb059010e7cc0acd12be14b50 /devel/avr-binutils/files/patch-wrong-arch
parent- Update to 2.10 (diff)
Upgrade to GNU binutils 2.19.1.
Integrate another bugfix that affects avr25-architecture MCU types (ATtiny84, for example).
Notes
Notes: svn path=/head/; revision=239401
Diffstat (limited to 'devel/avr-binutils/files/patch-wrong-arch')
-rw-r--r--devel/avr-binutils/files/patch-wrong-arch22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/avr-binutils/files/patch-wrong-arch b/devel/avr-binutils/files/patch-wrong-arch
deleted file mode 100644
index 0a7b39f44048..000000000000
--- a/devel/avr-binutils/files/patch-wrong-arch
+++ /dev/null
@@ -1,22 +0,0 @@
---- bfd/elf32-avr.c.old 2008-11-11 10:30:09.000000000 -0700
-+++ bfd/elf32-avr.c 2008-11-11 10:31:40.171875000 -0700
-@@ -1298,6 +1298,7 @@ bfd_elf_avr_final_write_processing (bfd
-
- case bfd_mach_avr25:
- val = E_AVR_MACH_AVR25;
-+ break;
-
- case bfd_mach_avr3:
- val = E_AVR_MACH_AVR3;
-@@ -1305,9 +1306,11 @@ bfd_elf_avr_final_write_processing (bfd
-
- case bfd_mach_avr31:
- val = E_AVR_MACH_AVR31;
-+ break;
-
- case bfd_mach_avr35:
- val = E_AVR_MACH_AVR35;
-+ break;
-
- case bfd_mach_avr4:
- val = E_AVR_MACH_AVR4;