opnsense-src/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 Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
exect.S Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
fork.S Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
Makefile.inc Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. 2008-11-09 10:45:13 +00:00
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 Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
ptrace.S Reinstate the ptrace patch to restore the 'gp' register after calling 2010-02-04 05:49:59 +00:00
sbrk.S Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
shmat.S Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
syscall.S Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00