From: Richard Sandiford Date: Tue, 8 Oct 2002 14:01:39 +0000 (+0000) Subject: * config/mips/mips.md (define_attr cpu): Add r4111. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e80f260966a618c6c7ad57ccc871283703a92255;p=gcc.git * config/mips/mips.md (define_attr cpu): Add r4111. From-SVN: r57924 --- 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 + + * config/mips/mips.md (define_attr cpu): Add r4111. + 2002-10-08 Anthony Green * 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?