Magellan Linux

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

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

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 52  sub make_sysstub($$$$$@) { Line 52  sub make_sysstub($$$$$@) {
52    
53      print  OUT "#endif /* __thumb__*/\n";      print  OUT "#endif /* __thumb__*/\n";
54    
55      print  OUT " .size __syscall${i},.-__syscall${i}\n";      print  OUT " .size ${fname},.-${fname}\n";
56  }  }
57    
58  1;  1;

Legend:
Removed from v.532  
changed lines
  Added in v.1297