diff options
| author | Shin-ichiro KAWASAKI <shinichiro.kawasaki.mg@hitachi.com> | 2009-09-28 16:11:39 +0900 |
|---|---|---|
| committer | Tony Sim <sim.chinyeow@renesas.com> | 2009-09-28 16:11:39 +0900 |
| commit | 10093276e98d26428875480c502a278dffe550c7 (patch) | |
| tree | 82b93376f21744cb1696a27c084d633d162a6ab1 /libc/arch-sh/bionic/unwind.c | |
| parent | 4e30c09e57a0351daff70f6657794569445be21c (diff) | |
| download | bionic-10093276e98d26428875480c502a278dffe550c7.zip bionic-10093276e98d26428875480c502a278dffe550c7.tar.gz bionic-10093276e98d26428875480c502a278dffe550c7.tar.bz2 | |
added and modified bionic code to support SuperH architecture
modified: libc/Android.mk
new files: libc/arch-sh/bionic/*
new files: libc/arch-sh/include/*
Diffstat (limited to 'libc/arch-sh/bionic/unwind.c')
| -rw-r--r-- | libc/arch-sh/bionic/unwind.c | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libc/arch-sh/bionic/unwind.c b/libc/arch-sh/bionic/unwind.c new file mode 100644 index 0000000..33ec58c --- /dev/null +++ b/libc/arch-sh/bionic/unwind.c @@ -0,0 +1,30 @@ +/* + * Copyright (C) 2009 The Android Open Source Project + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +typedef long unsigned int *_Unwind_Ptr; + |
