public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Patch missing from source, yet included in ChangeLog
@ 1999-09-28  3:44 Joel Klecker
  1999-10-01  8:31 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Klecker @ 1999-09-28  3:44 UTC (permalink / raw)
  To: libc-hacker

This ChangeLog entry from glibc-2-1-branch shows a change that is not 
present in the source.

1999-07-06  Ulrich Drepper  <drepper@cygnus.com>

         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more
         motherboards.
         Patch by Jay Estabrook.

         * sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in
         ldd for SPARC.
         * /sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
         Patch by Cristian Gafton.

sysdeps/unix/sysv/linux/configure.in in glibc-2-1-branch does not 
have the listed change.

Index: sysdeps/unix/sysv/linux/configure.in
===================================================================
RCS file: /glibc/cvsfiles/libc/sysdeps/unix/sysv/linux/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- configure.in        1999/05/29 22:54:50     1.22
+++ configure.in        1999/07/06 15:51:20     1.23
@@ -123,8 +123,11 @@
  # We need some extensions to the `ldd' script.
  changequote(,)
  case "$machine" in
-  i[3456]86* | m68* | sparc/sparc32)
+  i[3456]86* | m68*)
      ldd_rewrite_script=../sysdeps/unix/sysv/linux/ldd-rewrite.sed
+    ;;
+  sparc/sparc32)
+    ldd_rewrite_script=../sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed
      ;;
    *)
      ;;
-- 
Joel Klecker (aka Espy)                    Debian GNU/Linux Developer
<URL: mailto:jk@espy.org >                 <URL: mailto:espy@debian.org >
<URL: http://web.espy.org/ >               <URL: http://www.debian.org/ >

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

* Re: Patch missing from source, yet included in ChangeLog
  1999-09-28  3:44 Patch missing from source, yet included in ChangeLog Joel Klecker
@ 1999-10-01  8:31 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 1999-10-01  8:31 UTC (permalink / raw)
  To: Joel Klecker; +Cc: libc-hacker

The patch is now on 2.1.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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

end of thread, other threads:[~1999-10-01  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-28  3:44 Patch missing from source, yet included in ChangeLog Joel Klecker
1999-10-01  8:31 ` 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).