aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2002-10-08 14:01:39 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2002-10-08 14:01:39 +0000
commite80f260966a618c6c7ad57ccc871283703a92255 (patch)
tree728616808fa6091af1aeebe107d00dced6e7058d /gcc
parent4213a3b69e173f143ef9e2adc83d97088d1b7e53 (diff)
downloadgcc-e80f260966a618c6c7ad57ccc871283703a92255.zip
gcc-e80f260966a618c6c7ad57ccc871283703a92255.tar.gz
gcc-e80f260966a618c6c7ad57ccc871283703a92255.tar.bz2
* config/mips/mips.md (define_attr cpu): Add r4111.
From-SVN: r57924
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 92ffc99..4fdcdda 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-08 Richard Sandiford <rsandifo@redhat.com>
+
+ * config/mips/mips.md (define_attr cpu): Add r4111.
+
2002-10-08 Anthony Green <green@redhat.com>
* bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index bd36d05..a1828f8 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -122,7 +122,7 @@
;; ??? Fix everything that tests this attribute.
(define_attr "cpu"
- "default,r3000,r3900,r6000,r4000,r4100,r4120,r4300,r4600,r4650,r5000,r5400,r5500,r8000,sr71000,r4kc,r5kc,r20kc"
+ "default,r3000,r3900,r6000,r4000,r4100,r4111,r4120,r4300,r4600,r4650,r5000,r5400,r5500,r8000,sr71000,r4kc,r5kc,r20kc"
(const (symbol_ref "mips_cpu_attr")))
;; Does the instruction have a mandatory delay slot?