public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* use 16-bit relocs on alpha
@ 2002-01-23 18:02 Richard Henderson
  2002-01-28 19:54 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2002-01-23 18:02 UTC (permalink / raw)
  To: libc-hacker

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: use 16-bit relocs on alpha
  2002-01-23 18:02 use 16-bit relocs on alpha Richard Henderson
@ 2002-01-28 19:54 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2002-01-28 19:54 UTC (permalink / raw)
  To: Richard Henderson; +Cc: libc-hacker

Richard Henderson <rth@twiddle.net> writes:

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

Thanks, I've applied this.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-29  3:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-23 18:02 use 16-bit relocs on alpha Richard Henderson
2002-01-28 19:54 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).