aboutsummaryrefslogtreecommitdiff
path: root/gas/acconfig.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-14 00:54:00 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-14 00:54:00 +0000
commitb9419dd224b83893a4a88f7fd34c0b7ed630b451 (patch)
tree255101f3047179b5293612ae4b2f95069dc72b1b /gas/acconfig.h
parent39836432f8cf5a210f3ec4d577f7b4cadcf283ac (diff)
downloadgdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.zip
gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.tar.gz
gdb-b9419dd224b83893a4a88f7fd34c0b7ed630b451.tar.bz2
Do unlink/delete test properly.
Replace HO_VMS tests with VMS.
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r--gas/acconfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h
index ea143b8..abae0b8 100644
--- a/gas/acconfig.h
+++ b/gas/acconfig.h
@@ -41,8 +41,3 @@
/* Needed only for sparc configuration */
#undef sparcv9
-
-/* VMS does not provide an "unlink" function, but "delete" is provided.
- Autoconf will never set this (at least until we have an "autovms"),
- but this provides a halfway reasonable machine-independent hook. */
-#undef USE_DELETE_FOR_UNLINK