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]

[RFA] Remove defs.h #include in rs6000-tdep.h


This is the only other #include of defs.h in a .h file that I could find,
and I wouldn't mind a second look.

I noticed that it was also missing an opaque declaration of struct
frame_info, so I added it as well.

2007-12-20  Joel Brobecker  <brobecker@adacore.com>

        * rs6000-tdep.h: Remove defs.h #include.
        (struct frame_info): Add opaque declaration.
        * Makefile.in (rs6000_tdep_h): Update dependencies.

Tested by rebuilding on powerpc-aix.
Does it look OK?

Thanks,
-- 
Joel

Attachment: rs6000.diff
Description: Text document


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