mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
Merge remote-tracking branch
'origin/GP-5243_ghidorahrex_PR-7170_gemesa_siemens-infineon-tricore' (Closes #7170)
This commit is contained in:
commit
2043734ed0
2 changed files with 7 additions and 7 deletions
|
@ -213,7 +213,7 @@ public interface ElfConstants {
|
|||
public static final short EM_SH = 42;
|
||||
/** SPARC v9 64-bit */
|
||||
public static final short EM_SPARCV9 = 43;
|
||||
/**Siemens Tricore */
|
||||
/**Infineon Tricore */
|
||||
public static final short EM_TRICORE = 44;
|
||||
/**Argonaut RISC Core */
|
||||
public static final short EM_ARC = 45;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
processorspec="tricore.pspec"
|
||||
manualindexfile="../manuals/tricore2.idx"
|
||||
id="tricore:LE:32:default">
|
||||
<description>Siemens Tricore Embedded Processor</description>
|
||||
<description>Infineon Tricore Embedded Processor</description>
|
||||
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||
</language>
|
||||
|
@ -24,7 +24,7 @@
|
|||
processorspec="tc29x.pspec"
|
||||
manualindexfile="../manuals/tricore2.idx"
|
||||
id="tricore:LE:32:tc29x">
|
||||
<description>Siemens Tricore Embedded Processor TC29x</description>
|
||||
<description>Infineon Tricore Embedded Processor TC29x</description>
|
||||
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||
</language>
|
||||
|
@ -37,7 +37,7 @@
|
|||
processorspec="tc172x.pspec"
|
||||
manualindexfile="../manuals/tricore.idx"
|
||||
id="tricore:LE:32:tc172x">
|
||||
<description>Siemens Tricore Embedded Processor TC1724/TC1728</description>
|
||||
<description>Infineon Tricore Embedded Processor TC1724/TC1728</description>
|
||||
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||
</language>
|
||||
|
@ -50,7 +50,7 @@
|
|||
processorspec="tc176x.pspec"
|
||||
manualindexfile="../manuals/tricore.idx"
|
||||
id="tricore:LE:32:tc176x">
|
||||
<description>Siemens Tricore Embedded Processor TC1762/TC1766</description>
|
||||
<description>Infineon Tricore Embedded Processor TC1762/TC1766</description>
|
||||
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||
</language>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue