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: [vms] Add new translations


On Oct 21, 2010, at 1:00 PM, Jay K wrote:

> 
> Don't slow down on account of me, but:
> 
> 1) ? These lists should be factored, as they are largely the same between vms-crtl.h  and vms-crtl-64.h 
>   1b) You can also make the common case(s) something like
>        #define DECC(x) { #x, "decc$" #x, 0 }, or somesuch. Similar can capture the
>       "common special cases" of _foo32, _foo64, etc.

Yes, that's the plan.  But this won't happen before end of stage 1.

> 2) I had a longer/different list of symbols at some point, i.e. enough to cross compile/link cvs, gcc, binutils.
>    I need to get back to that project..
>    2b) It might be nice if gcc understood the VMS headers enough so it could determine the names from them,
>    instead of this mechanism.

We also have planned to work on that.  But this mechanism is still needed for non-C languages (such as Ada!)

> 3) There is a problem when you add ffs to these lists, it conflicts with the builtin. I opened a bug...
> 
> Except for #3, I'm just stating the obvious..

Thanks,
Tristan.


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