Commit f6f1dc95 by Alexandre Oliva Committed by Alexandre Oliva

* config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.

From-SVN: r38910
parent a738a85c
2001-01-11 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
* Makefile.in (check-gcc//%, check-g++//%, check-g77//%,
check-objc//%): Support parallel testing of multilibs.
(TESTSUITEDIR): Set to testsuite by default, but override for
......
......@@ -401,7 +401,7 @@ do { \
(PREV_INSN (A_LABEL) \
&& GET_CODE (PREV_INSN (A_LABEL)) == INSN \
&& GET_CODE (PATTERN (PREV_INSN (A_LABEL))) == UNSPEC_VOLATILE \
&& XINT (PATTERN (PREV_INSN (A_LABEL)), 1) == 1) \
&& XINT (PATTERN (PREV_INSN (A_LABEL)), 1) == UNSPECV_ALIGN) \
/* explicit alignment insn in constant tables. */ \
? INTVAL (XVECEXP (PATTERN (PREV_INSN (A_LABEL)), 0, 0)) \
: 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment