summaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
diff options
context:
space:
mode:
author"Jan-Benedict Glaw" <jbglaw@lug-owl.de>2006-01-27 06:18:25 +0000
committer"Jan-Benedict Glaw" <jbglaw@lug-owl.de>2006-01-27 06:18:25 +0000
commite95f6472b03e5c2672638a047e64e47190080b54 (patch)
tree8bf323c0dd03be120ed2e19af9e633d9c96e83c7 /include/libc-symbols.h
parent5ea88e30a98cef489e75f5e47e3b63b82711cc5a (diff)
The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding
linktime warnings for now.
Diffstat (limited to 'include/libc-symbols.h')
-rw-r--r--include/libc-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index f34aee46a..0b1dc1ec3 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -257,7 +257,7 @@
/* When a reference to SYMBOL is encountered, the linker will emit a
warning message MSG. */
-#ifdef __cris__
+#if defined(__cris__) || defined(__vax__)
# define link_warning(symbol, msg)
#else
# define link_warning(symbol, msg) \