This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


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