Fix a couple of sim build failures...

Joel Brobecker brobecker@adacore.com
Thu Jun 14 18:12:00 GMT 2012


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.



More information about the Gdb-patches mailing list