linux-2.3 dhd

David Huggins-Daines dhd@puffin.external.hp.com
Tue, 18 Jul 2000 16:40:01 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	dhd	00/07/18 16:40:01

Modified files:
	arch/parisc/mm : init.c 
	init           : main.c 

Log message:
Work around a bug in the toolchain, namely that it needlessly emits
references to external data as relative to $global$ in non-PIC code,
which breaks badly when that data resides in code sections.  (Function
and data pointers should be equivalent, particularly since we are using
-mfast-indirect-calls)