summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2013-07-09 07:32:14 +0000
committerTristan Gingold <gingold@adacore.com>2013-07-09 07:32:14 +0000
commit2284d907909f9cc3f6f4ba542337da7fdb7a671f (patch)
tree61eb6b935922afbf7378f989c4c11e4ffdf510aa /gas
parent44ce9f0fd7053b162c623d04c07185a6fd9c4c67 (diff)
downloadbinutils-redhat-2284d907909f9cc3f6f4ba542337da7fdb7a671f.tar.gz
binutils/
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
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/configure.com4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 65f13cf8a5..480181fc0a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/configure.com b/gas/configure.com
index 67127244d2..3811298a1c 100644
--- a/gas/configure.com
+++ b/gas/configure.com
@@ -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