t-vmsnative (version): Define.
authorTristan Gingold <gingold@gcc.gnu.org>
Tue, 6 Mar 2012 10:10:58 +0000 (10:10 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Tue, 6 Mar 2012 10:10:58 +0000 (10:10 +0000)
2012-03-06  Tristan Gingold  <gingold@adacore.com>

* config/vms/t-vmsnative (version): Define.
* config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.

From-SVN: r184982

gcc/ChangeLog
gcc/config/vms/t-vms
gcc/config/vms/t-vmsnative

index 14f0040..f541b9e 100644 (file)
@@ -1,10 +1,15 @@
+2012-03-06  Tristan Gingold  <gingold@adacore.com>
+
+       * config/vms/t-vmsnative (version): Define.
+       * config/vms/t-vms (STMP_FIXPROTO, STMP_FIXINC, version): Remove.
+
 2012-03-06  Andrey Belevantsev  <abel@ispras.ru>
 
        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  <olegendo@gcc.gnu.org>
 
        * 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  <gingold@adacore.com>
+
+       * config/vms/vms-ld.c (main): Fix IDENTIFICATION padding.
+
 2012-02-20  David S. Miller  <davem@davemloft.net>
 
        * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Explain why we
index 6af3df8..4e20bde 100644 (file)
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-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 \
index a7fc031..27d3ca0 100644 (file)
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
+# 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)