1
0
Fork 0
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:
Andrew Gvozdev 2009-11-06 19:44:23 +00:00
parent fcbf489459
commit 1725ca8c6b

View file

@ -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"