public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Ulrich Drepper <drepper@redhat.com>
Cc: Glibc hackers <libc-hacker@sources.redhat.com>
Subject: [PATCH] Fix ia64 build
Date: Fri, 10 May 2002 13:59:00 -0000	[thread overview]
Message-ID: <20020510225928.G1551@sunsite.ms.mff.cuni.cz> (raw)

Hi!

2002-05-10  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ia64/Makefile: Remove extra endif.
	* sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.

--- libc/sysdeps/ia64/Makefile	10 May 2002 09:54:45 -0000	1.1.1.7
+++ libc/sysdeps/ia64/Makefile	10 May 2002 14:35:15 -0000	1.2
@@ -16,7 +16,6 @@ sysdep_routines += ia64libgcc
 shared-only-routines += ia64libgcc
 endif
 endif
-endif
 
 ifeq ($(subdir),elf)
 sysdep-dl-routines += dl-symaddr dl-fptr
--- libc/sysdeps/ia64/ia64libgcc.S	10 May 2002 09:54:45 -0000	1.1.1.1
+++ libc/sysdeps/ia64/ia64libgcc.S	10 May 2002 15:03:08 -0000	1.2
@@ -102,7 +102,7 @@ ENTRY(___divsf3)
 	br.ret.sptk rp
 	;;
 END(___divsf3)
-	.symver	___divsf3, __divsf3@GLIBC2.2
+	.symver	___divsf3, __divsf3@GLIBC_2.2
 
 /* __divdi3
    Compute a 64-bit integer quotient.

	Jakub

             reply	other threads:[~2002-05-10 20:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-10 13:59 Jakub Jelinek [this message]
2002-05-10 22:12 ` Andreas Jaeger
2004-04-18  2:02 Jakub Jelinek
2005-10-03 22:52 Jakub Jelinek

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=20020510225928.G1551@sunsite.ms.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.redhat.com \
    /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).