OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [libgloss/] [mep/] [h_reset.c] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
/* h_reset.c -- Setup default reset handler.
2
 *
3
 * Copyright (c) 2004  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
9
 * warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  A copy
10
 * of this license is available at http://www.opensource.org/licenses. Any
11
 * Red Hat trademarks that are incorporated in the source code or documentation
12
 * are not subject to the BSD License and may only be used or replicated with
13
 * the express permission of Red Hat, Inc.
14
 */
15
 
16
#pragma weak _handler_RESET
17
 
18
void _handler_RESET(void) __attribute__((section(".hwinit")));
19
 
20
extern void _start(void);
21
void
22
_handler_RESET(void)
23
{
24
  mep_di();
25
  goto *(&_start);
26
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.