summaryrefslogtreecommitdiff
path: root/src/hppa
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2005-05-03 09:13:17 +0000
committermostang.com!davidm <mostang.com!davidm>2005-05-03 09:13:17 +0000
commitf45210852c0898d6c21b01c546b9f372bce38ed2 (patch)
treeb919063e5affc72af8c61c709d21e0fe878a8813 /src/hppa
parentfdb6bee0688c782444963750fb4b577de9f13f0a (diff)
downloadlibunwind-f45210852c0898d6c21b01c546b9f372bce38ed2.tar.gz
Delete: src/hppa/Gget_proc_name.c
}(Logical change 1.290)
Diffstat (limited to 'src/hppa')
-rw-r--r--src/hppa/Gget_proc_name.c35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/hppa/Gget_proc_name.c b/src/hppa/Gget_proc_name.c
deleted file mode 100644
index 82bb34ae..00000000
--- a/src/hppa/Gget_proc_name.c
+++ /dev/null
@@ -1,35 +0,0 @@
-/* libunwind - a platform-independent unwind library
- Copyright (C) 2003 Hewlett-Packard Co
- Contributed by ...
-
-This file is part of libunwind.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
-
-#include "unwind_i.h"
-
-PROTECTED int
-unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len)
-{
- struct cursor *c = (struct cursor *) cursor;
-
- return unwi_get_proc_name (c->as, c->ip,
- buf, buf_len, c->as_arg);
-}