source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/startup/bsptrap.S @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was 71f578ef, checked in by Joel Sherrill <joel.sherrill@…>, on 07/12/00 at 13:50:28

Removed unnecessary include of targopts.h.

  • Property mode set to 100644
File size: 729 bytes
Line 
1/*
2 * (c) 1998, Radstone Technology plc.
3 *
4 *
5 * This is an unpublished work the copyright  in  which   vests
6 * in  Radstone Technology plc.  All rights reserved.
7 *
8 * The information contained herein is the property of Radstone
9 * Technology  plc.  and  is  supplied  without  liability  for
10 * errors or omissions and no part may be reproduced,  used  or
11 * disclosed except as authorized by contract or  other written
12 * permission.     The    copyright    and    the     foregoing
13 * restriction   on  reproduction, use and disclosure extend to
14 * all  the   media   in   which   this  information   may   be
15 * embodied.
16 *
17 */
18
19#include "ppc-asm.h"
20
21        .file   "bsptrap.s"
22        .text
23FUNC_START(bsp_trap)
24        sc
25FUNC_END(bsp_trap)
Note: See TracBrowser for help on using the repository browser.