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]: Macros in gdbtypes


Hi Markus,

> in gdbtypes.h are some macros based on current_gdbarch (eg. builtin_type_void_data_ptr). This patch
> replaces builtin_type_void_data_ptr by its definition in the source tree and then replaces current_gdbarch
> by appropriate methods were possible.

I'm already working on a set of patches to clean up the builtin type
situation, which doesn't just replace the definition but actually
tries to remove the dependency on global types where appropriate.

They should be ready in another week or so ...

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]