diff options
author | Richard Stallman <rms@gnu.org> | 1993-11-06 03:34:43 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-11-06 03:34:43 +0000 |
commit | e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d (patch) | |
tree | e2165f8726b1e24e49275c8dc19426f785f6259e | |
parent | 45ceb85d1f78b1b53b71b9a483e9dab99255cfba (diff) | |
download | gcc-e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d.zip gcc-e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d.tar.gz gcc-e0a4e5a5d689092f35c3c3ede79a03dcda92fe4d.tar.bz2 |
(abicalls): Use mips_abicalls_attr not mips_abicalls.
From-SVN: r6022
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
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"))) |