| 
                Last change
                  on this file since 464 was
                  444,
                  checked in by satin@…, 7 years ago
           | 
        
        
          | 
               
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc 
 
           | 
        
        | 
            File size:
            918 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | # Copyright (c) 2003  Red Hat, Inc. All rights reserved. | 
|---|
| 2 | # | 
|---|
| 3 | # This copyrighted material is made available to anyone wishing to use, modify, | 
|---|
| 4 | # copy, or redistribute it subject to the terms and conditions of the BSD  | 
|---|
| 5 | # License.   This program is distributed in the hope that it will be useful,  | 
|---|
| 6 | # but WITHOUT ANY WARRANTY expressed or implied, including the implied  | 
|---|
| 7 | # warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  A copy of | 
|---|
| 8 | # this license is available at http://www.opensource.org/licenses. Any Red Hat  | 
|---|
| 9 | # trademarks that are incorporated in the source code or documentation are not | 
|---|
| 10 | # subject to the BSD License and may only be used or replicated with the express | 
|---|
| 11 | # permission of Red Hat, Inc. | 
|---|
| 12 |  | 
|---|
| 13 |         .section        .init | 
|---|
| 14 |         lw      $1, ($sp) | 
|---|
| 15 |         stc     $1, $lp | 
|---|
| 16 |         add     $sp, 8 | 
|---|
| 17 |         ret | 
|---|
| 18 |  | 
|---|
| 19 |         .section        .fini | 
|---|
| 20 |         lw      $1, ($sp) | 
|---|
| 21 |         stc     $1, $lp | 
|---|
| 22 |         add     $sp, 8 | 
|---|
| 23 |         ret | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.