about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h b/sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
deleted file mode 100644
index 5ef8af4ac7..0000000000
--- a/sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Architecture-specific additional siginfo constants.  ia64 version.  */
-#ifndef _BITS_SIGINFO_CONSTS_ARCH_H
-#define _BITS_SIGINFO_CONSTS_ARCH_H 1
-
-/* `si_code' values for SIGILL signal.  */
-enum
-{
-  ILL_BREAK = ILL_BADIADDR + 1
-#define ILL_BREAK ILL_BREAK
-};
-
-/* `si_code' values for SIGFPE signal.  */
-enum
-{
-   FPE_DECOVF   = FPE_FLTSUB + 1,
-#define FPE_DECOVF  FPE_DECOVF
-   FPE_DECDIV,
-#define FPE_DECDIV  FPE_DECDIV
-   FPE_DECERR,
-#define FPE_DECERR  FPE_DECERR
-   FPE_INVASC,
-#define FPE_INVASC  FPE_INVASC
-   FPE_INVDEC
-#define FPE_INVDEC  FPE_INVDEC
-};
-
-/* `si_code' values for SIGSEGV signal.  */
-enum
-{
-  SEGV_PSTKOVF = SEGV_ACCERR + 1
-#define SEGV_PSTKOVF SEGV_PSTKOVF
-};
-
-#endif