glibc dhd

David Huggins-Daines dhd@puffin.external.hp.com
Fri, 1 Sep 2000 16:57:42 -0600


CVSROOT:	/home/cvs/parisc
Module name:	glibc
Changes by:	dhd	00/09/01 16:57:42

Modified files:
	sysdeps/hppa   : __longjmp.S setjmp.S 
	sysdeps/hppa/bits: setjmp.h 

Log message:
Put back the .proc and .procend, or else dynamic linking breaks due to
lack of size info for these symbols.  This is due to assembler magic
which you don't want to know about (maybe we should just use the .size
foo-1b idiom)

Also correct the implementation a bit, only save callee-save
registers, and save floating point ones too.