commit | 5d691c8829d0e5c4c4b9cfb147c8a873ce18085b | [log] [tgz] |
---|---|---|
author | Simon Marchi <simark@simark.ca> | Sat Jul 07 11:10:49 2018 -0400 |
committer | Simon Marchi <simon.marchi@ericsson.com> | Mon Jul 16 13:59:39 2018 -0400 |
tree | 4730619cc444d424f8fe985e62047a8b69e8c48a | |
parent | edb0470b99a9f399ccb5d666173c4315f6cb02c0 [diff] |
Fix compilation error in ia64-tdep.c with libunwind-ia64 Commit 9018be22e022 ("Make target_read_alloc & al return vectors") failed to update the code in ia64-tdep.c, for HAVE_LIBUNWIND_IA64_H. This patch fixes that. gdb/ChangeLog: * ia64-tdep.c (ktab_buf): New global. (getunwind_table): Return a gdb::optional<gdb::byte_vector>. (get_kernel_table): Adjust.