[IA64] add __builtin_trap definition for icc build
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Fri, 27 Jan 2006 01:12:02 +0000 (17:12 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 7 Feb 2006 16:49:10 +0000 (08:49 -0800)
Map __builtin_trap function to break 0 instruction.

Signed-off-by: HJ Lu <hongjiu.lu@intel.com>
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/intel_intrin.h

index c7ac049..67a4baf 100644 (file)
@@ -152,4 +152,6 @@ do {                                                        \
        }                                               \
 } while (0)
 
+#define __builtin_trap()       __break(0);
+
 #endif /* _ASM_IA64_INTEL_INTRIN_H */