public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: libc-ports@sourceware.org
Subject: [alpha] Re-fix imaxdiv
Date: Thu, 24 May 2012 20:48:00 -0000	[thread overview]
Message-ID: <4FBE9EA2.6030207@twiddle.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

Originally fixed in 2001, broken in 2004.  Clearly I should have added
the abilist files a long time ago.


r~

[-- Attachment #2: z1 --]
[-- Type: text/plain, Size: 907 bytes --]

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index b351141..3e225c7 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,5 +1,7 @@
 2012-05-24  Richard Henderson  <rth@twiddle.net>
 
+	* sysdeps/alpha/ldiv.S (imaxdiv): Re-add alias.
+
 	* sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove __ASSUME_32BITUIDS.
 	* sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
 	* sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
diff --git a/sysdeps/alpha/ldiv.S b/sysdeps/alpha/ldiv.S
index d77e59b..bf31b81 100644
--- a/sysdeps/alpha/ldiv.S
+++ b/sysdeps/alpha/ldiv.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2001, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>.
 
@@ -215,3 +215,4 @@ $divbyzero:
 	.end	ldiv
 
 weak_alias (ldiv, lldiv)
+weak_alias (ldiv, imaxdiv)

             reply	other threads:[~2012-05-24 20:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-24 20:48 Richard Henderson [this message]
2012-05-24 20:54 ` Joseph S. Myers

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=4FBE9EA2.6030207@twiddle.net \
    --to=rth@twiddle.net \
    --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).