aboutsummaryrefslogtreecommitdiff
path: root/gas/conf.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-19 16:17:53 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-19 16:17:53 +0000
commiteb3028aa9533b52dd8fc9cbd08c9ecd2dbe4feb3 (patch)
tree45ee22996d544ad077d8f315c47b18b6cbd86366 /gas/conf.in
parentd1578de3b03c943d304e1237b7bb871f96f274fd (diff)
downloadgdb-eb3028aa9533b52dd8fc9cbd08c9ecd2dbe4feb3.zip
gdb-eb3028aa9533b52dd8fc9cbd08c9ecd2dbe4feb3.tar.gz
gdb-eb3028aa9533b52dd8fc9cbd08c9ecd2dbe4feb3.tar.bz2
* as.h: Test NEED_DECLARATION_*, not NEED_*_DECLARATION.
* configure.in: Test for remove, not delete. Fix cross-assembler test. * as.h: Test HAVE_REMOVE, not HAVE_DELETE; define unlink to remove, not delete.
Diffstat (limited to 'gas/conf.in')
-rw-r--r--gas/conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/conf.in b/gas/conf.in
index e0629b6..cc2f106 100644
--- a/gas/conf.in
+++ b/gas/conf.in
@@ -66,8 +66,8 @@
/* Needed only for sparc configuration */
#undef sparcv9
-/* Define if you have the delete function. */
-#undef HAVE_DELETE
+/* Define if you have the remove function. */
+#undef HAVE_REMOVE
/* Define if you have the unlink function. */
#undef HAVE_UNLINK