* sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
This commit is contained in:
parent
d54bcd1e22
commit
1c99af9113
@ -1,5 +1,7 @@
|
|||||||
2002-09-27 Steven Munroe <sjmunroe@us.ibm.com>
|
2002-09-27 Steven Munroe <sjmunroe@us.ibm.com>
|
||||||
|
|
||||||
|
* sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
|
||||||
|
|
||||||
* sysdeps/powerpc/powerpc64/Makefile
|
* sysdeps/powerpc/powerpc64/Makefile
|
||||||
[$(build-shared) = yes] (pic-ccflag): Define it.
|
[$(build-shared) = yes] (pic-ccflag): Define it.
|
||||||
[$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
|
[$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
|
||||||
|
@ -12,7 +12,7 @@ ifeq ($(subdir),misc)
|
|||||||
sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1
|
sysdep_routines += gprsave0 gprrest0 gprsave1 gprrest1
|
||||||
endif
|
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,
|
# 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,
|
# so that's at least 8192 entries. Since libc only uses about 2000 entries,
|
||||||
# we want to use -fpic, because this generates fewer relocs.
|
# we want to use -fpic, because this generates fewer relocs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user