eabi.S revision 285830
1155793Simp/*
2155793Simp * Copyright (c) 2011 Marcel Moolenaar
3155793Simp * All rights reserved.
4185305Simp *
5266277Sian * Redistribution and use in source and binary forms, with or without
6155793Simp * modification, are permitted provided that the following conditions
7191408Sstas * are met:
8155793Simp * 1. Redistributions of source code must retain the above copyright
9259379Sian *    notice, this list of conditions and the following disclaimer.
10159902Scognet * 2. Redistributions in binary form must reproduce the above copyright
11156830Simp *    notice, this list of conditions and the following disclaimer in the
12237122Simp *    documentation and/or other materials provided with the distribution.
13237122Simp *
14237122Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15165783Sticso * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16266087Sian * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17160369Simp * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18160369Simp * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19213496Scognet * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20237122Simp * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21160369Simp * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22155793Simp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23237122Simp * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24156830Simp * SUCH DAMAGE.
25237122Simp */
26156830Simp
27238404Simp#include <machine/asm.h>
28156830Simp__FBSDID("$FreeBSD: releng/10.2/lib/libc/powerpc/gen/eabi.S 235929 2012-05-24 20:12:46Z marcel $");
29185305Simp
30213496ScognetENTRY(__eabi)
31213496Scognet	blr
32238376Simp
33237122Simp	.section .note.GNU-stack,"",%progbits
34238415Simp