Browse Source

The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding
linktime warnings for now.

"Jan-Benedict Glaw" 18 years ago
parent
commit
e95f6472b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/libc-symbols.h

+ 1 - 1
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) \