|
Last change
on this file since 471 was
444,
checked in by satin@…, 8 years ago
|
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
|
File size:
939 bytes
|
| Rev | Line | |
|---|
| [444] | 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 |
|---|
| 8 | # of this license is available at http://www.opensource.org/licenses. Any |
|---|
| 9 | # Red Hat trademarks that are incorporated in the source code or documentation |
|---|
| 10 | # are not subject to the BSD License and may only be used or replicated with |
|---|
| 11 | # the express permission of Red Hat, Inc. |
|---|
| 12 | # |
|---|
| 13 | # Toshiba Media Processor startup file (crt0.S) |
|---|
| 14 | # |
|---|
| 15 | # Designed for user programs running in the 0-2Mb startup section |
|---|
| 16 | # which put interrupt/exception vectors in sdram. |
|---|
| 17 | # |
|---|
| 18 | |
|---|
| 19 | #define NOSIM |
|---|
| 20 | #define UseSDRAM |
|---|
| 21 | #include "sim-crt0.S" |
|---|
Note: See
TracBrowser
for help on using the repository browser.