diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-06-27 12:51:09 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@gcc.gnu.org> | 2011-06-27 12:51:09 +0000 |
commit | db8b22ef4925f80ce5cabb585852896548f78c7e (patch) | |
tree | 13f91471f1f0706179d3d23de8d17a9151cb080c /gcc/config/vms/vms-protos.h | |
parent | b213221d256fa5e5732756d4814e48c9ef09df93 (diff) | |
download | gcc-db8b22ef4925f80ce5cabb585852896548f78c7e.zip gcc-db8b22ef4925f80ce5cabb585852896548f78c7e.tar.gz gcc-db8b22ef4925f80ce5cabb585852896548f78c7e.tar.bz2 |
re PR target/44241 (vms-crtl.h, vms-crtl-64.h need many more symbols)
2011-06-27 Tristan Gingold <gingold@adacore.com>
PR target/44241
* config/vms/vms-protos.h: New file.
* config/vms/vms-crtlmap.map: New file.
* config/vms/vms.c: New file.
* config/vms/make-crtlmap.awk: New file.
* config/vms/vms-crtl.h: File removed.
* config/vms/vms-crtl-64.h: File removed.
* config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
* config/alpha/vms64.h: Do not include vms-crtl-64.h
* config/alpha/alpha.c (alpha_init_builtins): Remove code to
clear some builtins on VMS. Calls vms_patch_builtins.
(avms_asm_output_external): Remove.
* config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
(struct crtl_name_spec): Remove
(DO_CTRL_NAMES): Remove.
* config/ia64/vms.h (struct crtl_name_spec): Remove
(DO_CTRL_NAMES): Remove.
* config/ia64/ia64.c (alpha_init_builtins): Remove code to
clear some builtins on VMS. Calls vms_patch_builtins.
(ia64_asm_output_external): Remove DO_CRTL_NAME.
* config/ia64/vms64.h: Do not include vms-crtl-64.h
* config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles,
tm_p_file.
From-SVN: r175523
Diffstat (limited to 'gcc/config/vms/vms-protos.h')
-rw-r--r-- | gcc/config/vms/vms-protos.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/config/vms/vms-protos.h b/gcc/config/vms/vms-protos.h new file mode 100644 index 0000000..04dcd60 --- /dev/null +++ b/gcc/config/vms/vms-protos.h @@ -0,0 +1,21 @@ +/* Definitions of target machine for GCC for VMS. + Copyright (C) 2011 Free Software Foundation, Inc. + +This file is part of GCC. + +GCC is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3, or (at your option) +any later version. + +GCC is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ + +/* vms.c */ +void vms_patch_builtins (void); |