binutils/
authorTristan Gingold <gingold@adacore.com>
Tue, 9 Jul 2013 07:32:14 +0000 (07:32 +0000)
committerTristan Gingold <gingold@adacore.com>
Tue, 9 Jul 2013 07:32:14 +0000 (07:32 +0000)
2013-07-09  Tristan Gingold  <gingold@adacore.com>

* configure.com: Add new defines to match changes in configure.

gas/
2013-07-09  Tristan Gingold  <gingold@adacore.com>

* configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H

binutils/ChangeLog
binutils/configure.com
gas/ChangeLog
gas/configure.com

index 1574dd2f4a469cd14ff9649659b9a0fe08a1da8e..af3b773fa93308101b1f8e38e233c4eade5e3a5e 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-09  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.com: Add new defines to match changes in configure.
+
 2013-05-28  Cary Coutant  <ccoutant@google.com>
 
        * dwarf.c (display_debug_lines_raw): Print section offsets.
index 8b53f9fd852b30307c47dd6d08fb14ab24651968..baf987c0fbb26c5aa3cbc4e68ba4e243f035b1c7 100644 (file)
@@ -53,11 +53,32 @@ $ create config.h
 #define HAVE_SYS_FILE_H 1
 /* Define if you have the <unistd.h> header file.  */
 #define HAVE_UNISTD_H 1
+
 /* Alloca.  */
 #ifdef __DECC
 #include <builtins.h>
 #define C_alloca(x) __ALLOCA(x)
 #endif
+/* Name of package */
+#define PACKAGE "binutils"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME ""
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING ""
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME ""
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION ""
 $!
 $! Add TARGET.
 $!
index 65f13cf8a5eecabc6d60c07ae70ea89db05ebeff..480181fc0a8d9e3c3a3eb83f51bb4f0d696df555 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-09  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H
+
 2013-07-08  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/tc-mips.c (mips_ip): Unconditionally parse an expression
index 67127244d2d687af78bbb8f111cd5ff2b19ea9bb..3811298a1c4e96e1cf3b35f8d9a983acbb627ecb 100644 (file)
@@ -140,10 +140,10 @@ $  create config-vms.in
 #undef HAVE_SYS_STAT_H
 
 /* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
+#define HAVE_SYS_TYPES_H
 
 /* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
+#define HAVE_UNISTD_H
 
 /* Define to 1 if you have the `unlink' function. */
 #undef HAVE_UNLINK
This page took 0.039553 seconds and 4 git commands to generate.