OSDN Git Service

2002-06-13 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 23:31:56 +0000 (23:31 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 23:31:56 +0000 (23:31 +0000)
* diagnostic.c (output_format): Fix thinko.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54602 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/diagnostic.c

index 7905fa3..86344e9 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-13  Eric Christopher  <echristo@redhat.com>
+
+       * diagnostic.c (output_format): Fix thinko.
+
 Thu Jun 13 22:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
@@ -63,7 +67,7 @@ Thu Jun 13 18:18:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
 2002-06-13  Gabriel Dos Reis  <gdr@codesourcery.com>
 
        * tree-inline.c (expand_call_inline): Don' mess with _DECL
-       fields. 
+       fields.
 
 2002-06-13  Gabriel Dos Reis  <gdr@codesourcery.com>
 
@@ -123,6 +127,12 @@ Thu Jun 13 18:18:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
 
 2002-06-12  Eric Christopher  <echristo@redhat.com>
 
+       * config/mips/mips.md (prefetch, prefetch_di, prefetch_si): New
+       patterns.
+       * config/mips/mips.h (RTX_COSTS): Fix formatting.
+
+2002-06-12  Eric Christopher  <echristo@redhat.com>
+
        From Chris Demetriou  <cgd@broadcom.com>
        * config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
        comment.
index 3132a3d..db05103 100644 (file)
@@ -584,7 +584,7 @@ output_format (buffer, text)
             output_add_string (buffer, "file '");
             output_add_string (buffer, locus->file);
             output_add_string (buffer, "', line ");
-            output_decimal (buffer, locus->file);
+            output_decimal (buffer, locus->line);
           }
           break;
 
@@ -892,7 +892,7 @@ diagnostic_count_diagnostic (context, kind)
     default:
       abort();
       break;
-      
+
     case DK_FATAL: case DK_ICE: case DK_SORRY:
     case DK_ANACHRONISM: case DK_NOTE:
       ++diagnostic_kind_count (context, kind);