diff options
author | H.J. Lu <hjl@lucon.org> | 2007-08-31 14:55:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2007-08-31 14:55:10 +0000 |
commit | 5c9744f3befdeda5cf05b9325e3eda27ef12e3ec (patch) | |
tree | 1239f0923a787e564a4498df0407838cd34a91a3 /opcodes/Makefile.in | |
parent | 4a914365b458573562336f054837a5a3cd2252a4 (diff) | |
download | binutils-redhat-5c9744f3befdeda5cf05b9325e3eda27ef12e3ec.tar.gz |
2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
* Makefile.in: Regenerated.
* configure.in (AC_GNU_SOURCE): Added.
(AC_PROG_CC): Moved before AC_GNU_SOURCE.
(AC_CHECK_DECLS): Add stpcpy.
* configure: Regenerated.
* config.in: Likewise.
* i386-dis.c: Include "sysdep.h" before "dis-asm.h".
* sysdep.h (stpcpy): New.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index bbb5572b54..953f261525 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -583,7 +583,7 @@ OFILES = @BFD_MACHINES@ # We should reconfigure whenever bfd/configure.in changes, because # that's where the version number in Makefile comes from. CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in -INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@ +INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@ libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD. # Unfortunately this causes libtool to add -L$(libdir), referring to the |