> On Sun, Nov 09, 2003 at 06:50:54PM -0500, Andrew Cagney wrote: > >> Hello, >> >> The attached adds the new function gdbarch_info_fill. This new function >> fills in un-initialized fields of the "info" structure using global >> "set" variables and the "gdbarch" parameter. >> >> committed, >> Andrew > > > Yeah! I've wanted this before. Though now I can't remember why. This all begs two questions. Should gdbarch_info be filled in first? Should the assertion: gdbarch_find_by_info (gdbarch_info (gdbarch)) == gdbarch always hold? At present architectures like the MIPS make this very hard - keying off information found in the BFD and not the corresponding info struct. > "Similar to". Fixed. Andrew