From 4b2232f88ea85058fe126eb5cf9d64bcd54b6a58 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: Iee7321f9d58aa16919fa9ad2785eaf9d7e59e031 Reviewed-on: https://git.eclipse.org/r/7610 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools.core/ChangeLog | 8 +++++++- build/org.eclipse.cdt.autotools.core/plugin.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.autotools.core/ChangeLog b/build/org.eclipse.cdt.autotools.core/ChangeLog index 3780711d6bc..4b5eea683f7 100644 --- a/build/org.eclipse.cdt.autotools.core/ChangeLog +++ b/build/org.eclipse.cdt.autotools.core/ChangeLog @@ -1,9 +1,15 @@ +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 * plugin.properties: Fix statedir option help tip message. * src/org/eclipse/cdt/internal/autotools/core/configure/ConfigureMessages.properties: Ditto. - + 2012-04-20 Jeff Johnston * META-INF/MANIFEST.MF: Bump up version to 1.1.0. 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 @@