This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
[PATCH] ppc32 fix typo in Makefile
- From: Steve Munroe <sjmunroe at vnet dot ibm dot com>
- To: libc-alpha at sources dot redhat dot com
- Cc: aj at suse dot de, geoffk at geoffk dot org, roland at frob dot com
- Date: Fri, 27 Sep 2002 13:13:53 -0500
- Subject: [PATCH] ppc32 fix typo in Makefile
Found this typo by inspection.
2002-09-27 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc32/Makefile: Fix typo.
diff -rupPN libc23-cvstip-20020923/sysdeps/powerpc/powerpc32/Makefile libc23-ppc64-stat/sysdeps/powerpc/powerpc32/Makefile
--- libc23-cvstip-20020923/sysdeps/powerpc/powerpc32/Makefile Thu Sep 5 04:49:38 2002
+++ libc23-ppc64-stat/sysdeps/powerpc/powerpc32/Makefile Tue Sep 24 09:52:42 2002
@@ -12,7 +12,7 @@ ifeq ($(subdir),misc)
sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1
endif
-# On PPC, -fpic works until the GOT contains 215 bytes, and possibly
+# On PPC, -fpic works until the GOT contains 32768 bytes, and possibly
# more depending on how clever the linker is. Each GOT entry takes 4 bytes,
# so that's at least 8192 entries. Since libc only uses about 2000 entries,
# we want to use -fpic, because this generates fewer relocs.