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]

[vms] Add new translations


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.
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.
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,
?- Jay

----------------------------------------
Date: Thu, 21 Oct 2010 10:06:23 +0000
From: gcc-patches-digest-help@g
To: gcc-patches@
Subject: gcc-patches Digest 21 Oct 2010 10:06:23 -0000 Issue 15306

--Forwarded Message Attachment--
From: gingold@
...
        * config/vms/vms-crtl.h (CRTL_NAMES): Add new translations.
        * config/vms/vms-crtl-64.h (CRTL_NAMES): Ditto.

Index: gcc/config/vms/vms-crtl-64.h...
Index: gcc/config/vms/vms-crtl.h...

 		 	   		  


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