aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vms
AgeCommit message (Expand)AuthorFilesLines
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford15-21/+15
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek10-10/+10
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-2/+2
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-04-03vms-c.c (vms_pragma_nomember_alignment): Handle 'byte' alignment.Tristan Gingold1-1/+6
2012-03-30vms-f.c: New file.Tristan Gingold2-0/+36
2012-03-30vms.c (VMS_CRTL_FLOAT32): Rename.Tristan Gingold3-105/+854
2012-03-26vms.h (LINK_SPEC): Simplify.Tristan Gingold3-2/+48
2012-03-20tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc...Tristan Gingold1-3/+6
2012-03-16vms.h (TARGET_OS_CPP_BUILTINS): Define __CRTL_VER and __VMS_VER.Tristan Gingold3-13/+33
2012-03-16config.gcc (*-*-*vms*): Define use_gcc_stdint and tm_file.Tristan Gingold1-0/+50
2012-03-12vms.opt: Add vms-opts.h header.Tristan Gingold7-50/+112
2012-03-09vms-crtlmap.map: Add comments.Tristan Gingold1-5/+77
2012-03-09c-tree.h (c_default_pointer_mode): New variable.Tristan Gingold1-0/+69
2012-03-09vms-c.c (vms_construct_include_filename): New function.Tristan Gingold1-1/+31
2012-03-06vms-c.c (vms_pragma_nomember_alignment): Handle octaword.Tristan Gingold1-8/+28
2012-03-06vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.Tristan Gingold2-13/+14
2012-03-06t-vmsnative (version): Define.Tristan Gingold2-5/+5
2012-02-21vms-ld.c (main): Fix IDENTIFICATION padding.Tristan Gingold1-1/+1
2012-01-04xm-vms.h (HOST_LONG_FORMAT, [...]): Define when long pointers are used.Tristan Gingold2-23/+8
2011-12-23vms-crtlmap.map (log10): Fix typo.Tristan Gingold1-1/+1
2011-12-21vms-protos.h (vms_function_section): New prototype.Tristan Gingold3-0/+22
2011-12-21xm-vms.h (STANDARD_EXEC_PREFIX): Remove define.Tristan Gingold1-1/+0
2011-12-16t-vms (vms.o, vms-c.o): Force output filename.Tristan Gingold1-2/+3
2011-12-16vms.c (VMS_CRTL_GLOBAL): Define.Tristan Gingold2-0/+10
2011-11-15incpath.c (get_added_cpp_dirs): New function.Tristan Gingold2-0/+50
2011-11-15c-pragma.h (pragma_extern_prefix): Declare.Tristan Gingold1-0/+37
2011-11-07config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.Tristan Gingold4-0/+260
2011-11-07vms.h (TARGET_OBJECT_SUFFIX, [...]): Move to config/vms/vms.hTristan Gingold2-0/+86
2011-11-03vms.c (vms_patch_builtins): Fix typo.Tristan Gingold1-4/+4
2011-11-02Move crtstuff support to toplevel libgccRainer Orth2-139/+1
2011-10-17configure.ac: Add --with-native-system-header-dir.Simon Baldwin1-2/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-2/+5
2011-06-27re PR target/44241 (vms-crtl.h, vms-crtl-64.h need many more symbols)Tristan Gingold7-386/+455
2011-05-06re PR target/48895 (config/vms/vms-ar.c:main: variable ‘cwd’ set but not ...Tristan Gingold1-3/+0
2011-04-19config.gcc (-*-*-*vms): Added.Tristan Gingold3-0/+1349
2011-02-22osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option.Joseph Myers1-2/+2
2011-01-31* config/vms/vms.opt (map, mvms-return-codes): New Driver options.Joseph Myers1-1/+7
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek3-3/+3
2010-10-21vms-crtl.h (CRTL_NAMES): Add new translations.Tristan Gingold2-0/+10
2010-09-24re PR target/44242 (vms-crt0*.c should compile with gcc)Tristan Gingold7-415/+135
2009-07-30vms-cc.c: Deleted.Douglas B Rupp12-0/+953