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]

Fix a couple of sim build failures...


A couple of issues were recently introduced:
  . bfd.h now requires config.h to be included first, and it checks
    that be verifying that the PACKAGE and PACKAGE_VERSION macros
    are defined.  Unfortunately, the sim's config.h only includes
    PACKAGE_VERSION.  That's patches #1 and #2.
  . The command completers have been changed to return a VEC,
    but the completer in remote-sim was missed. That's patch #3.


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