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]

Re: [PATCH] gcore fix for native gdb on solaris


Hi Joel,

Joel Brobecker wrote:
I was not somehow sure whether it is expected and I also wanted to make some
heads-up whether _STRUCTURED_PROC #defines aren't now obsoleted in proc*.c
files (I do not know if they are or not).

It isn't, as far as I know. I thought I had seen on Solaris 10 that _STRUCTURED_PROC was always assumed, but upon double-checking, it appears not so. In any case, the only risk is with old versions of Solaris where _STRUCTURED_PROC is ignored - we might have a build failure because we expected to have elfcore_write_lwpstatus, whereas bfd only provided elfcore_write_lpstatus... I doubt it; my guess is NEW_PROC_API would not be defined on these systems.


I'm becoming up to date with this thread. Is there anything pending from me to do, any commit, any validation? FWIW, I already checked it for sparc-solaris.

Thanks!
	Daniel.

--
Daniel Gutson
CodeSourcery
www.codesourcery.com


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