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]

Re: SH: use register names instead of numbers


> -m switch or an #ifdef of some sort.  I guess I would rather see an import
> function (tell the generator that name will be defined and to treat it as a
> number) than a define_constants function.  Another thought is to use

In order to du that, you would have to store a string inside of an rtl
slot that was made for a number.  I.e. the gen* programs could no longer
share the rtl processing code with the compiler.

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