Last change
on this file since 546 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
900 bytes
|
Rev | Line | |
---|
[444] | 1 | /* |
---|
| 2 | |
---|
| 3 | Copyright (c) 2014 Red Hat, Inc. All rights reserved. |
---|
| 4 | |
---|
| 5 | This copyrighted material is made available to anyone wishing to use, modify, |
---|
| 6 | copy, or redistribute it subject to the terms and conditions of the BSD |
---|
| 7 | License. This program is distributed in the hope that it will be useful, |
---|
| 8 | but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties |
---|
| 9 | of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license |
---|
| 10 | is available at http://www.opensource.org/licenses. Any Red Hat trademarks that |
---|
| 11 | are incorporated in the source code or documentation are not subject to the BSD |
---|
| 12 | License and may only be used or replicated with the express permission of |
---|
| 13 | Red Hat, Inc. |
---|
| 14 | |
---|
| 15 | */ |
---|
| 16 | #include "memmodel.h" |
---|
| 17 | |
---|
| 18 | .data |
---|
| 19 | |
---|
| 20 | .global __CIOBUF__ |
---|
| 21 | __CIOBUF__: |
---|
| 22 | .global _CIOBUF_ |
---|
| 23 | _CIOBUF_: |
---|
| 24 | .space 75 |
---|
| 25 | |
---|
| 26 | .text |
---|
| 27 | |
---|
| 28 | .global _libgloss_cio_hook |
---|
| 29 | _libgloss_cio_hook: |
---|
| 30 | .global C$$IO$$ |
---|
| 31 | C$$IO$$: |
---|
| 32 | nop |
---|
| 33 | ret_ |
---|
Note: See
TracBrowser
for help on using the repository browser.