X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fia64-libunwind-tdep.c;h=59b7df13d2fdb455dda6b31e67d5c927ae406245;hb=348fe36b1d64f12c60e08f6313520b3191663063;hp=0f890261a06a17a1ba8623f7b36f5b6f0bcb8d11;hpb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ia64-libunwind-tdep.c b/gdb/ia64-libunwind-tdep.c index 0f890261a0..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. @@ -197,7 +197,7 @@ libunwind_frame_cache (struct frame_info *this_frame, void **this_cache) The best we can do, in that case, is use the frame PC as the function address. We don't need to give up since we still have the unwind record to help us perform the unwinding. There is also another - compelling to continue, because abandonning now means stopping + compelling to continue, because abandoning now means stopping the backtrace, which can never be helpful for the user. */ cache->func_addr = get_frame_pc (this_frame); @@ -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);