1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 381291: Add Mach-O 64 Binary Parser for Autotools projects

https://bugs.eclipse.org/bugs/show_bug.cgi?id=381291

Add Mach-O 64, PE, and Cygwin_PE binary parsers for Autotools.

Change-Id: Iee7321f9d58aa16919fa9ad2785eaf9d7e59e031
Reviewed-on: https://git.eclipse.org/r/7610
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
Jeff Johnston 2012-08-29 18:03:47 -04:00
parent 4ce4cf3dc5
commit 4b2232f88e
2 changed files with 8 additions and 2 deletions

View file

@ -1,9 +1,15 @@
2012-08-29 Jeff Johnston <jjohnstn@redhat.com>
Resolves: bug #381291
* plugin.xml: Add other types of binary parsers for Autotools target since it can apply to
non-ELF OSes.
2012-08-29 Jeff Johnston <jjohnstn@redhat.com>
Resolves: bug #388354
* plugin.properties: Fix statedir option help tip message.
* src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties: Ditto.
2012-04-20 Jeff Johnston <jjohnstn@redhat.com>
* META-INF/MANIFEST.MF: Bump up version to 1.1.0.

View file

@ -379,7 +379,7 @@
</tool>
<targetPlatform
archList="all"
binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF"
binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF;org.eclipse.cdt.core.MachO64;org.eclipse.cdt.core.PE;org.eclipse.cdt.core.Cygwin_PE"
id="org.eclipse.linuxtools.cdt.autotools.core.targetPlatform"
isAbstract="false"
name="%Autotools.targetplatform.name"/>