From e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 6 Nov 1993 03:34:43 +0000 Subject: [PATCH] (abicalls): Use mips_abicalls_attr not mips_abicalls. From-SVN: r6022 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 2bf628312b7..96192c2e32b 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -98,7 +98,7 @@ ;; whether or not generating calls to position independent functions (define_attr "abicalls" "no,yes" - (const (symbol_ref "mips_abicalls"))) + (const (symbol_ref "mips_abicalls_attr"))) -- 2.30.2