changeset 10320:ec922e5c545a

8012312: hsdis fails to compile with binutils-2.23.2 Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti
author anoll
date Wed, 22 May 2013 10:28:20 +0200
parents 7ec426e29e4c
children b4907b24ed48
files src/share/tools/hsdis/hsdis.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/tools/hsdis/hsdis.c	Fri May 17 09:10:04 2013 -0700
+++ b/src/share/tools/hsdis/hsdis.c	Wed May 22 10:28:20 2013 +0200
@@ -27,6 +27,7 @@
    HotSpot PrintAssembly option.
 */
 
+#include <config.h> /* required by bfd.h */
 #include <libiberty.h>
 #include <bfd.h>
 #include <dis-asm.h>