[PATCH] Redo Alpha/VMS trampoline

Richard Henderson rth@redhat.com
Sun Aug 9 17:13:00 GMT 2009


On 08/08/2009 12:46 PM, Douglas B Rupp wrote:
> -  rtx addr;
> +  rtx addr, temp1, traddr;
>    /* VMS really uses DImode pointers in memory at this point.  */
>    enum machine_mode mode = TARGET_ABI_OPEN_VMS ? Pmode : ptr_mode;
> +  const char *fnname;
> +  char *trname;

You could tidy this function by moving the variables you need
inside the if VMS compound block.

Ok with that change.


r~



More information about the Gcc-patches mailing list