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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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] s390x -fpic.


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


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