>>>>> Mike Stump writes: Mike> Is there a remaining purpose for pmode? Mike> From rs6000.c:
Mike> void Mike> rs6000_initialize_trampoline (rtx addr, rtx fnaddr, rtx cxt) Mike> { Mike> enum machine_mode pmode = Pmode; The variable "pmode" is used throughout that function. Are you questioning why the function uses a variable instead of the Pmode macro? The posting is too terse for me to understand the concern you are trying to raise. David