aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-11-06 03:34:43 +0000
committerRichard Stallman <rms@gnu.org>1993-11-06 03:34:43 +0000
commite0a4e5a5d689092f35c3c3ede79a03dcda92fe4d (patch)
treee2165f8726b1e24e49275c8dc19426f785f6259e /gcc
parent45ceb85d1f78b1b53b71b9a483e9dab99255cfba (diff)
downloadgcc-e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d.zip
gcc-e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d.tar.gz
gcc-e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d.tar.bz2
(abicalls): Use mips_abicalls_attr not mips_abicalls.
From-SVN: r6022
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/mips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 2bf6283..96192c2 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")))