freebsd-dev/lib/libc/mips/sys
Neel Natu 2f9f616df9 Reinstate the ptrace patch to restore the 'gp' register after calling
a function. I made a mistake in assuming that the .cprestore directive
will cause the assembler to automatically restore 'gp' after the 'jalr'.

The .cprestore directive does its magic only after 'jal' and 'bal'
instructions - not the 'jalr'.

Pointed out by: c.jayachandran@gmail.com
2010-02-04 05:49:59 +00:00
..
brk.S Merge r197800 from projects/mips to head by hand: 2010-01-08 23:59:04 +00:00
cerror.S
exect.S
fork.S
Makefile.inc
Ovfork.S These warnings are only relevant on NetBSD it seems. They don't seem 2009-02-19 19:53:58 +00:00
pipe.S
ptrace.S Reinstate the ptrace patch to restore the 'gp' register after calling 2010-02-04 05:49:59 +00:00
sbrk.S
shmat.S
syscall.S