Module Name:    src
Committed By:   maya
Date:           Tue Aug 15 09:09:49 UTC 2017

Modified Files:
        src/sys/arch/ia64/include: cdefs.h

Log Message:
Remove fallback definition for __ELF__.

Failing to define it would've been a toolchain bug, not to be worked
around with a simple redefinition. fortunately, it doesn't appear to happen


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/include/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ia64/include/cdefs.h
diff -u src/sys/arch/ia64/include/cdefs.h:1.3 src/sys/arch/ia64/include/cdefs.h:1.4
--- src/sys/arch/ia64/include/cdefs.h:1.3	Tue Mar 18 17:11:19 2014
+++ src/sys/arch/ia64/include/cdefs.h	Tue Aug 15 09:09:49 2017
@@ -1,13 +1,8 @@
-/*	$NetBSD: cdefs.h,v 1.3 2014/03/18 17:11:19 christos Exp $	*/
+/*	$NetBSD: cdefs.h,v 1.4 2017/08/15 09:09:49 maya Exp $	*/
 
 #ifndef	_MACHINE_CDEFS_H_
 #define	_MACHINE_CDEFS_H_
 
-/* We're elf only: inspected by sys/cdefs.h  */
-#ifndef __ELF__
-#define __ELF__
-#endif
-
 #define	__ALIGNBYTES		((size_t)15)
 
 #endif /* !_MACHINE_CDEFS_H_ */

Reply via email to