summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/start/vectors_entry.S
blob: 407e9888960d54f3217bb52a99c6a7b539cffff3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * (c) 2007, Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
 *
 *
 *  This file contains the entry point vector needed by some bootloaders
 *  derived from "vectors.S"
 *
 * $Id$
 */

#include <rtems/asm.h>
#include <rtems/score/cpu.h>

	PUBLIC_VAR (__rtems_start)
	.section .entry_point_section,"awx",@progbits
/*
 * Entry point information used by bootloader code
 */
SYM (__rtems_start):
	.long   __rtems_entry_point

	/*
	 * end of special Entry point section
	 */