]> git.pld-linux.org Git - packages/crossavr-binutils.git/blame - 426-binutils-atxmega192c3.patch
- synchronized patches with official AVR toolchain 3.4.1.830
[packages/crossavr-binutils.git] / 426-binutils-atxmega192c3.patch
CommitLineData
3ccd393f 1diff -Naurp binutils/size.c binutils/size.c
fbe885ec
PZ
2--- binutils/size.c 2012-05-24 13:59:33.000000000 +0530
3+++ binutils/size.c 2012-05-24 13:59:02.000000000 +0530
30f666e7 4@@ -145,6 +145,7 @@ avr_device_t avr[] =
3ccd393f 5
6 {"atxmega192a3", AVR200K, AVR16K, AVR2K},
7 {"atxmega192a3u", AVR200K, AVR16K, AVR2K},
8+ {"atxmega192c3", AVR200K, AVR16K, AVR2K},
9 {"atxmega192d3", AVR200K, AVR16K, AVR2K},
10
11 {"atmega128rfa2", AVR128K, AVR16K, AVR4K},
12diff -Naurp gas/config/tc-avr.c gas/config/tc-avr.c
fbe885ec
PZ
13--- gas/config/tc-avr.c 2012-05-24 13:59:33.000000000 +0530
14+++ gas/config/tc-avr.c 2012-05-24 14:00:01.000000000 +0530
15@@ -305,6 +305,7 @@ static struct mcu_type_s mcu_types[] =
3ccd393f 16 {"atxmega128d4", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
17 {"atxmega192a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
30f666e7 18 {"atxmega192a3u",AVR_ISA_XMEGAU, bfd_mach_avrxmega6},
fbe885ec 19+ {"atxmega192c3", AVR_ISA_XMEGAU, bfd_mach_avrxmega6},
3ccd393f 20 {"atxmega192d3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
21 {"atxmega256a3", AVR_ISA_XMEGA, bfd_mach_avrxmega6},
30f666e7 22 {"atxmega256a3u",AVR_ISA_XMEGAU, bfd_mach_avrxmega6},
3ccd393f 23diff -Naurp gas/doc/c-avr.texi gas/doc/c-avr.texi
fbe885ec
PZ
24--- gas/doc/c-avr.texi 2012-05-24 13:59:33.000000000 +0530
25+++ gas/doc/c-avr.texi 2012-05-24 13:59:02.000000000 +0530
3ccd393f 26@@ -105,7 +105,7 @@ atxmega64a1u).
27 Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program
28 memory space and less than 64K data space (MCU types: atxmega128a3, atxmega128a3u,
30f666e7
PZ
29 atxmega128c3, atxmega128d3, atxmega128d4, atxmega192a3, atxmega192a3u, atxmega128b1,
30-atxmega128b3, atxmega192d3, atxmega256a3, atxmega256a3u, atxmega256a3b, atxmega256a3bu,
31+atxmega128b3, atxmega192c3, atxmega192d3, atxmega256a3, atxmega256a3u, atxmega256a3b, atxmega256a3bu,
3ccd393f 32 atxmega256c3, atxmega256d3, atxmega384c3, atxmega384d3).
33
34 Instruction set avrxmega7 is for the XMEGA AVR core with greater than 64K program
This page took 0.033101 seconds and 4 git commands to generate.