From 8f169e452ac48c0e78cfd0a34d231c6fc36c0784 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 10 Nov 2015 15:19:54 +0200 Subject: [PATCH] autotools: Change order of binary parsers. Putting ELF before GNU_ELF by default means that the former will never be used (unless manually configured by user) as the first match will serve. This patch puts GNU_ELF first giving objdump and all other benefits. Inspired by 4303bc5cbb55e5b4e80c21fb51c1fe062294d79d . Change-Id: Ib37c174c216758f36cd0574c7980a38461794837 Signed-off-by: Alexander Kurtakov --- build/org.eclipse.cdt.autotools.core/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/org.eclipse.cdt.autotools.core/plugin.xml b/build/org.eclipse.cdt.autotools.core/plugin.xml index fb62142df3b..c5017002caf 100644 --- a/build/org.eclipse.cdt.autotools.core/plugin.xml +++ b/build/org.eclipse.cdt.autotools.core/plugin.xml @@ -379,7 +379,7 @@