From 2a008d29cfc5f1198569c9f42a4b5911f71fb7f5 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 29 Aug 2012 18:03:47 -0400 Subject: [PATCH] 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: I59eda049a9638d616d0ab5e2a11c8f95dcf4a0cf Reviewed-on: https://git.eclipse.org/r/7501 Reviewed-by: Doug Schaefer IP-Clean: Doug Schaefer Tested-by: Doug Schaefer --- build/org.eclipse.cdt.autotools.core/ChangeLog | 6 ++++++ build/org.eclipse.cdt.autotools.core/plugin.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/org.eclipse.cdt.autotools.core/ChangeLog b/build/org.eclipse.cdt.autotools.core/ChangeLog index b6294012348..c2a32f29534 100644 --- a/build/org.eclipse.cdt.autotools.core/ChangeLog +++ b/build/org.eclipse.cdt.autotools.core/ChangeLog @@ -1,3 +1,9 @@ +2012-08-29 Jeff Johnston + + 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 Resolves: bug #388354 diff --git a/build/org.eclipse.cdt.autotools.core/plugin.xml b/build/org.eclipse.cdt.autotools.core/plugin.xml index 030b63f3ad3..005a8e8cb93 100644 --- a/build/org.eclipse.cdt.autotools.core/plugin.xml +++ b/build/org.eclipse.cdt.autotools.core/plugin.xml @@ -379,7 +379,7 @@