Fix ldxmov configure check

Andreas Schwab schwab@suse.de
Thu Aug 7 15:30:00 GMT 2003


This fixes the ldxmov configure check.  The brackets didn't survive m4,
and there was one empty argument missing.  Tested on ia64-linux.

Andreas.

2003-08-07  Andreas Schwab  <schwab@suse.de>

	* configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
	and insert missing empty argument.

Index: gcc/configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.711
diff -u -p -a -u -p -a -r1.711 gcc/configure.in
--- gcc/configure.in	4 Aug 2003 13:07:25 -0000	1.711
+++ gcc/configure.in	7 Aug 2003 15:24:44 -0000
@@ -2261,13 +2261,11 @@ changequote([,])dnl
 
   ia64*-*-*)
     gcc_GAS_CHECK_FEATURE([ltoffx and ldxmov relocs],
-	gcc_cv_as_ia64_ltoffx_ldxmov_relocs, [2,14,0],,
-changequote(<<,>>)dnl
-<<	.text
+	gcc_cv_as_ia64_ltoffx_ldxmov_relocs, [2,14,0],, [
+	.text
 	addl r15 = @ltoffx(x#), gp
 	;;
-	ld8.mov r16 = [r15], x#>>,
-changequote([,])dnl
+	ld8.mov r16 = [[r15]], x#],,
     [AC_DEFINE(HAVE_AS_LTOFFX_LDXMOV_RELOCS, 1,
 	  [Define if your assembler supports ltoffx and ldxmov relocations.])])
 

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list