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

From-SVN: r38910
This commit is contained in:
Alexandre Oliva 2001-01-11 17:15:13 +00:00 committed by Alexandre Oliva
parent a738a85c04
commit f6f1dc952a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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

View File

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