From a2ddaaf589ee3e335b953d09cbe2c53afb576653 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 6 Mar 2012 10:10:58 +0000 Subject: [PATCH] t-vmsnative (version): Define. 2012-03-06 Tristan Gingold * config/vms/t-vmsnative (version): Define. * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove. From-SVN: r184982 --- gcc/ChangeLog | 11 ++++++++++- gcc/config/vms/t-vms | 5 ----- gcc/config/vms/t-vmsnative | 5 +++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14f0040a949..f541b9eab90 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,15 @@ +2012-03-06 Tristan Gingold + + * config/vms/t-vmsnative (version): Define. + * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove. + 2012-03-06 Andrey Belevantsev PR rtl-optimization/52250 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb to put note list into. Unconditionally call move_bb_info. (move_bb_info): Do not assert the blocks being in the same region, - just drop the note list if they are not. + just drop the note list if they are not. 2012-03-06 Oleg Endo @@ -984,6 +989,10 @@ * gimple-fold.c (gimplify_and_update_call_from_tree): Add vdef also to non-pure/const call stmts in the sequence. +2012-02-21 Tristan Gingold + + * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding. + 2012-02-20 David S. Miller * config/sparc/sparc.md (load_pcrel_sym): Explain why we diff --git a/gcc/config/vms/t-vms b/gcc/config/vms/t-vms index 6af3df806a9..4e20bde8070 100644 --- a/gcc/config/vms/t-vms +++ b/gcc/config/vms/t-vms @@ -17,13 +17,8 @@ # along with GCC; see the file COPYING3. If not see # . -STMP_FIXPROTO = -STMP_FIXINC = LIMITS_H_TEST = false -# Under VMS, directory names cannot contain dots. -version:=$(shell echo $(BASEVER_c) | sed -e 's/\./_/g') - vms-crtlmap.h: $(srcdir)/config/vms/vms-crtlmap.map \ $(srcdir)/config/vms/make-crtlmap.awk $(AWK) -f $(srcdir)/config/vms/make-crtlmap.awk \ diff --git a/gcc/config/vms/t-vmsnative b/gcc/config/vms/t-vmsnative index a7fc031d4c1..27d3ca07ef4 100644 --- a/gcc/config/vms/t-vmsnative +++ b/gcc/config/vms/t-vmsnative @@ -17,6 +17,11 @@ # along with GCC; see the file COPYING3. If not see # . +# Under VMS, directory names cannot contain dots. +version:=$(shell echo $(BASEVER_c) | sed -e 's/\./_/g') + +# Wrappers around native VMS tools for ld and ar. + vms-ld.o: $(srcdir)/config/vms/vms-ld.c $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) -- 2.30.2