about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-27 19:59:04 +0000
committerRoland McGrath <roland@gnu.org>2002-09-27 19:59:04 +0000
commit1c99af9113adfcd07436c0b0025b945c168c53bb (patch)
tree0b5f4d7daa0758ad4e627106d029daaad9182cc5 /sysdeps
parentd54bcd1e22ee2d2c8924341afca99a79d5075bbf (diff)
downloadglibc-1c99af9113adfcd07436c0b0025b945c168c53bb.tar.gz
glibc-1c99af9113adfcd07436c0b0025b945c168c53bb.tar.xz
glibc-1c99af9113adfcd07436c0b0025b945c168c53bb.zip
* sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/powerpc/powerpc32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile
index 8dc49e007f..886a507c8f 100644
--- a/sysdeps/powerpc/powerpc32/Makefile
+++ b/sysdeps/powerpc/powerpc32/Makefile
@@ -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.