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]

Re: [RFC] Add support for PPC Altivec registers in gcore



Thanks for the review. I already corrected the points you mentioned. One thing remains:



Ulrich Weigand wrote:
Index: src/gdb/arch-utils.h

+#include "regset.h"
struct gdbarch;
struct frame_info;
struct minimal_symbol;
struct type;
struct gdbarch_info;
+extern struct core_regset_section default_regset_sections[];

I'd prefer *not* to include a new header file here; a forward declaration of the struct should be enough: struct core_regset_section;


A forward declaration here doesn't seem to work.

Any ideas?

--
Carlos Eduardo Seo
Software Engineer
IBM Linux Technology Center


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