This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch missing from source, yet included in ChangeLog


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/>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]