From: Ian Lance Taylor Date: Fri, 28 Mar 1997 17:11:55 +0000 (+0000) Subject: * configure.in: Add stdlib.h to AC_CHECK_HEADERS list. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=af65db5730d467aae8b82dcc032b5873a049afa3;p=deliverable%2Fbinutils-gdb.git * configure.in: Add stdlib.h to AC_CHECK_HEADERS list. * configure, config.in: Rebuild. * sysdep.h: Include if it exists. * sparc-dis.c: Include and "sysdep.h". Don't include . * Makefile.in: Rebuild dependencies. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8132826437..875ac68a5b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Fri Mar 28 12:10:09 1997 Ian Lance Taylor + + * configure.in: Add stdlib.h to AC_CHECK_HEADERS list. + * configure, config.in: Rebuild. + * sysdep.h: Include if it exists. + * sparc-dis.c: Include and "sysdep.h". Don't include + . + * Makefile.in: Rebuild dependencies. + Thu Mar 27 14:24:43 1997 Ian Lance Taylor * ppc-opc.c: Add PPC 403 instructions and extended opcodes. From diff --git a/opcodes/config.in b/opcodes/config.in new file mode 100644 index 0000000000..aedc4907c5 --- /dev/null +++ b/opcodes/config.in @@ -0,0 +1,10 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_STRINGS_H