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
|
@ -4,9 +4,9 @@
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
@ -213,7 +213,7 @@ public interface ElfConstants {
|
||||||
public static final short EM_SH = 42;
|
public static final short EM_SH = 42;
|
||||||
/** SPARC v9 64-bit */
|
/** SPARC v9 64-bit */
|
||||||
public static final short EM_SPARCV9 = 43;
|
public static final short EM_SPARCV9 = 43;
|
||||||
/**Siemens Tricore */
|
/**Infineon Tricore */
|
||||||
public static final short EM_TRICORE = 44;
|
public static final short EM_TRICORE = 44;
|
||||||
/**Argonaut RISC Core */
|
/**Argonaut RISC Core */
|
||||||
public static final short EM_ARC = 45;
|
public static final short EM_ARC = 45;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
processorspec="tricore.pspec"
|
processorspec="tricore.pspec"
|
||||||
manualindexfile="../manuals/tricore2.idx"
|
manualindexfile="../manuals/tricore2.idx"
|
||||||
id="tricore:LE:32:default">
|
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"/>
|
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||||
</language>
|
</language>
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
processorspec="tc29x.pspec"
|
processorspec="tc29x.pspec"
|
||||||
manualindexfile="../manuals/tricore2.idx"
|
manualindexfile="../manuals/tricore2.idx"
|
||||||
id="tricore:LE:32:tc29x">
|
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"/>
|
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||||
</language>
|
</language>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
processorspec="tc172x.pspec"
|
processorspec="tc172x.pspec"
|
||||||
manualindexfile="../manuals/tricore.idx"
|
manualindexfile="../manuals/tricore.idx"
|
||||||
id="tricore:LE:32:tc172x">
|
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"/>
|
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||||
</language>
|
</language>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
processorspec="tc176x.pspec"
|
processorspec="tc176x.pspec"
|
||||||
manualindexfile="../manuals/tricore.idx"
|
manualindexfile="../manuals/tricore.idx"
|
||||||
id="tricore:LE:32:tc176x">
|
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"/>
|
<compiler name="default" spec="tricore.cspec" id="default"/>
|
||||||
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
<external_name tool="DWARF.register.mapping.file" name="tricore.dwarf"/>
|
||||||
</language>
|
</language>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue