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 ARM] Unbreak ARM bootstrap.


On 08/27/2010 12:12 PM, Ramana Radhakrishnan wrote:
> Verified that stage2 proceeds further with this. Committing as obvious
> in the next few minutes unless someone has any objections to this.

>  (define_attr "enabled" "no,yes"
>    (if_then_else (eq_attr "insn_enabled" "yes")
> -               (attr "arch_enabled")
> +               (if_then_else (eq_attr "arch_enabled" "yes")
> +                             (const_string "yes")
> +                             (const_string "no"))

No real objection, but IMO it would be nicer to make this work in the
generator programs.


Bernd


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