public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* ia64/bits/siginfo.h
@ 2004-01-30 13:02 Andreas Schwab
  2004-01-30 20:43 ` ia64/bits/siginfo.h Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2004-01-30 13:02 UTC (permalink / raw)
  To: libc-hacker

__ILL_BREAK etc. don't exist, only the non-prefixed names.

Andreas.

2004-01-30  Andreas Schwab  <schwab@suse.de>

	* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_BREAK)
	(FPE_DECOVF, FPE_DECDIV, FPE_DECERR, FPE_INVASC, FPE_INVDEC)
	(SEGV_PSTKOVF): Remove underscore prefix from definition.

--- sysdeps/unix/sysv/linux/ia64/bits/siginfo.h.~1.13.~	2003-04-22 10:02:04.000000000 +0200
+++ sysdeps/unix/sysv/linux/ia64/bits/siginfo.h	2004-01-30 13:53:15.175002840 +0100
@@ -1,5 +1,5 @@
 /* siginfo_t, sigevent and constants.  Linux/ia64 version.
-   Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
 
@@ -176,7 +176,7 @@ enum
 
 # ifdef __USE_GNU
    , ILL_BREAK
-#  define ILL_BREAK	__ILL_BREAK
+#  define ILL_BREAK	ILL_BREAK
 # endif
 };
 
@@ -201,15 +201,15 @@ enum
 # define FPE_FLTSUB	FPE_FLTSUB
 # ifdef __USE_GNU
    , FPE_DECOVF
-#  define FPE_DECOVF	__FPE_DECOVF
+#  define FPE_DECOVF	FPE_DECOVF
    , FPE_DECDIV
-#  define FPE_DECDIV	__FPE_DECDIV
+#  define FPE_DECDIV	FPE_DECDIV
    , FPE_DECERR
-#  define FPE_DECERR	__FPE_DECERR
+#  define FPE_DECERR	FPE_DECERR
    , FPE_INVASC
-#  define FPE_INVASC	__FPE_INVASC
+#  define FPE_INVASC	FPE_INVASC
    , FPE_INVDEC
-#  define FPE_INVDEC	__FPE_INVDEC
+#  define FPE_INVDEC	FPE_INVDEC
 # endif
 };
 
@@ -222,7 +222,7 @@ enum
 # define SEGV_ACCERR	SEGV_ACCERR
 # ifdef __USE_GNU
   , SEGV_PSTKOVF		/* Paragraph stack overflow. */
-# define SEGV_PSTKOVF	__SEGV_PSTKOVF
+# define SEGV_PSTKOVF	SEGV_PSTKOVF
 # endif
 };
 

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ia64/bits/siginfo.h
  2004-01-30 13:02 ia64/bits/siginfo.h Andreas Schwab
@ 2004-01-30 20:43 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-01-30 20:43 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

Andreas Schwab wrote:
> __ILL_BREAK etc. don't exist, only the non-prefixed names.

I've applied the patch.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-30 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-30 13:02 ia64/bits/siginfo.h Andreas Schwab
2004-01-30 20:43 ` ia64/bits/siginfo.h Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).