eabi.S revision 256281
191714Sdes/*
291714Sdes * Copyright (c) 2011 Marcel Moolenaar
391714Sdes * All rights reserved.
491714Sdes *
597182Sdes * Redistribution and use in source and binary forms, with or without
697182Sdes * modification, are permitted provided that the following conditions
791714Sdes * are met:
896191Sdes * 1. Redistributions of source code must retain the above copyright
991714Sdes *    notice, this list of conditions and the following disclaimer.
1091714Sdes * 2. Redistributions in binary form must reproduce the above copyright
1191714Sdes *    notice, this list of conditions and the following disclaimer in the
1291714Sdes *    documentation and/or other materials provided with the distribution.
1391714Sdes *
1491714Sdes * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1591714Sdes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1691714Sdes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1791714Sdes * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1891714Sdes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1991714Sdes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2094693Sdes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2191714Sdes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2291714Sdes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2394551Sdes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2491714Sdes * SUCH DAMAGE.
2591714Sdes */
2691714Sdes
2796688Sobrien#include <machine/asm.h>
2896688Sobrien__FBSDID("$FreeBSD: stable/10/lib/libc/powerpc/gen/eabi.S 235929 2012-05-24 20:12:46Z marcel $");
2991714Sdes
3091714SdesENTRY(__eabi)
3191714Sdes	blr
3291714Sdes
3391714Sdes	.section .note.GNU-stack,"",%progbits
34