mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Fix for BinaryParserPage from Marc-Andre Laperle
This commit is contained in:
parent
fcbf489459
commit
1725ca8c6b
1 changed files with 5 additions and 0 deletions
|
@ -2396,6 +2396,11 @@
|
|||
parserID="org.eclipse.cdt.core.MachO"
|
||||
id="MachOBinaryParserPage">
|
||||
</parserPage>
|
||||
<parserPage
|
||||
class="org.eclipse.cdt.ui.dialogs.MachOBinaryParserPage"
|
||||
parserID="org.eclipse.cdt.core.MachO64"
|
||||
id="MachO64BinaryParserPage">
|
||||
</parserPage>
|
||||
<parserPage
|
||||
class="org.eclipse.cdt.ui.dialogs.GNUSomBinaryParserPage"
|
||||
parserID="org.eclipse.cdt.core.SOM"
|
||||
|
|
Loading…
Add table
Reference in a new issue