This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Fix ia64 targets=all compilation


Hi,

on ia64-linux-gnu with --enable-targets=all etc.:

In file included from ia64-tdep.h:25,
                 from ia64-hpux-tdep.c:21:
libunwind-frame.h:49: warning: ‘struct frame_unwind’ declared inside parameter list

Checked in.

I will move all those forward declarations into that #ifndef later.


Regards,
Jan


http://sourceware.org/ml/gdb-cvs/2012-03/msg00132.html

--- src/gdb/ChangeLog	2012/03/08 16:50:13	1.13977
+++ src/gdb/ChangeLog	2012/03/08 18:13:33	1.13978
@@ -1,3 +1,7 @@
+2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* libunwind-frame.h (struct frame_unwind): New declaration.
+
 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
 
 	* breakpoint.c (_initialize_breakpoint): Fix error in help of
--- src/gdb/libunwind-frame.h	2012/03/04 19:22:47	1.19
+++ src/gdb/libunwind-frame.h	2012/03/08 18:13:37	1.20
@@ -23,6 +23,7 @@
 struct frame_id;
 struct regcache;
 struct gdbarch;
+struct frame_unwind;
 
 #ifndef LIBUNWIND_FRAME_H
 #define LIBUNWIND_FRAME_H 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]