OSDN Git Service

The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding
author"Jan-Benedict Glaw" <jbglaw@lug-owl.de>
Fri, 27 Jan 2006 06:18:25 +0000 (06:18 -0000)
committer"Jan-Benedict Glaw" <jbglaw@lug-owl.de>
Fri, 27 Jan 2006 06:18:25 +0000 (06:18 -0000)
linktime warnings for now.

include/libc-symbols.h

index f34aee4..0b1dc1e 100644 (file)
 
 /* 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) \