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/CRIS] Prologue scan bug fixes, return_value implementation


Daniel Jacobowitz wrote:

As Andrew mentioned, you're the listed maintainer of the CRIS port - you don't need approval for changes to CRIS-specific files. I think that at this point it's appropriate for the branch also.

Ah, ok. I'm being overly cautious. Thanks for the clarification.


+  if (TYPE_CODE (type) == TYPE_CODE_STRUCT ||
+      TYPE_CODE (type) == TYPE_CODE_UNION ||
+      TYPE_LENGTH (type) > 8)


Style nit: || at the beginning of the line, please.

Thanks for noticing; will fix before commit.


--
Orjan Friberg
Axis Communications



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