x86_64 merger part 8 - disable bad guys

Richard Henderson rth@redhat.com
Fri Mar 9 10:42:00 GMT 2001


> -       emit_insn (gen_call (operands[0], operands[1]));
> +       emit_insn (gen_call (operands[0], const0_rtx, operands[1]));
[...]
> -       emit_insn (gen_call_value (operands[0], operands[1], operands[2]));
> +       emit_insn (gen_call_value (operands[0], operands[1], operands[2],
> + 				 constm1_rtx));

Eh?

> -   "TARGET_STACK_PROBE"
> +   "TARGET_STACK_PROBE && !TARGET_64BIT"

You can't disable this.  It's an OS thing.  Not that Windows
runs on x86-64 that I know of, but...



r~



More information about the Gcc-patches mailing list