t-vmsnative (version): Define.

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
This commit is contained in:
Tristan Gingold 2012-03-06 10:10:58 +00:00
parent 6bb485a36a
commit a2ddaaf589
3 changed files with 15 additions and 6 deletions

View 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>
@ -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 <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

View File

@ -17,13 +17,8 @@
# 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 \

View File

@ -17,6 +17,11 @@
# 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)