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: build_regcache


"Martin M. Hunt" wrote:
> 
> Am I misunderstanding something or does it not make sense that the register
> cache is initialized before any architectures?  Would moving it to the end of
> COMMON_OBS be an OK solution?

I think that order of execution of initialize routines cannot be
guaranteed.
Therefore they need to be order independent.


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