aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1998-03-01 23:26:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1998-03-01 23:26:33 +0000
commitd3609998d8f79f1ba00ec8de37838c87c3427a8a (patch)
tree2399800af33017397e0763cc55310087ae489b26
parent52cb49752a44a991245160e86208799635123b9e (diff)
downloadsrc-d3609998d8f79f1ba00ec8de37838c87c3427a8a.tar.gz
src-d3609998d8f79f1ba00ec8de37838c87c3427a8a.zip
This commit was manufactured by cvs2svn to create branch
'VENDOR-binutils'.
Notes
Notes: svn path=/vendor/binutils/dist/; revision=33974
-rw-r--r--contrib/binutils/gas/config/te-freebsd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/binutils/gas/config/te-freebsd.h b/contrib/binutils/gas/config/te-freebsd.h
new file mode 100644
index 000000000000..13142359dcd7
--- /dev/null
+++ b/contrib/binutils/gas/config/te-freebsd.h
@@ -0,0 +1,8 @@
+/*
+ * 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"