[PATCH] s390x -fpic.

Martin Schwidefsky schwidefsky@de.ibm.com
Mon Jan 20 13:36:00 GMT 2003


Hi,
I noticed that the .got section has shrunk a lot in 2.3.x compared to
2.2.x. It has shrunk to a point where s390x can use the small got
model with 12 bit displacements.

blue skies,
  Martin.

libc/ChangeLog:
2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of -fPIC.

diff -urN libc/sysdeps/s390/s390-64/Makefile libc-s390/sysdeps/s390/s390-64/Makefile
--- libc/sysdeps/s390/s390-64/Makefile	Fri Mar 16 10:10:50 2001
+++ libc-s390/sysdeps/s390/s390-64/Makefile	Sat Jan 11 23:17:17 2003
@@ -1,4 +1,4 @@
-pic-ccflag = -fPIC
+pic-ccflag = -fpic
 
 ifeq ($(subdir),gmon)
 sysdep_routines += s390x-mcount



More information about the Libc-hacker mailing list