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: [rfc/rft] Fix incorrect static types in mdebugread.c


> mdebugread.c allocates a static set of types in its _initialize_mdebugread,
> depending on current_gdbarch settings during startup.  That's broken in a
> multi-arch setup (even today with --enable-targets=).
> 
> The patch below removes the static types, and holds a per-objfile list of
> types representing the bt* basic types instead.

I've checked this in now.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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