This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: PATCH corefiles reading on alpha-linux


Andrew Cagney writes:
 > Elena Zannoni wrote:
 > > 
 > > gdb/config/alpha/alpha-linux.mh lists core-regset.o as one of
 > > the NATDEPFILES.
 > > This causes _initialize_core_regset() to be called, and this in turn
 > > calls add_core_fns with bfd_target_elf_flavour.
 > > 
 > > Later on, _initialize_core_alpha() adds another core function
 > > structure with the same flavour.  When a core file is loaded, this
 > > causes a warning to be printed, because both function sets match the
 > > expected bfd flavour.
 > > 
 > > I am going to check this in. OK?
 > > 
 > > Elena
 > 
 > Yes.
 > 

Thanks, it's in.
Elena

 > Looking through the change logs it appears that this bit of framework is
 > slowly being abandoned by Linux targets.
 > 
 > 	Andrew

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