浏览代码

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

"Jan-Benedict Glaw" 19 年之前
父节点
当前提交
e95f6472b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) \