This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch 14/36][m32c] Hookize static chain and trampoline macros


On 09/21/2009 03:47 PM, DJ Delorie wrote:
A straight-forward conversion to hooks.

Why the change from "tramp" to "m_tramp" ? If we're worried about political correctness, use "trampoline".

"tramp" was a raw address. "m_tramp" is a MEM with all the proper MEM_ATTRS set.

I consistently changed the variable name to (1) make that clear and (2) catch any incomplete conversion problems.


r~



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