diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 14:01:39 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 14:01:39 +0000 |
| commit | a6e833d2e71e4db1b1d86515ebf9bccd97ee34b3 (patch) | |
| tree | 728616808fa6091af1aeebe107d00dced6e7058d | |
| parent | 85ae753a10bfb6b9f96d799c72f1f795d6ede388 (diff) | |
| download | ppe42-gcc-a6e833d2e71e4db1b1d86515ebf9bccd97ee34b3.tar.gz ppe42-gcc-a6e833d2e71e4db1b1d86515ebf9bccd97ee34b3.zip | |
* config/mips/mips.md (define_attr cpu): Add r4111.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57924 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 92ffc991bf5..4fdcdda54e2 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 bd36d0560ed..a1828f8ff2d 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? |

