2005-01-21 Hans-Peter Nilsson <hp@axis.com>
* libnosys/warning.h (stub_warning): Remove "warning: " prefix.
This commit is contained in:
		@@ -1,3 +1,7 @@
 | 
			
		||||
2005-01-21  Hans-Peter Nilsson  <hp@axis.com>
 | 
			
		||||
 | 
			
		||||
	* libnosys/warning.h (stub_warning): Remove "warning: " prefix.
 | 
			
		||||
 | 
			
		||||
2005-01-18  Hans-Peter Nilsson  <hp@axis.com>
 | 
			
		||||
 | 
			
		||||
	* libnosys/warning.h (link_warning) [HAVE_GNU_LD and HAVE_ELF]:
 | 
			
		||||
 
 | 
			
		||||
@@ -35,9 +35,10 @@
 | 
			
		||||
# define link_warning(symbol, msg)
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/* A canned warning for sysdeps/stub functions.  */
 | 
			
		||||
/* A canned warning for sysdeps/stub functions.
 | 
			
		||||
   The GNU linker prepends a "warning: " string.  */
 | 
			
		||||
#define stub_warning(name) \
 | 
			
		||||
  link_warning (name, \
 | 
			
		||||
                "warning: " #name " is not implemented and will always fail")
 | 
			
		||||
                #name " is not implemented and will always fail")
 | 
			
		||||
 | 
			
		||||
#endif /* __WARNING_H__ */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user