This is the mail archive of the gdb@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: Where to set correct value for tdep->struct_return for Cygwin?



If both interix and cygwin are sharing a common ABI, then shouldn't that common ABI code live in i386-win32-tdep.c?


I didn't say Interix and Cygwin share a common ABI.  It's just this
one the same.  Interix adds some additional stuff which isn't the
same for Cygwin.

What about djgpp?


Anyway, if the abi is cygwin specific, it will need a cygwin specific i386-${OS}-tdep.c file that implements a cygwin OS ABI sniffer et.al.. I get the feeling that win32-nat.c should have been called cygwin-nat.c?

Andrew



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