aboutsummaryrefslogtreecommitdiff
path: root/gcc/frame.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@redhat.com>2001-01-24 04:30:47 +0000
committerJim Wilson <wilson@gcc.gnu.org>2001-01-23 20:30:47 -0800
commit0024a8041f8b3a6b02e81632a9fb4b3c61969ac1 (patch)
treefc4d21fc541822da267b743559aad79cad4610ec /gcc/frame.h
parent17fd8a87a4d92cd98089525cbc562ed3beed7937 (diff)
downloadgcc-0024a8041f8b3a6b02e81632a9fb4b3c61969ac1.zip
gcc-0024a8041f8b3a6b02e81632a9fb4b3c61969ac1.tar.gz
gcc-0024a8041f8b3a6b02e81632a9fb4b3c61969ac1.tar.bz2
Eliminate IA-64 compiler warnings.
* dwarf2out.c (dwarf2out_line): Make last_file_num be unsigned. * frame.h (__ia64_personality_v1): Add prototype. * libgcc2.c (ia64_throw_helper): Change personality declaration to prototype form. Add void * cast to first argument to personality call. ... From-SVN: r39227
Diffstat (limited to 'gcc/frame.h')
-rw-r--r--gcc/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/frame.h b/gcc/frame.h
index d8ebb6e..2257d52 100644
--- a/gcc/frame.h
+++ b/gcc/frame.h
@@ -271,6 +271,8 @@ typedef struct unwind_info_ptr
#define IA64_UNW_EHANDLER 0x1
#define IA64_UNW_UHANDLER 0x2
+extern void * __ia64_personality_v1 (void *pc, old_exception_table *table);
+
extern unwind_info_ptr *__build_ia64_frame_state (unsigned char *,
ia64_frame_state *,
void *, void *,