]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 31 Aug 2007 15:06:11 +0000 (15:06 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 31 Aug 2007 15:06:11 +0000 (15:06 +0000)
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
* Makefile.in: Regenerated.

* sysdep.h: Include "config.h" first.

binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/sysdep.h

index 4bb51144f9bac2e6c0ee29816cf9f1925d9e7d1a..892937688e1a793d273a90cacca0d7578b8e0783 100644 (file)
@@ -1,3 +1,10 @@
+2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
+       * Makefile.in: Regenerated.
+
+       * sysdep.h: Include "config.h" first.
+
 2007-08-31  Nick Clifton  <nickc@redhat.com>
 
        * po/sk.po: New Slovakian translation.
index 9590b18d4cd52a205d509fe54dec37eb1ab2c53a..c9ac0dc7543a1ee5e9e85f9b4e21994fddfe8b18 100644 (file)
@@ -71,8 +71,7 @@ INCDIR        = $(BASEDIR)/include
 
 MKDEP = gcc -MM
 
-INCLUDES = -D_GNU_SOURCE \
-        -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
         @HDEFINES@ \
         @INCINTL@ \
         -DLOCALEDIR="\"$(datadir)/locale\"" \
index e0fc8f3179424cb2cd5243c93472c6e19cc0ff50..4bbaadd749170686aa1c218884575f5c1989d830 100644 (file)
@@ -304,11 +304,9 @@ VERSION = @VERSION@
 WARN_CFLAGS = @WARN_CFLAGS@
 XGETTEXT = @XGETTEXT@
 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
-ac_ct_AR = @ac_ct_AR@
+YFLAGS = -d
 ac_ct_CC = @ac_ct_CC@
 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__include = @am__include@
@@ -325,6 +323,7 @@ build_vendor = @build_vendor@
 datadir = @datadir@
 datarootdir = @datarootdir@
 docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
@@ -337,13 +336,16 @@ infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 lt_ECHO = @lt_ECHO@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
@@ -356,7 +358,6 @@ AUTOMAKE_OPTIONS = cygnus dejagnu
 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
 SUBDIRS = doc po
 tooldir = $(exec_prefix)/$(target_alias)
-YFLAGS = -d
 AM_CFLAGS = $(WARN_CFLAGS)
 
 # these two are almost the same program
@@ -392,8 +393,7 @@ BASEDIR = $(srcdir)/..
 BFDDIR = $(BASEDIR)/bfd
 INCDIR = $(BASEDIR)/include
 MKDEP = gcc -MM
-INCLUDES = -D_GNU_SOURCE \
-        -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
         @HDEFINES@ \
         @INCINTL@ \
         -DLOCALEDIR="\"$(datadir)/locale\"" \
index 3ac45fa4cf02289c6086b0f3d570e08c046ae275..0d7e2501106d5fc53da7bfa6180597769c31e6ca 100644 (file)
 #ifndef _BIN_SYSDEP_H
 #define _BIN_SYSDEP_H
 
+#include "config.h"
 #include "ansidecl.h"
 #include <stdio.h>
 #include <sys/types.h>
 
 #include "bfdver.h"
-#include "config.h"
 
 #include <stdarg.h>