This is the mail archive of the gdb-patches@sources.redhat.com 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: [Patch 2] Native QNX Neutrino support


I finally found the time to review your "take 2".

* Use xstrdup() instead of strdup().

* The function calls in the definitions of the QNX_NODE macro need
  spaces before the '(' just like in normal functions.  Could you turn
  this macro into a function?

* While what Andrew says about not having an XM_FILE is desirable, I
  think we still need xm-i386.h to have the best possible handling of
  floating-point numbers on a native GDB.  If you don't set it,
  unnecessary conversions of floating-point numbers might occur,
  leading to loss of precision.  I'll leave the decision to you.

With those changes, please go ahead and check it in.

Mark



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