Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/arch/mips/sysstub.ph

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 14  sub make_sysstub($$$$$@) { Line 14  sub make_sysstub($$$$$@) {
14    
15      $stype = $stype || 'common';      $stype = $stype || 'common';
16      open(OUT, '>', "${outputdir}/${fname}.S");      open(OUT, '>', "${outputdir}/${fname}.S");
17      print OUT "#include <asm/asm.h>\n";      print OUT "#include <machine/asm.h>\n";
     print OUT "#include <asm/regdef.h>\n";  
18      print OUT "#include <asm/unistd.h>\n";      print OUT "#include <asm/unistd.h>\n";
19      print OUT "\n";      print OUT "\n";
20      print OUT "\t.set noreorder\n";      print OUT "\t.set noreorder\n";

Legend:
Removed from v.814  
changed lines
  Added in v.815