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]

use 16-bit relocs on alpha


Rather self-explanitory.  We can use 16-bit instead of 32-bit
gp-relative relocs.


r~


	* sysdeps/alpha/Makefile (pic-ccflag): New.

Index: sysdeps/alpha/Makefile
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/alpha/Makefile,v
retrieving revision 1.17
diff -c -p -d -r1.17 Makefile
*** Makefile	2001/07/06 04:55:43	1.17
--- Makefile	2002/01/24 01:48:07
*************** divrem := divl divq reml remq
*** 43,45 ****
--- 43,49 ----
  # For now, build everything with full IEEE math support.
  # TODO: build separate libm and libm-ieee.
  sysdep-CFLAGS += -mieee
+ 
+ # libc.so requires about 16k for the small data area, which is well
+ # below the 64k maximum.
+ pic-ccflag = -fpic


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