aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1998-03-09 03:38:20 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1998-03-09 03:38:20 +0000
commitb87ab589d54b556544e2bb91bf19428ed458ef4e (patch)
tree0afd5f320a763a8a07a7a15f1ec6bb6b9272c5dc
parent11ab2a9095033acf8daff79b3183c5f28a5e9974 (diff)
This commit was manufactured by cvs2svn to create tagvendor/binutils/2.8.1
'binutils-vendor-gnu_2_8_1'.
Notes
Notes: svn path=/vendor/binutils/dist/; revision=34351 svn path=/vendor/binutils/2.8.1/; revision=34353; tag=vendor/binutils/2.8.1
-rw-r--r--contrib/binutils/gas/config/te-freebsd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/binutils/gas/config/te-freebsd.h b/contrib/binutils/gas/config/te-freebsd.h
deleted file mode 100644
index 13142359dcd7..000000000000
--- a/contrib/binutils/gas/config/te-freebsd.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Target environment for FreeBSD. It is the same as the generic
- * target, except it arranges to suppress the use of "/" as a comment
- * character. Some code in the FreeBSD kernel uses "/" to mean
- * division. (What a concept.)
- */
-#define TE_FreeBSD 1
-#include "te-generic.h"