]> gcc.gnu.org Git - gcc.git/commit
vms-cc.c: Deleted.
authorDouglas B Rupp <rupp@gnat.com>
Thu, 30 Jul 2009 00:15:35 +0000 (00:15 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Thu, 30 Jul 2009 00:15:35 +0000 (00:15 +0000)
commit71cd2220907433e589dad2cc9869efdd1c9b5dd2
treea6efcbf8d498d4de1827d47e5e05d63da73aa6f0
parent0699748fe0e1404107faecf86a51fd2339075878
vms-cc.c: Deleted.

* config/alpha/vms-cc.c: Deleted.
* config/alpha/vms-ld.c: Deleted.
* config/alpha/t-vms64: Moved to config/vms
* config/alpha/vms-crt0-64.c: Moved to config/vms
* config/alpha/vms-crt0.c: Moved to config/vms
* config/alpha/vms-psxcrt0-64.c: Moved to config/vms
* config/alpha/vms-psxcrt0.c: Moved to config/vms
* config/alpha/xm-vms.h: Moved to config/vms
* config/alpha/x-vms: Moved to config/vms
* config/alpha/t-vms (vcrt0.o, pcrt0.o): Move rules to new file
config/vms/t-vms.
* config/vms/t-vms: Moved here from config/alpha. Alpha specific
parts removed. (STMP_FIXPROTO, STMP_FIXINC, LIMITS_H_TEST): Set.
(version): Set.
* config/vms/t-vms64: Moved here from config/alpha
* config/vms/vms-crt0-64.c: Moved here from config/alpha.
(argc,argv,envp): Enforce 32bit malloc'ing.
* config/vms/vms-psxcrt0-64.c: Likewise.
* config/vms/vms-crt0.c: Moved here from config/alpha.
* config/vms/vms-psxcrt0.c: Likewise.
* config/vms/vms-crtl-64.h: New file.
* config/vms/vms-crtl.h: New file.
* config/vms/vms.opt: New file.
* config/vms/xm-vms64.h: New file.
* config/vms/xm-vms.h: Moved here from config/alpha.
(STANARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX, STANDARD_INCLUDE_DIR):
Set.
* config/vms/x-vms: Moved here from config/alpha.
(version, VMS_EXTRA_PARTS): Moved to t-vms.
(vms-ld.o, vms-cc.o): Removed.
(LN, LN_S, USE_COLLECT2, POD2MAN): Set.

From-SVN: r150230
18 files changed:
gcc/ChangeLog
gcc/config/alpha/t-vms
gcc/config/alpha/t-vms64 [deleted file]
gcc/config/alpha/vms-cc.c [deleted file]
gcc/config/alpha/vms-crt0.c [deleted file]
gcc/config/alpha/vms-ld.c [deleted file]
gcc/config/vms/t-vms [moved from gcc/config/alpha/x-vms with 51% similarity]
gcc/config/vms/t-vms64 [new file with mode: 0644]
gcc/config/vms/vms-crt0-64.c [moved from gcc/config/alpha/vms-crt0-64.c with 50% similarity]
gcc/config/vms/vms-crt0.c [new file with mode: 0644]
gcc/config/vms/vms-crtl-64.h [new file with mode: 0644]
gcc/config/vms/vms-crtl.h [new file with mode: 0644]
gcc/config/vms/vms-psxcrt0-64.c [moved from gcc/config/alpha/vms-psxcrt0-64.c with 60% similarity]
gcc/config/vms/vms-psxcrt0.c [moved from gcc/config/alpha/vms-psxcrt0.c with 63% similarity]
gcc/config/vms/vms.opt [new file with mode: 0644]
gcc/config/vms/x-vms [new file with mode: 0644]
gcc/config/vms/xm-vms.h [moved from gcc/config/alpha/xm-vms.h with 81% similarity]
gcc/config/vms/xm-vms64.h [new file with mode: 0644]
This page took 0.07589 seconds and 5 git commands to generate.