public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: libc-ports@sourceware.org
Subject: Re: ABI test baseline status
Date: Mon, 14 May 2012 05:05:00 -0000	[thread overview]
Message-ID: <201205140105.05454.vapier@gentoo.org> (raw)
In-Reply-To: <Pine.LNX.4.64.1205131001470.23868@digraph.polyomino.org.uk>

[-- Attachment #1: Type: Text/Plain, Size: 1829 bytes --]

On Sunday 13 May 2012 06:42:12 Joseph S. Myers wrote:
> (And noticed in the course of seeing just how out of date tile had become
> in a few months: ia64 has a stray __ELF__ conditional in
> sysdeps/ia64/fpu/libm-symbols.h.

pushed the patch below
-mike

From b9564c38ea4aa7415b472d5d58760930a616ca3d Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sun, 13 May 2012 15:09:05 -0400
Subject: [PATCH] ia64: delete __ELF__ check in libm-symbols.h

We assume ELF everywhere now, so drop support for non-ELF.

Reported-by: Joseph S. Myers <joseph@codesourcery.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 ChangeLog.ia64                  |    4 ++++
 sysdeps/ia64/fpu/libm-symbols.h |    9 ++-------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/ChangeLog.ia64 b/ChangeLog.ia64
index 11ba030..fd90f34 100644
--- a/ChangeLog.ia64
+++ b/ChangeLog.ia64
@@ -1,3 +1,7 @@
+2012-05-14  Mike Frysinger  <vapier@gentoo.org>
+
+	* sysdeps/ia64/fpu/libm-symbols.h: Delete __ELF__ checks.
+
 2012-05-07  Mike Frysinger  <vapier@gentoo.org>
 
 	* sysdeps/unix/sysv/linux/ia64/sysdep.h: Include errno.h.
diff --git a/sysdeps/ia64/fpu/libm-symbols.h b/sysdeps/ia64/fpu/libm-symbols.h
index 5b5e4b7..81084bd 100644
--- a/sysdeps/ia64/fpu/libm-symbols.h
+++ b/sysdeps/ia64/fpu/libm-symbols.h
@@ -3,13 +3,8 @@
 
 /* Support for compatible assembler handling.  */
 
-#ifdef __ELF__
-# define ASM_SIZE_DIRECTIVE(name) .size name,.-name
-# define ASM_TYPE_DIRECTIVE(name,T) .type name,T
-#else
-# define ASM_SIZE_DIRECTIVE(name)
-# define ASM_TYPE_DIRECTIVE(name,T)
-#endif
+#define ASM_SIZE_DIRECTIVE(name) .size name,.-name
+#define ASM_TYPE_DIRECTIVE(name,T) .type name,T
 
 #define LOCAL_LIBM_ENTRY(name)			\
 	.proc name;				\
-- 
1.7.9.7

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2012-05-14  5:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-13 10:42 Joseph S. Myers
2012-05-13 12:15 ` Chris Metcalf
2012-05-14  5:05 ` Mike Frysinger [this message]
2012-05-15 10:27   ` Joseph S. Myers
2012-05-16  4:45     ` Mike Frysinger
2012-05-16 10:34       ` Joseph S. Myers
2012-05-16  5:09 ` [PATCH] ia64: update pthread_attr_t handling in bits/siginfo.h Mike Frysinger
2012-05-23 10:22   ` Joseph S. Myers
2012-05-24  2:45     ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201205140105.05454.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=joseph@codesourcery.com \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).