re PR target/44242 (vms-crt0*.c should compile with gcc)
authorTristan Gingold <gingold@adacore.com>
Fri, 24 Sep 2010 08:46:36 +0000 (08:46 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Fri, 24 Sep 2010 08:46:36 +0000 (08:46 +0000)
commit5501bdc1f5a642eb4217e919fa648c012b3a9fa0
treeec7eacb20b37af088b6f8fa54fed95e4e3126948
parent35e711d3df0277e462f64368ddb11687bf4bbc64
re PR target/44242 (vms-crt0*.c should compile with gcc)

2010-09-09  Tristan Gingold  <gingold@adacore.com>

PR target/44242
* config/vms/vms-crt0-64.c: Removed.
* config/vms/vms-crt0.c: Removed.
* config/vms/vms-psxcrt0-64.c: Removed.
* config/vms/vms-psxcrt0.c: Removed.
* config/vms/vms-ucrt0.c: New file.
* config/vms/t-vms64: Removed.
* config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
* config.gcc (alpha-dec-vms): Use t-vms.

From-SVN: r164587
gcc/ChangeLog
gcc/config.gcc
gcc/config/vms/t-vms
gcc/config/vms/t-vms64 [deleted file]
gcc/config/vms/vms-crt0-64.c [deleted file]
gcc/config/vms/vms-crt0.c [deleted file]
gcc/config/vms/vms-psxcrt0-64.c [deleted file]
gcc/config/vms/vms-psxcrt0.c [deleted file]
gcc/config/vms/vms-ucrt0.c [new file with mode: 0644]