mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 17:22:53 +08:00
GT-3106: Corrected AVR8 variant naming mismatch.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<language processor="AVR8"
|
||||
endian="little"
|
||||
size="16"
|
||||
variant="avr6"
|
||||
variant="atmega256"
|
||||
version="1.3"
|
||||
slafile="avr8eind.sla"
|
||||
processorspec="atmega256.pspec"
|
||||
|
||||
@@ -1,27 +1,7 @@
|
||||
<opinions>
|
||||
<constraint loader="Executable and Linking Format (ELF)" compilerSpecID="gcc">
|
||||
<constraint primary="83" processor="AVR8" endian="little" />
|
||||
<!--
|
||||
Elf e_flags are used for the secondary attribute, the following are pulled from binutils include/elf/avr.h
|
||||
#define E_AVR_MACH_AVR1 1
|
||||
#define E_AVR_MACH_AVR2 2
|
||||
#define E_AVR_MACH_AVR25 25
|
||||
#define E_AVR_MACH_AVR3 3
|
||||
#define E_AVR_MACH_AVR31 31
|
||||
#define E_AVR_MACH_AVR35 35
|
||||
#define E_AVR_MACH_AVR4 4
|
||||
#define E_AVR_MACH_AVR5 5
|
||||
#define E_AVR_MACH_AVR51 51
|
||||
#define E_AVR_MACH_AVR6 6
|
||||
#define E_AVR_MACH_AVRTINY 100
|
||||
#define E_AVR_MACH_XMEGA1 101
|
||||
#define E_AVR_MACH_XMEGA2 102
|
||||
#define E_AVR_MACH_XMEGA3 103
|
||||
#define E_AVR_MACH_XMEGA4 104
|
||||
#define E_AVR_MACH_XMEGA5 105
|
||||
#define E_AVR_MACH_XMEGA6 106
|
||||
#define E_AVR_MACH_XMEGA7 107
|
||||
-->
|
||||
<!-- Elf e_flags are used for the secondary attribute -->
|
||||
<constraint primary="83" secondary= "31" processor="AVR8" size="16" variant="default"/>
|
||||
<constraint primary="83" secondary= "51" processor="AVR8" size="16" variant="extended"/>
|
||||
<constraint primary="83" secondary= "6" processor="AVR8" size="24"" variant="atmega256"/>
|
||||
|
||||
Reference in New Issue
Block a user