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]

[rfc] [0/6] Replace DEPRECATED macros


Hello,

there are some DEPRECATED macros left in gdbarch.sh. This series of 6 patches replaces them with their
corresponding gdbarch_ methods where this hasn't happened yet. I'd really appreciate to fulfill that macro
transition before 6.7 branch but I won't find enough time to replace that deprecated routines by their appropriate
follower routines before 6.7. So this patch set only gets rid of the macros.

The following DEPRECATED macros are replaced by this set of patches:

* REG_STRUCT_HAS_ADDR
* FUNCTION_START_OFFSET
* USES_STRUCT_CONVENTION
* REGISTER_SIZE
* FP_REGNUM
* EXTRACT_RETURN_VALUE / STORE_RETURN_VALUE

Is this ok?


-- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com




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