X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fia64-libunwind-tdep.c;h=59b7df13d2fdb455dda6b31e67d5c927ae406245;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=9efe637c37a8b0925ca7412fa24444f5447b393e;hpb=85102364b2d1845fe9ae7d70096671a3ea4bccf3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ia64-libunwind-tdep.c b/gdb/ia64-libunwind-tdep.c index 9efe637c37..59b7df13d2 100644 --- a/gdb/ia64-libunwind-tdep.c +++ b/gdb/ia64-libunwind-tdep.c @@ -1,6 +1,6 @@ /* Frame unwinder for ia64 frames using the libunwind library. - Copyright (C) 2003-2019 Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. Written by Jeff Johnston, contributed by Red Hat Inc. @@ -591,8 +591,9 @@ libunwind_is_initialized (void) return libunwind_initialized; } +void _initialize_libunwind_frame (); void -_initialize_libunwind_frame (void) +_initialize_libunwind_frame () { libunwind_descr_handle = gdbarch_data_register_post_init (libunwind_descr_init);